Home
last modified time | relevance | path

Searched refs:tk_work (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/nfs/blocklayout/
H A Dblocklayout.c214 task = container_of(work, struct rpc_task, u.tk_work); in bl_read_cleanup()
225 INIT_WORK(&hdr->task.u.tk_work, bl_read_cleanup); in bl_end_par_io_read()
226 schedule_work(&hdr->task.u.tk_work); in bl_end_par_io_read()
343 struct rpc_task *task = container_of(work, struct rpc_task, u.tk_work); in bl_write_cleanup()
370 INIT_WORK(&hdr->task.u.tk_work, bl_write_cleanup); in bl_end_par_io_write()
371 schedule_work(&hdr->task.u.tk_work); in bl_end_par_io_write()
/openbmc/linux/net/sunrpc/
H A Dsched.c370 INIT_WORK(&task->u.tk_work, rpc_async_schedule); in rpc_make_runnable()
371 queue_work(wq, &task->u.tk_work); in rpc_make_runnable()
1032 __rpc_execute(container_of(work, struct rpc_task, u.tk_work)); in rpc_async_schedule()
1196 rpc_free_task(container_of(work, struct rpc_task, u.tk_work)); in rpc_async_release()
1215 INIT_WORK(&task->u.tk_work, rpc_async_release); in rpc_final_put_task()
1216 queue_work(q, &task->u.tk_work); in rpc_final_put_task()
/openbmc/linux/include/linux/sunrpc/
H A Dsched.h60 struct work_struct tk_work; /* Async task work queue */ member