Lines Matching refs:nent
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,
277 return __aio_suspend_time64 (list, nent, timeout != NULL ? &ts64 : NULL);