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

  /external/ltp/testcases/kernel/fs/doio/
Makefile 2 # kernel/fs/doio testcases Makefile.
28 -I$(abs_top_srcdir)/testcases/kernel/fs/doio/include/
31 MAKE_TARGETS := growfiles doio iogen
39 %.o: $(abs_top_srcdir)/testcases/kernel/fs/doio/%.c
doio.h 33 * Define io syscalls supported by doio
77 /* used: <<doio>> 1.? <<DOIO>> 1.5 <-DOIO-> 1.7*/
78 #define DOIO_MAGIC '<[DOIO]>'
91 * define various doio exit status's
97 #define E_COMPARE 004 /* data compare error from doio child */
103 * Define async io completion strategies supported by doio.
117 * pass to doio.
126 * Since doio.c accesses all information through the r_dat
    [all...]
rwtest 34 # rwtest - a shell wrapper around iogen and doio
55 echo "$Prog: [-chq] [-N name] [ iogen options ] [ doio options ] files" >&2
64 -F Only process filenames - does not run iogen & doio.
74 Options passed through to doio:
78 Default is 1. If -n is non-zero, doio's -k option (use
182 # doio Options to pass thru ... options with an argument
189 # doio options to pass thru ... just the options
195 # doio options to look at
395 cmd="${LTPROOT}/testcases/bin/iogen ${iOpts} ${Files} | $MPPrun ${LTPROOT}/testcases/bin/doio ${dOpts}"
412 ) | $MPPrun ${LTPROOT}/testcases/bin/doio ${dOpts
    [all...]
README 5 iogen/doio and rwtest
14 IOGEN & DOIO
22 rwtest is a shell script that is a wrapper of iogen and doio.
27 iogen -i 0 100000b:doio_1 | doio -av -n 8 -m 1000
30 iogen -i 0 100000b:doio_2 | doio -akv -n 8 -m 1000
doio.c 33 * doio - a general purpose io initiator with system call and
34 * write logging. See doio.h for the structure which defines
35 * what doio requests should look like.
37 * Currently doio can handle read,write,reada,writea,ssread,
39 * For disk io, if the O_SSD flag is set doio will allocate
40 * the appropriate amount of ssd and do the transfer - thus, doio
85 #include "doio.h"
250 char TagName[40]; /* name of this doio (see Monster) */
281 /* Used by sigbus_action() in the child doio. */
316 void doio(void)
754 void doio(void) function
    [all...]
iogen.c 33 * iogen - a tool for generating file/sds io for a doio process
63 #include "doio.h"
182 * defined in doio.h.
230 * Map syscall names (-s args) to values - macros are defined in doio.h.
574 * Returns 0 if req is filled in with a complete doio request, otherwise
    [all...]
  /external/ltp/doc/man1/
doio.1 2 .\" $Id: doio.1,v 1.1 2000/07/27 16:59:03 alaffin Exp $
34 .TH doio 1 10/13/93 "UNICOS Testing"
43 Doio is one of the device-beater tools.
  /external/ltp/testscripts/
Readme_ROBind 12 IOGEN & DOIO
16 ----- doio
30 IOGEN & DOIO
40 rwtest is a shell script that is a wrapper of iogen and doio.
  /external/ltp/runtest/
fs 39 #iogen01 iogen -i 120s -s read,write 500b:doio.f1.$$ 1000b:doio.f2.$$ | doio -akv -n 2
40 iogen01 export LTPROOT; rwtest -N iogen01 -i 120s -s read,write -Da -Dv -n 2 500b:$TMPDIR/doio.f1.$$ 1000b:$TMPDIR/doio.f2.$$
stress.part1 157 #iogen01 iogen -i 120s -s read,write 500b:doio.f1.$$ 1000b:doio.f2.$$ | doio -akv -n 2
158 iogen01 export LTPROOT; rwtest -N iogen01 -i 120s -s read,write -Da -Dv -n 2 500b:doio.f1.$$ 1000b:doio.f2.$$
fs_readonly 36 test_robind36 test_robind.sh -c "rwtest -N iogen01 -i 120s -s read,write -Da -Dv -n 2 500b:doio.f1.$$ 1000b:doio.f2.$$"
  /external/ltp/testscripts/build/
ltp-missing-install-files.py 79 # cmdline="export LTPROOT; rwtest -N iogen01 -i 120s -s read,write -Da -Dv -n 2 500b:doio.f1.$$ 1000b:doio.f2.$$"
  /external/ltp/
README.md 30 Don't run them on production systems. Growfiles, doio, and iogen in particular
gen.bp     [all...]
  /external/ltp/android/tools/
disabled_tests.txt 149 doio
  /external/ltp/android/
Android.ltp.mk     [all...]

Completed in 404 milliseconds