OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aio_hash
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
sys_aio.c
1267
TAILQ_FOREACH(aiocbp, &aiosp->
aio_hash
[hash], list) {
1303
TAILQ_FOREACH(aiocbp, &aiosp->
aio_hash
[hash], list) {
1310
TAILQ_REMOVE(&aiosp->
aio_hash
[hash], aiocbp, list);
1339
TAILQ_FOREACH(found, &aiosp->
aio_hash
[hash], list) {
1347
TAILQ_INSERT_HEAD(&aiosp->
aio_hash
[hash], aiocbp, list);
1363
aiosp->
aio_hash
= kmem_zalloc(hashsize * sizeof(*aiosp->
aio_hash
),
1372
TAILQ_INIT(&aiosp->
aio_hash
[i]);
1384
if (aiosp->
aio_hash
== NULL) {
1393
TAILQ_FOREACH_SAFE(aiocbp, &aiosp->
aio_hash
[i], list, tmp)
[
all
...]
/src/sys/sys/
aio.h
181
struct aiocbp_list *
aio_hash
; /* Aiocbp hash root */
member in struct:aiosp
Completed in 13 milliseconds
Indexes created Mon Oct 13 01:09:56 GMT 2025