Home
last modified time | relevance | path

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

/aosp12/system/core/libasyncio/
H A DAsyncIO.cpp35 int io_getevents(aio_context_t ctx, long min_nr, long max_nr, io_event* events, timespec* timeout) { in io_getevents() argument
36 return syscall(__NR_io_getevents, ctx, min_nr, max_nr, events, timeout); in io_getevents()
/aosp12/system/core/libasyncio/include/asyncio/
H A DAsyncIO.h39 int io_getevents(aio_context_t ctx, long min_nr, long max_nr, struct io_event* events,
/aosp12/bionic/libc/
H A DSECCOMP_ALLOWLIST_COMMON.TXT43 int io_getevents(aio_context_t ctx, long min_nr, long max_nr, struct io_event *events, struct times…