Searched refs:uu_aio_task (Results 1 – 2 of 2) sorted by relevance
228 struct task *uu_aio_task; /* target task for async io */ member
1541 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()