Home
last modified time | relevance | path

Searched refs:uu_aio_task (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/sys/
H A Duser.h228 struct task *uu_aio_task; /* target task for async io */ member
/xnu-11215/bsd/kern/
H A Dkern_aio.c1541 oldaiotask = uthreadp->uu_aio_task; in aio_work_thread()
1548 uthreadp->uu_aio_task = proc_task(p); in aio_work_thread()
1565 uthreadp->uu_aio_task = oldaiotask; in aio_work_thread()
2182 return current_uthread()->uu_aio_task; in get_aiotask()