OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aio_listio_max
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
sys_aio.c
115
u_int
aio_listio_max
=
AIO_LISTIO_MAX
;
variable in typeref:typename:u_int
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
[
all
...]
Completed in 57 milliseconds
Indexes created Mon Oct 13 14:09:54 GMT 2025