Searched refs:nent (Results 1 – 4 of 4) sorted by relevance
/rt/ |
A D | aio_suspend.c | 50 int nent; member 67 int cnt = param->nent; in cleanup() 109 ___aio_suspend_time64 (const struct aiocb *const list[], int nent, in ___aio_suspend_time64() argument 112 if (__glibc_unlikely (nent < 0)) in ___aio_suspend_time64() 118 struct waitlist waitlist[nent]; in ___aio_suspend_time64() 119 struct requestlist *requestlist[nent]; in ___aio_suspend_time64() 133 for (cnt = 0; cnt < nent; ++cnt) in ___aio_suspend_time64() 175 if (cnt == nent && any) in ___aio_suspend_time64() 185 .nent = nent in ___aio_suspend_time64() 269 __aio_suspend (const struct aiocb *const list[], int nent, [all …]
|
A D | lio_listio-common.c | 74 lio_listio_internal (int mode, struct AIOCB *const list[], int nent, in lio_listio_internal() argument 78 struct requestlist *requests[nent]; in lio_listio_internal() 94 for (cnt = 0; cnt < nent; ++cnt) in lio_listio_internal() 136 struct waitlist waitlist[nent]; in lio_listio_internal() 139 for (cnt = 0; cnt < nent; ++cnt) in lio_listio_internal() 190 + (nent * sizeof (struct waitlist))); in lio_listio_internal() 201 for (cnt = 0; cnt < nent; ++cnt) in lio_listio_internal() 235 LIO_LISTIO_OLD (int mode, struct AIOCB *const list[], int nent, in LIO_LISTIO_OLD() argument 245 return lio_listio_internal (mode | LIO_NO_INDIVIDUAL_EVENT, list, nent, sig); in LIO_LISTIO_OLD() 255 LIO_LISTIO_NEW (int mode, struct AIOCB *const list[], int nent, in LIO_LISTIO_NEW() argument [all …]
|
A D | tst-aio64.c | 102 do_wait (struct aiocb64 **cbp, size_t nent, int allowed_err) in do_wait() argument 110 aio_suspend64 ((const struct aiocb64 *const *) cbp, nent, NULL); in do_wait() 112 for (cnt = 0; cnt < nent; ++cnt) in do_wait()
|
A D | tst-aio.c | 101 do_wait (struct aiocb **cbp, size_t nent, int allowed_err) in do_wait() argument 109 aio_suspend ((const struct aiocb *const *) cbp, nent, NULL); in do_wait() 111 for (cnt = 0; cnt < nent; ++cnt) in do_wait()
|
Completed in 8 milliseconds