/external/fio/ |
D | iolog.c | 17 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 …]
|
D | blktrace.c | 179 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 …]
|
D | trim.c | 16 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 …]
|
D | trim.h | 14 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
|
D | iolog.h | 142 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()
|
D | verify.c | 1075 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 …]
|
D | ioengine.h | 74 struct io_piece *ipo; member
|
D | io_u.c | 1324 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/ |
D | Makefile | 16 UsedComponents := ipo
|
/external/llvm/bindings/ocaml/transforms/passmgr_builder/ |
D | Makefile | 16 UsedComponents := ipo
|
/external/llvm/tools/llvm-extract/ |
D | Makefile | 12 LINK_COMPONENTS := ipo bitreader bitwriter asmparser irreader
|
/external/llvm/bindings/ocaml/transforms/ |
D | Makefile | 11 DIRS = scalar ipo vectorize passmgr_builder
|
/external/llvm/tools/llvm-stress/ |
D | Makefile | 13 LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts ipo
|
/external/llvm/tools/bugpoint/ |
D | Makefile | 12 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
|
/external/llvm/tools/opt/ |
D | Makefile | 12 …reader bitwriter asmparser irreader instrumentation scalaropts objcarcopts ipo vectorize all-targe…
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | Makefile | 12 LINK_COMPONENTS := core ipo jit mcjit native support
|
/external/llvm/tools/llvm-lto/ |
D | Makefile | 12 LINK_COMPONENTS := lto ipo scalaropts linker bitreader bitwriter mcdisassembler support target vect…
|
/external/clang/examples/clang-interpreter/ |
D | Makefile | 19 ipo linker selectiondag asmparser instrumentation objcarcopts option
|
/external/llvm/lib/Transforms/IPO/ |
D | LLVMBuild.txt | 22 library_name = ipo
|
/external/clang/tools/driver/ |
D | Makefile | 35 instrumentation ipo irreader linker objcarcopts option \
|
/external/llvm/tools/llvm-config/ |
D | LibraryDependencies.inc | 55 …{ "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/ |
D | META.llvm.in | 41 package "ipo" (
|
/external/lldb/lib/ |
D | Makefile | 83 instrumentation ipo irreader selectiondag jit mc mcjit \
|
/external/lldb/source/ |
D | CMakeLists.txt | 154 ipo
|
/external/libvpx/libvpx/build/make/ |
D | configure.sh | 1066 enabled x86_64 && add_cflags -ipo -static -O3 -no-prec-div
|