/third_party/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
|
/third_party/node/deps/openssl/openssl/engines/ |
D | e_afalg.c | 74 static int afalg_init_aio(afalg_aio *aio); 185 static int afalg_setup_async_event_notification(afalg_aio *aio) in afalg_setup_async_event_notification() argument 201 &aio->efd, &custom); in afalg_setup_async_event_notification() 207 aio->efd = eventfd(0); in afalg_setup_async_event_notification() 208 if (aio->efd == -1) { in afalg_setup_async_event_notification() 216 aio->efd, custom, in afalg_setup_async_event_notification() 220 close(aio->efd); in afalg_setup_async_event_notification() 224 if (fcntl(aio->efd, F_SETFL, O_NONBLOCK) != 0) { in afalg_setup_async_event_notification() 229 aio->mode = MODE_ASYNC; in afalg_setup_async_event_notification() 232 aio->efd = eventfd(0); in afalg_setup_async_event_notification() [all …]
|
D | e_afalg.h | 91 afalg_aio aio; member
|
/third_party/openssl/engines/ |
D | e_afalg.c | 74 static int afalg_init_aio(afalg_aio *aio); 185 static int afalg_setup_async_event_notification(afalg_aio *aio) in afalg_setup_async_event_notification() argument 201 &aio->efd, &custom); in afalg_setup_async_event_notification() 207 aio->efd = eventfd(0); in afalg_setup_async_event_notification() 208 if (aio->efd == -1) { in afalg_setup_async_event_notification() 216 aio->efd, custom, in afalg_setup_async_event_notification() 220 close(aio->efd); in afalg_setup_async_event_notification() 224 if (fcntl(aio->efd, F_SETFL, O_NONBLOCK) != 0) { in afalg_setup_async_event_notification() 229 aio->mode = MODE_ASYNC; in afalg_setup_async_event_notification() 232 aio->efd = eventfd(0); in afalg_setup_async_event_notification() [all …]
|
D | e_afalg.h | 91 afalg_aio aio; member
|
/third_party/ltp/m4/ |
D | ltp-eventfd.m4 | 8 AC_CHECK_LIB(aio, io_setup, [have_aio=yes]) 14 AC_MSG_CHECKING([io_set_eventfd is defined in aio library or aio header])
|
/third_party/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 &
|
/third_party/rust/crates/nix/ |
D | Cargo.toml | 41 "acct", "aio", "dir", "env", "event", "feature", "fs", 49 aio = ["pin-utils"] 100 name = "test-aio-drop"
|
D | CHANGELOG.md | 129 - Rewrote the aio module. The new module: 131 * Gives the caller control over whether and when to `Box` an aio operation. 1074 - Added safe support for nearly any buffer type in the `sys::aio` module. 1076 - Added `sys::aio::LioCb` as a wrapper for `libc::lio_listio`. 1122 - Removed explicit support for the `bytes` crate from the `sys::aio` module. 1123 See `sys::aio::AioCb::from_boxed_slice` examples for alternatives. 1125 - Removed `sys::aio::lio_listio`. Use `sys::aio::LioCb::listio` instead.
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | .gitignore | 1 /aio-stress
|
/third_party/rust/crates/nix/test/sys/ |
D | test_aio_drop.rs | 18 use nix::sys::aio::*; in test_drop()
|
D | test_aio.rs | 14 aio::*,
|
/third_party/rust/crates/nix/src/sys/ |
D | mod.rs | 12 pub mod aio;
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
D | f_generic.h | 122 uint32_t aio; /* 0 for sync ,1 for async */ member
|
/third_party/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…
|
D | BUILD | 31 to your kernel conf or build, install, and load the aio module.
|
/third_party/ltp/ |
D | configure.ac | 398 libaio: ${have_libaio:-no} (aio: ${have_aio:-no})
|
/third_party/musl/ |
D | musl_src.gni | 259 "src/aio/aio.c", 260 "src/aio/aio_suspend.c", 261 "src/aio/lio_listio.c", 2111 "include/aio.h", 2410 "src/aio/aio.c",
|
D | WHATSNEW | 296 - posix aio (mostly working but not entirely conformant) 948 - invalid access in aio notification after aiocb free/reuse 1421 - aio cancellation 1437 - close on fd with pending aio could lead to file corruption 1438 - old aio implementation had numerous conformance bugs 2016 - aio threads could overflow stack on kernels that break MINSIGSTKSZ ABI 2017 - aio threads no longer call malloc (problematic with malloc replacement) 2271 - fork of process with active aio could deadlock or crash paren
|
/third_party/FreeBSD/ |
D | UPDATING | 1594 VFS_AIO kernel option and aio.ko kernel module have been removed. 1598 vfs.aio.enable_unsafe sysctl to a non-zero value.
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 291 aio
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 45723 } aio; member
|
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/ |
D | hdr-rgb-riverwalk.hdr | 2646 …֞VR��_=```����䎐z���]s��ΰ���������ɰ���ub�]hijjkkklj[���c�immnpqqq�rsrp���m�aio��������Ԁ?-#��3…
|