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

  /external/blktrace/btreplay/
btreplay.c 1112 * next_bunch - Retrieve next bunch of AIOs to process
1114 * @bunch: Bunch information
1116 * Returns TRUE if we recovered a bunch of IOs, else hit EOF
1118 static int next_bunch(struct thr_info *tip, struct io_bunch *bunch)
1122 result = read(tip->ifd, &bunch->hdr, sizeof(bunch->hdr));
1123 if (result != sizeof(bunch->hdr)) {
1131 assert(bunch->hdr.npkts <= BT_MAX_PKTS);
1133 count = bunch->hdr.npkts * sizeof(struct io_pkt)
1318 struct io_bunch bunch; local
    [all...]
  /external/llvm/test/Bindings/Ocaml/
target.ml 7 libLLVMCore.a, so it's better to write a big test than a bunch of
ipo_opts.ml 7 libLLVMCore.a, so it's better to write a big test than a bunch of
scalar_opts.ml 7 libLLVMCore.a, so it's better to write a big test than a bunch of
vmcore.ml 8 libLLVMCore.a, so it's better to write a big test than a bunch of
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 133 multiple sequential (in time) IOs and put them in a single \emph{bunch} of
143 \item[\texttt{--max-bunch-time}] This is the amount of time to encompass
144 in one bunch -- only IOs within the time specified are eligible
149 \item[\texttt{--max-pkts}] A \emph{bunch} size can be anywhere from
150 1 to 512 packets in size and by default we max a bunch to contain no
152 decrease the maximum \emph{bunch} size. Refer to section~\ref{sec:c-o-M}
160 thread manages the submitting of AIOs per bunch in the record data file,
204 \item Bunching of IOs results in reduced time amongst IOs within a bunch.
252 [ -m <nsec> : --max-bunch-time=<nsec> ] Default: 10 msec
302 \texttt{--max-bunch-time}\\Set Maximum Time Per Bunch
    [all...]
  /bionic/libdl/
Android.mk 33 # with missing symbols. Since this library is just a bunch of stubs, we set
  /external/v8/test/mjsunit/compiler/
pic.js 50 // Create a bunch of objects with different layouts.
  /external/llvm/
README.android 47 ==> * 96a74c5 - remove support for a bunch of obsolete instruction encodings and other backward compatibility hacks. (13 days ago) <Chris Lattner>
  /build/core/
envsetup.mk 4 # and we output a bunch of variables, see the case statement at
  /external/ceres-solver/docs/
build.tex 215 \item Try running "Configure". It won't work. It'll show a bunch of options.
  /external/strace/
strace.spec 388 - add a bunch of new 2.4 syscalls (#14036)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 220 bunch of different information and Structs are slightly faster than a standard
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 751 conform to the standards for Perl modules and for answering a bunch of
  /external/chromium/chrome/browser/resources/
new_new_tab.js 465 // don't have a bunch of dead whitespace in the case of expanded sections that
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1132 milliseconds