Searched refs:group_tag (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Daio_kern.h49 void *group_tag; /* identifier used to group IO requests */ member in struct:aio_workq_entry
/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c219 void *group_tag,
223 void *group_tag,
1851 aio_create_queue_entry(proc_t procp, user_addr_t aiocbp, void *group_tag, int kindOfIO) argument
1868 entryp->group_tag = group_tag;
1995 * group_tag The group tag used to indicate a
2009 * completed. We use group_tag to tag IO requests that behave
2016 lio_create_entry(proc_t procp, user_addr_t aiocbp, void *group_tag, argument
2022 entryp = aio_create_queue_entry( procp, aiocbp, group_tag, AIO_LIO);
2222 lio_context = (aio_lio_context *)entryp->group_tag;
[all...]

Completed in 24 milliseconds