Home
last modified time | relevance | path

Searched refs:ipo (Results 1 – 25 of 34) sorted by relevance

12

/external/fio/
Diolog.c25 void queue_io_piece(struct thread_data *td, struct io_piece *ipo) in queue_io_piece() argument
27 flist_add_tail(&ipo->list, &td->io_log_list); in queue_io_piece()
28 td->total_io_size += ipo->len; in queue_io_piece()
95 static int ipo_special(struct thread_data *td, struct io_piece *ipo) in ipo_special() argument
103 if (ipo->ddir != DDIR_INVAL) in ipo_special()
106 f = td->files[ipo->fileno]; in ipo_special()
108 switch (ipo->file_action) { in ipo_special()
122 log_err("fio: bad file action %d\n", ipo->file_action); in ipo_special()
131 struct io_piece *ipo; in read_iolog_get() local
137 ipo = flist_first_entry(&td->io_log_list, struct io_piece, list); in read_iolog_get()
[all …]
Dblktrace.c119 struct io_piece *ipo; in trace_add_open_close_event() local
121 ipo = calloc(1, sizeof(*ipo)); in trace_add_open_close_event()
122 init_ipo(ipo); in trace_add_open_close_event()
124 ipo->ddir = DDIR_INVAL; in trace_add_open_close_event()
125 ipo->fileno = fileno; in trace_add_open_close_event()
126 ipo->file_action = action; in trace_add_open_close_event()
127 flist_add_tail(&ipo->list, &td->io_log_list); in trace_add_open_close_event()
184 struct io_piece *ipo = malloc(sizeof(*ipo)); in store_ipo() local
186 init_ipo(ipo); in store_ipo()
191 ipo->offset = offset * 512; in store_ipo()
[all …]
Dtrim.c16 struct io_piece *ipo; in get_next_trim() local
27 ipo = flist_first_entry(&td->trim_list, struct io_piece, trim_list); in get_next_trim()
28 remove_trim_entry(td, ipo); in get_next_trim()
30 io_u->offset = ipo->offset; in get_next_trim()
31 io_u->buflen = ipo->len; in get_next_trim()
32 io_u->file = ipo->file; in get_next_trim()
39 if (ipo->flags & IP_F_ONLIST) in get_next_trim()
40 flist_del(&ipo->list); in get_next_trim()
42 assert(ipo->flags & IP_F_ONRB); in get_next_trim()
43 rb_erase(&ipo->rb_node, &td->io_hist_tree); in get_next_trim()
[all …]
Dtrim.h14 static inline void remove_trim_entry(struct thread_data *td, struct io_piece *ipo) in remove_trim_entry() argument
16 if (!flist_empty(&ipo->trim_list)) { in remove_trim_entry()
17 flist_del_init(&ipo->trim_list); in remove_trim_entry()
31 static inline void remove_trim_entry(struct thread_data *td, struct io_piece *ipo) in remove_trim_entry() argument
Diolog.h226 static inline void init_ipo(struct io_piece *ipo) in init_ipo() argument
228 memset(ipo, 0, sizeof(*ipo)); in init_ipo()
229 INIT_FLIST_HEAD(&ipo->trim_list); in init_ipo()
Dverify.c1063 struct io_piece *ipo = NULL; in get_next_verify() local
1074 ipo = rb_entry(n, struct io_piece, rb_node); in get_next_verify()
1080 if (ipo->flags & IP_F_IN_FLIGHT) in get_next_verify()
1084 assert(ipo->flags & IP_F_ONRB); in get_next_verify()
1085 ipo->flags &= ~IP_F_ONRB; in get_next_verify()
1087 ipo = flist_first_entry(&td->io_hist_list, struct io_piece, list); in get_next_verify()
1093 if (ipo->flags & IP_F_IN_FLIGHT) in get_next_verify()
1096 flist_del(&ipo->list); in get_next_verify()
1097 assert(ipo->flags & IP_F_ONLIST); in get_next_verify()
1098 ipo->flags &= ~IP_F_ONLIST; in get_next_verify()
[all …]
/external/llvm/test/Bindings/OCaml/
Dipo.ml2 * RUN: %ocamlc -g -w +A -package llvm.ipo -linkpkg %T/ipo_opts.ml -o %t
4 * RUN: %ocamlopt -g -w +A -package llvm.ipo -linkpkg %T/ipo_opts.ml -o %t
/external/llvm/bindings/ocaml/transforms/passmgr_builder/
DCMakeLists.txt5 LLVM ipo)
DMakefile16 UsedComponents := ipo
/external/llvm/bindings/ocaml/transforms/ipo/
DMakefile16 UsedComponents := ipo
DCMakeLists.txt5 LLVM ipo)
/external/llvm/bindings/ocaml/transforms/
DCMakeLists.txt1 add_subdirectory(ipo)
DMakefile11 DIRS = ipo passmgr_builder scalar_opts utils vectorize
/external/llvm/tools/llvm-extract/
DMakefile12 LINK_COMPONENTS := ipo bitreader bitwriter asmparser irreader
/external/llvm/tools/llvm-stress/
DMakefile13 LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts ipo
/external/llvm/unittests/ExecutionEngine/Orc/
DMakefile12 LINK_COMPONENTS := core ipo mcjit orcjit native support
/external/llvm/tools/bugpoint/
DMakefile12 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMakefile12 LINK_COMPONENTS := core ipo mcjit native support
/external/llvm/tools/llvm-lto/
DMakefile12 LINK_COMPONENTS := lto ipo scalaropts linker bitreader bitwriter mcdisassembler support target vect…
/external/llvm/tools/opt/
DMakefile12 …reader bitwriter asmparser irreader instrumentation scalaropts objcarcopts ipo vectorize all-targe…
/external/clang/tools/clang-check/
DMakefile18 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader ipo objcarcopts \
/external/llvm/lib/Transforms/IPO/
DLLVMBuild.txt22 library_name = ipo
/external/clang/examples/clang-interpreter/
DMakefile19 ipo linker selectiondag asmparser instrumentation objcarcopts option
/external/clang/tools/driver/
DMakefile35 instrumentation ipo irreader linker objcarcopts option \
/external/clang/tools/libclang/
DMakefile20 instrumentation ipo mc mcparser objcarcopts option support \

12