Searched refs:aio_errno (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-record.c307 int rc, aio_errno; local
310 aio_errno = aio_error(cblock);
311 if (aio_errno == EINPROGRESS)
316 if (aio_errno != EINTR)

Completed in 124 milliseconds