Home | History | Annotate | Download | only in kern

Lines Matching refs:aio_listio_max

115 u_int			aio_listio_max = AIO_LISTIO_MAX;
1693 aio->jobs_count >= aio_listio_max) {
1914 if (nent <= 0 || nent > aio_listio_max) {
1974 if (nent < 1 || nent > aio_listio_max) {
2087 newsize = aio_listio_max;
2096 aio_listio_max = newsize;
2116 if (newsize < 1 || newsize < aio_listio_max) {
2143 CTLTYPE_INT, "aio_listio_max",
2146 sysctl_aio_listio_max, 0, &aio_listio_max, 0,