HomeSort by relevance Sort by last modified time
    Searched refs:ipo (Results 1 - 22 of 22) sorted by null

  /external/fio/
trim.c 16 struct io_piece *ipo; local
27 ipo = flist_first_entry(&td->trim_list, struct io_piece, trim_list);
28 remove_trim_entry(td, ipo);
30 io_u->offset = ipo->offset;
31 io_u->buflen = ipo->len;
32 io_u->file = ipo->file;
39 if (ipo->flags & IP_F_ONLIST)
40 flist_del(&ipo->list);
42 assert(ipo->flags & IP_F_ONRB);
43 rb_erase(&ipo->rb_node, &td->io_hist_tree)
    [all...]
trim.h 14 static inline void remove_trim_entry(struct thread_data *td, struct io_piece *ipo)
16 if (!flist_empty(&ipo->trim_list)) {
17 flist_del_init(&ipo->trim_list);
31 static inline void remove_trim_entry(struct thread_data *td, struct io_piece *ipo)
blktrace.c 121 struct io_piece *ipo; local
123 ipo = calloc(1, sizeof(*ipo));
124 init_ipo(ipo);
126 ipo->ddir = DDIR_INVAL;
127 ipo->fileno = fileno;
128 ipo->file_action = action;
129 flist_add_tail(&ipo->list, &td->io_log_list);
220 * Store blk_io_trace data in an ipo for later retrieval.
226 struct io_piece *ipo = malloc(sizeof(*ipo)) local
272 struct io_piece *ipo = malloc(sizeof(*ipo)); local
    [all...]
iolog.c 27 void queue_io_piece(struct thread_data *td, struct io_piece *ipo)
29 flist_add_tail(&ipo->list, &td->io_log_list);
30 td->total_io_size += ipo->len;
97 static int ipo_special(struct thread_data *td, struct io_piece *ipo)
103 * Not a special ipo
105 if (ipo->ddir != DDIR_INVAL)
108 f = td->files[ipo->fileno];
110 switch (ipo->file_action) {
129 log_err("fio: bad file action %d\n", ipo->file_action);
138 struct io_piece *ipo; local
185 struct io_piece *ipo; local
211 struct io_piece *ipo, *__ipo; local
299 struct io_piece *ipo = io_u->ipo; local
328 struct io_piece *ipo = io_u->ipo; local
370 struct io_piece *ipo; local
    [all...]
iolog.h 272 static inline void ipo_bytes_align(unsigned int replay_align, struct io_piece *ipo)
277 ipo->offset &= ~(replay_align - (uint64_t)1);
290 static inline void init_ipo(struct io_piece *ipo)
292 memset(ipo, 0, sizeof(*ipo));
293 INIT_FLIST_HEAD(&ipo->trim_list);
verify.c 1301 struct io_piece *ipo = NULL; local
1312 ipo = rb_entry(n, struct io_piece, rb_node);
1318 if (ipo->flags & IP_F_IN_FLIGHT)
1322 assert(ipo->flags & IP_F_ONRB);
1323 ipo->flags &= ~IP_F_ONRB;
1325 ipo = flist_first_entry(&td->io_hist_list, struct io_piece, list);
1331 if (ipo->flags & IP_F_IN_FLIGHT)
1334 flist_del(&ipo->list);
1335 assert(ipo->flags & IP_F_ONLIST);
1336 ipo->flags &= ~IP_F_ONLIST
    [all...]
io_u.h 77 struct io_piece *ipo; member in struct:io_u
io_u.c 1481 io_u->ipo = NULL;
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/transforms/ipo/
Makefile 17 UsedComponents := ipo
  /external/swiftshader/third_party/LLVM/tools/llvm-extract/
Makefile 13 LINK_COMPONENTS := ipo bitreader bitwriter asmparser
  /external/swiftshader/third_party/LLVM/tools/llvm-ld/
Makefile 13 LINK_COMPONENTS = ipo scalaropts linker archive bitwriter
  /external/swiftshader/third_party/LLVM/tools/opt/
Makefile 12 LINK_COMPONENTS := bitreader bitwriter asmparser instrumentation scalaropts ipo
  /external/swiftshader/third_party/LLVM/bindings/ocaml/transforms/
Makefile 11 DIRS = scalar ipo
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
Makefile 13 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo \
  /external/llvm/bindings/go/llvm/
transforms_ipo.go 1 //===- transforms_ipo.go - Bindings for ipo -------------------------------===//
10 // This file defines bindings for the ipo component.
17 #include "llvm-c/Transforms/IPO.h"
  /external/swiftshader/third_party/LLVM/tools/lto/
Makefile 23 LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bitreader \
  /external/llvm/test/Bindings/OCaml/
ipo.ml 2 * 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/utils/
GenLibDeps.pl 107 $libpath =~ s/^ipo/Transforms\/IPO/;
147 $libpath =~ s/^ipo/Transforms\/IPO/;
  /external/swiftshader/third_party/LLVM/utils/
GenLibDeps.pl 109 $libpath =~ s/^ipo/Transforms\/IPO/;
151 $libpath =~ s/^ipo/Transforms\/IPO/;
  /external/llvm/tools/llvm-go/
llvm-go.go 58 "ipo",
  /external/libvpx/libvpx/build/make/
configure.sh 1231 enabled x86_64 && add_cflags -ipo -static -O3 -no-prec-div
    [all...]
  /external/mksh/src/
Build.sh     [all...]

Completed in 239 milliseconds