OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aiocb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
aio.h
55
struct
aiocb
{
struct
119
struct
aiocb
aiocbp; /* User-visible AIO control block */
208
int aio_suspend1(struct lwp *, struct
aiocb
**, int, struct timespec *);
214
int aiosp_suspend(struct aiosp *, struct
aiocb
**, int, struct timespec *,
/src/sys/kern/
sys_aio.c
55
* A hash table (by userspace
aiocb
pointer) maps
aiocb
-> kernel job.
57
* Resubmission of the same
aiocb
updates the mapping. To allow userspace to
58
* reuse
aiocb
storage liberally.
523
* Create a waitgroup to monitor the specified
aiocb
list.
530
aiosp_suspend(struct aiosp *aiosp, struct
aiocb
**aiocbp_list, int nent,
602
aio_suspend1(struct lwp *l, struct
aiocb
**aiocbp_list, int nent,
971
struct
aiocb
*aiocbp = &job->aiocbp;
1002
struct
aiocb
*aiocbp = &job->aiocbp;
1038
struct
aiocb
*aiocbp = &job->aiocbp
1575
struct
aiocb
aiocb
;
local in function:aio_enqueue_job
[
all
...]
Completed in 48 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025