/external/adhd/cras/src/server/ |
D | cras_alsa_io.c | 160 static void init_device_settings(struct alsa_io *aio); 253 struct alsa_io *aio = (struct alsa_io *)iodev; in set_hwparams() local 258 if (aio->hwparams_set) in set_hwparams() 266 rc = cras_alsa_set_hwparams(aio->handle, iodev->format, in set_hwparams() 268 aio->dma_period_set_microsecs); in set_hwparams() 272 aio->hwparams_set = 1; in set_hwparams() 283 struct alsa_io *aio = (struct alsa_io *)iodev; in frames_queued() local 287 rc = cras_alsa_get_avail_frames(aio->handle, in frames_queued() 288 aio->base.buffer_size, in frames_queued() 289 aio->severe_underrun_frames, in frames_queued() [all …]
|
/external/adhd/cras/src/tests/ |
D | alsa_io_unittest.cc | 274 struct alsa_io *aio; in TEST() local 276 aio = (struct alsa_io *)alsa_iodev_create_with_default_parameters( in TEST() 279 ASSERT_EQ(aio, (void *)NULL); in TEST() 283 struct alsa_io *aio; in TEST() local 287 aio = (struct alsa_io *)alsa_iodev_create_with_default_parameters( in TEST() 290 ASSERT_EQ(0, alsa_iodev_legacy_complete_init((struct cras_iodev *)aio)); in TEST() 293 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST() 297 aio->base.info.name, in TEST() 301 ASSERT_NE(reinterpret_cast<const char *>(NULL), aio->dev_name); in TEST() 302 EXPECT_EQ(0, strcmp(test_dev_name, aio->dev_name)); in TEST() [all …]
|
/external/ltp/runtest/ |
D | ltp-aio-stress.part1 | 3 # 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 …]
|
D | ltp-aio-stress.part2 | 3 # 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 …]
|
D | ltp-aiodio.part4 | 2 # 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/aio_dio_bugs/src/ |
D | Makefile | 5 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/autotest/client/tests/fsx/ |
D | 0003-Fix-Link-Options.patch | 6 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/ |
D | control | 2 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/ltp/testscripts/ |
D | ltp-aiodio.sh | 232 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/ltp/m4/ |
D | ltp-eventfd.m4 | 28 AC_CHECK_LIB(aio, io_setup, [have_aio=yes]) 34 AC_MSG_CHECKING([io_set_eventfd is defined in aio library or aio header])
|
/external/autotest/client/tests/aio_dio_bugs/ |
D | control | 1 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 | .gitignore | 1 /aio-stress
|
/external/autotest/client/tests/fio/ |
D | fio-mixed.job | 24 ioengine=aio
|
/external/u-boot/arch/arm/dts/ |
D | uniphier-pxs2.dtsi | 229 compatible = "socionext,uniphier-pxs2-aio"; 240 clock-names = "aio"; 242 reset-names = "aio";
|
D | uniphier-ld11.dtsi | 189 compatible = "socionext,uniphier-ld11-aio"; 195 clock-names = "aio"; 197 reset-names = "aio";
|
D | uniphier-ld20.dtsi | 289 compatible = "socionext,uniphier-ld20-aio"; 295 clock-names = "aio"; 297 reset-names = "aio";
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_fs.h | 151 void fs_set_alignio(ffsb_fs_t *fs, int aio);
|
D | ffsb_fs.c | 483 void fs_set_alignio(ffsb_fs_t * fs, int aio) in fs_set_alignio() argument 485 if (aio) in fs_set_alignio()
|
/external/stressapptest/ |
D | configure.ac | 109 AC_SEARCH_LIBS([io_setup], [aio])
|
/external/ltp/testcases/open_posix_testsuite/ |
D | NEWS | 6 This release has been tested on glibc-2.3.3 and kernel 2.6.10 with libposix-aio-0.3. The test resul…
|
/external/strace/tests-mx32/ |
D | pure_executables.list | 9 aio
|
D | pure_executables.am | 10 aio \
|
/external/strace/tests/ |
D | pure_executables.list | 9 aio
|
/external/strace/tests-m32/ |
D | pure_executables.list | 9 aio
|
D | pure_executables.am | 10 aio \
|