Home
last modified time | relevance | path

Searched refs:aio (Results 1 – 25 of 54) sorted by relevance

123

/external/autotest/client/tests/aio_dio_bugs/src/
DMakefile5 TESTS=aio-dio-invalidate-failure aio-dio-subblock-eof-read \
6 aio-free-ring-with-bogus-nr-pages \
7 aio-io-setup-with-nonwritable-context-pointer aio-dio-extend-stat
11 aio-dio-invalidate-failure: aio-dio-invalidate-failure.c
14 aio-dio-subblock-eof-read: aio-dio-subblock-eof-read.c
17 aio-free-ring-with-bogus-nr-pages: aio-free-ring-with-bogus-nr-pages.c
20 aio-io-setup-with-nonwritable-context-pointer: aio-io-setup-with-nonwritable-context-pointer.c
23 aio-dio-extend-stat: aio-dio-extend-stat.c
/external/ltp/runtest/
Dltp-aio-stress.part13 # aio-stress [-s size] [-r size] [-a size] [-d num] [-b num]
12 # -d number of pending aio requests for each file, default 64
29 ADS1000 aio-stress -I500 -o2 -S -r4 $TMPDIR/file1
30 ADS1001 aio-stress -I500 -o2 -S -r8 $TMPDIR/file1
31 ADS1002 aio-stress -I500 -o2 -S -r16 $TMPDIR/file1
32 ADS1003 aio-stress -I500 -o2 -S -r32 -t2 $TMPDIR/junkfile $TMPDIR/file2
33 ADS1004 aio-stress -I500 -o2 -S -r64 $TMPDIR/junkfile $TMPDIR/file2
34 ADS1005 aio-stress -I500 -o3 -S -r4 $TMPDIR/junkfile $TMPDIR/file2
35 ADS1006 aio-stress -I500 -o3 -S -r8 -t2 $TMPDIR/junkfile $TMPDIR/file2
36 ADS1007 aio-stress -I500 -o3 -S -r16 -t2 $TMPDIR/junkfile $TMPDIR/file2
[all …]
Dltp-aio-stress.part23 # aio-stress [-s size] [-r size] [-a size] [-d num] [-b num]
12 # -d number of pending aio requests for each file, default 64
29 ADS2001 aio-stress -I500 -o2 -S -r32 -t2 $TMPDIR/junkfile $TMPDIR/file2
30 ADS2002 aio-stress -I500 -o3 -S -r8 -t2 $TMPDIR/junkfile $TMPDIR/file2
31 ADS2003 aio-stress -I500 -o3 -S -r16 -t2 $TMPDIR/junkfile $TMPDIR/file2
32 ADS2004 aio-stress -I500 -o3 -S -r32 -t4 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/fi…
33 ADS2005 aio-stress -I500 -o3 -S -r64 -t4 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/fi…
34 ADS2006 aio-stress -I500 -o2 -O -r32 -t2 $TMPDIR/junkfile $TMPDIR/file2
35 ADS2007 aio-stress -I500 -o3 -O -r8 -t2 $TMPDIR/junkfile $TMPDIR/file2
36 ADS2008 aio-stress -I500 -o3 -O -r16 -t2 $TMPDIR/junkfile $TMPDIR/file2
[all …]
Dltp-aiodio.part42 # Malcles Jacky: this file is a copy from Ridgeway Marty's aio script
3 # goal: all aio tests using the same framework
/external/autotest/client/tests/fsx/
D0003-Fix-Link-Options.patch6 aio-test: aio-test.o
7 - $(CC) $(LDFLAGS) -laio aio-test.o -o aio-test
8 + $(CC) ${CFLAGS} $(LDFLAGS) aio-test.o -o aio-test -laio
10 aio-stress: aio-stress.o
11 - $(CC) $(LDFLAGS) -laio -lpthread aio-stress.o -o aio-stress
12 + $(CC) ${CFLAGS} $(LDFLAGS) aio-stress.o -o aio-stress -laio -lpthread
/external/autotest/client/tests/aiostress/
Dcontrol2 NAME = "aio stress"
8 aio-stress
11 of aio to it.
13 aio is done in a rotating loop. first file1 gets 8 requests, then
20 than a few Megs. It is a sequential workload. This test stresses the aio
/external/fio/doc/
Dfio_examples.rst24 Read 4 files with aio at different depths
29 :download:`Download aio-read.fio <../examples/aio-read.fio>`
31 .. literalinclude:: ../examples/aio-read.fio
/external/valgrind/memcheck/tests/darwin/
DMakefile.am9 aio.stderr.exp aio.vgtest \
22 aio \ program
Daio.vgtest1 prog: aio
DMakefile.in124 check_PROGRAMS = aio$(EXEEXT) deep_badparam$(EXEEXT) env$(EXEEXT) \
140 aio_SOURCES = aio.c
141 aio_OBJECTS = aio.$(OBJEXT)
202 SOURCES = aio.c deep_badparam.c env.c ioctl-tiocsbrk.c mkfifo.c \
205 DIST_SOURCES = aio.c deep_badparam.c env.c ioctl-tiocsbrk.c mkfifo.c \
606 aio.stderr.exp aio.vgtest \
656 aio$(EXEEXT): $(aio_OBJECTS) $(aio_DEPENDENCIES) $(EXTRA_aio_DEPENDENCIES)
657 @rm -f aio$(EXEEXT)
706 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aio.Po@am__quote@
/external/fio/examples/
De4defrag2.fio50 # Run random e4defrag and various aio workers in parallel
61 [buffered-aio-32k]
74 [direct-aio-32k]
De4defrag.fio18 # Run e4defrag and aio-dio workers in parallel
30 [random-aio-32k]
Denospc-pressure.fio40 [aio-dio-verifier]
51 filename=aio-dio-verifier
Daio-read.fio1 ; Read 4 files with aio at different depths
Dfalloc.fio33 [sequential aio-dio write]
/external/ltp/m4/
Dltp-eventfd.m430 AC_CHECK_LIB(aio,io_setup,[
32 AC_MSG_CHECKING([io_set_eventfd is defined in aio library or aio header])
/external/ltp/testscripts/
Dltp-aiodio.sh232 sort -R ${LTPROOT}/runtest/ltp-aio-stress.part1 -o ${TMPBASE}/ltp-aio-stress.part1
234 …stresspart1 -l ltpaiostress.logfile -o ltpaiostress.outfile -p -f ${TMPBASE}/ltp-aio-stress.part1 &
244 sort -R ${LTPROOT}/runtest/ltp-aio-stress.part2 -o ${TMPBASE}/ltp-aio-stress.part2
246 …stresspart2 -l ltpaiostress.logfile -o ltpaiostress.outfile -p -f ${TMPBASE}/ltp-aio-stress.part2 &
/external/autotest/client/tests/aio_dio_bugs/
Dcontrol1 NAME = "aio dio bugs"
10 Rafal Wijata <wijata@nec-labs.com>. It caught a race in dio aio completion
/external/ltp/testcases/kernel/io/ltp-aiodio/
D.gitignore1 /aio-stress
/external/ltp/testcases/kernel/io/
DMakefile27 FILTER_OUT_DIRS := $(if $(AIO_LIBS),,aio ltp-aiodio)
/external/autotest/client/tests/fio/
Dfio-mixed.job24 ioengine=aio
/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_fs.h151 void fs_set_alignio(ffsb_fs_t *fs, int aio);
Dffsb_fs.c483 void fs_set_alignio(ffsb_fs_t * fs, int aio) in fs_set_alignio() argument
485 if (aio) in fs_set_alignio()
/external/fio/
DREADME219 Note that POSIX aio is not enabled by default on AIX. Messages like these::
224 indicate one needs to enable POSIX aio. Run the following commands as root::
232 POSIX aio should work now. To make the change permanent::
/external/strace/tests/
Dpure_executables.am10 aio \

123