OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aio_mtx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
sys_aio.c
288
mutex_init(&aio->
aio_mtx
, MUTEX_DEFAULT, IPL_NONE);
319
mutex_destroy(&aio->
aio_mtx
);
1691
mutex_enter(&aio->
aio_mtx
);
1694
mutex_exit(&aio->
aio_mtx
);
1699
mutex_exit(&aio->
aio_mtx
);
1707
mutex_enter(&aio->
aio_mtx
);
1712
mutex_exit(&aio->
aio_mtx
);
1769
mutex_enter(&aio->
aio_mtx
);
1836
mutex_exit(&aio->
aio_mtx
);
2027
mutex_enter(&aio->
aio_mtx
);
[
all
...]
/src/sys/sys/
aio.h
196
kmutex_t
aio_mtx
; /* Protects the entire structure */
member in struct:aioproc
Completed in 37 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025