Home
last modified time | relevance | path

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

12

/external/fio/
Diolog.c17 void queue_io_piece(struct thread_data *td, struct io_piece *ipo) in queue_io_piece() argument
19 flist_add_tail(&ipo->list, &td->io_log_list); in queue_io_piece()
20 td->total_io_size += ipo->len; in queue_io_piece()
84 static int ipo_special(struct thread_data *td, struct io_piece *ipo) in ipo_special() argument
92 if (ipo->ddir != DDIR_INVAL) in ipo_special()
95 f = td->files[ipo->fileno]; in ipo_special()
97 switch (ipo->file_action) { in ipo_special()
111 log_err("fio: bad file action %d\n", ipo->file_action); in ipo_special()
120 struct io_piece *ipo; in read_iolog_get() local
126 ipo = flist_entry(td->io_log_list.next, struct io_piece, list); in read_iolog_get()
[all …]
Dblktrace.c179 struct io_piece *ipo; in trace_add_open_close_event() local
181 ipo = calloc(1, sizeof(*ipo)); in trace_add_open_close_event()
182 init_ipo(ipo); in trace_add_open_close_event()
184 ipo->ddir = DDIR_INVAL; in trace_add_open_close_event()
185 ipo->fileno = fileno; in trace_add_open_close_event()
186 ipo->file_action = action; in trace_add_open_close_event()
187 flist_add_tail(&ipo->list, &td->io_log_list); in trace_add_open_close_event()
237 struct io_piece *ipo = malloc(sizeof(*ipo)); in store_ipo() local
239 init_ipo(ipo); in store_ipo()
244 ipo->offset = offset * 512; in store_ipo()
[all …]
Dtrim.c16 struct io_piece *ipo; in get_next_trim() local
27 ipo = flist_entry(td->trim_list.next, 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.h142 static inline void init_ipo(struct io_piece *ipo) in init_ipo() argument
144 memset(ipo, 0, sizeof(*ipo)); in init_ipo()
145 INIT_FLIST_HEAD(&ipo->trim_list); in init_ipo()
Dverify.c1075 struct io_piece *ipo = NULL; in get_next_verify() local
1086 ipo = rb_entry(n, struct io_piece, rb_node); in get_next_verify()
1092 if (ipo->flags & IP_F_IN_FLIGHT) in get_next_verify()
1096 assert(ipo->flags & IP_F_ONRB); in get_next_verify()
1097 ipo->flags &= ~IP_F_ONRB; in get_next_verify()
1099 ipo = flist_entry(td->io_hist_list.next, struct io_piece, list); in get_next_verify()
1105 if (ipo->flags & IP_F_IN_FLIGHT) in get_next_verify()
1108 flist_del(&ipo->list); in get_next_verify()
1109 assert(ipo->flags & IP_F_ONLIST); in get_next_verify()
1110 ipo->flags &= ~IP_F_ONLIST; in get_next_verify()
[all …]
Dioengine.h74 struct io_piece *ipo; member
Dio_u.c1324 io_u->ipo = NULL; in __get_io_u()
1624 if (io_u->ipo) { in io_completed()
1631 io_u->ipo->flags &= ~IP_F_IN_FLIGHT; in io_completed()
/external/llvm/bindings/ocaml/transforms/ipo/
DMakefile16 UsedComponents := ipo
/external/llvm/bindings/ocaml/transforms/passmgr_builder/
DMakefile16 UsedComponents := ipo
/external/llvm/tools/llvm-extract/
DMakefile12 LINK_COMPONENTS := ipo bitreader bitwriter asmparser irreader
/external/llvm/bindings/ocaml/transforms/
DMakefile11 DIRS = scalar ipo vectorize passmgr_builder
/external/llvm/tools/llvm-stress/
DMakefile13 LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts ipo
/external/llvm/tools/bugpoint/
DMakefile12 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
/external/llvm/tools/opt/
DMakefile12 …reader bitwriter asmparser irreader instrumentation scalaropts objcarcopts ipo vectorize all-targe…
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMakefile12 LINK_COMPONENTS := core ipo jit mcjit native support
/external/llvm/tools/llvm-lto/
DMakefile12 LINK_COMPONENTS := lto ipo scalaropts linker bitreader bitwriter mcdisassembler support target vect…
/external/clang/examples/clang-interpreter/
DMakefile19 ipo linker selectiondag asmparser instrumentation objcarcopts option
/external/llvm/lib/Transforms/IPO/
DLLVMBuild.txt22 library_name = ipo
/external/clang/tools/driver/
DMakefile35 instrumentation ipo irreader linker objcarcopts option \
/external/llvm/tools/llvm-config/
DLibraryDependencies.inc55 …{ "ipo", "libLLVMipo.a", 1, { "analysis", "core", "ipa", "instcombine", "scalaropts", "support", "…
60 …{ "lto", "libLLVMLTO.a", 1, { "bitreader", "bitwriter", "core", "ipa", "ipo", "instcombine", "link…
/external/llvm/bindings/ocaml/llvm/
DMETA.llvm.in41 package "ipo" (
/external/lldb/lib/
DMakefile83 instrumentation ipo irreader selectiondag jit mc mcjit \
/external/lldb/source/
DCMakeLists.txt154 ipo
/external/libvpx/libvpx/build/make/
Dconfigure.sh1066 enabled x86_64 && add_cflags -ipo -static -O3 -no-prec-div

12