Searched refs:tk_work (Results 1 – 2 of 2) sorted by relevance
302 INIT_WORK(&task->u.tk_work, rpc_async_schedule); in rpc_make_runnable()303 queue_work(rpciod_workqueue, &task->u.tk_work); in rpc_make_runnable()714 __rpc_execute(container_of(work, struct rpc_task, u.tk_work)); in rpc_async_schedule()856 rpc_free_task(container_of(work, struct rpc_task, u.tk_work)); in rpc_async_release()874 INIT_WORK(&task->u.tk_work, rpc_async_release); in rpc_final_put_task()875 queue_work(q, &task->u.tk_work); in rpc_final_put_task()
71 struct work_struct tk_work; /* Async task work queue */ member