OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AIO_MAX
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
aio.h
75
#define
AIO_MAX
(AIO_LISTIO_MAX * 16)
/src/sys/kern/
sys_aio.c
116
static u_int
aio_max
=
AIO_MAX
;
variable
1692
if (atomic_inc_uint_nv(&aio_jobs_count) >
aio_max
||
2093
if (newsize < 1 || newsize >
aio_max
) {
2110
newsize =
aio_max
;
2119
aio_max
= newsize;
2155
CTLTYPE_INT, "
aio_max
",
2158
sysctl_aio_max, 0, &
aio_max
, 0,
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026