Searched refs:task_io_user_clients (Results 1 – 3 of 3) sorted by relevance
1695 queue_enter_first(task_io_user_clients(task), owner, IOUserClientOwner *, taskLink); in registerOwner()1719 taskque = task_io_user_clients(owner->task); in noMoreSenders()1748 taskque = task_io_user_clients(task); in iokit_task_app_suspended_changed()1801 taskque = task_io_user_clients(task); in iokit_task_terminate_phase1()1827 taskque = task_io_user_clients(task); in iokit_task_terminate_phase2()
1310 extern queue_head_t * task_io_user_clients(task_t task);
9100 task_io_user_clients(task_t task) in task_io_user_clients() function