Home
last modified time | relevance | path

Searched refs:aio_max (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/syscalls/io_setup/
Dio_setup01.c69 unsigned int aio_max = 0; in verify_io_setup() local
77 SAFE_FILE_SCANF("/proc/sys/fs/aio-max-nr", "%u", &aio_max); in verify_io_setup()
78 verify_failure(aio_max + 1, &ctx, 0, EAGAIN); in verify_io_setup()