Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfs/blocklayout/
Dblocklayout.c232 task = container_of(work, struct rpc_task, u.tk_work); in bl_read_cleanup()
243 INIT_WORK(&hdr->task.u.tk_work, bl_read_cleanup); in bl_end_par_io_read()
244 schedule_work(&hdr->task.u.tk_work); in bl_end_par_io_read()
361 struct rpc_task *task = container_of(work, struct rpc_task, u.tk_work); in bl_write_cleanup()
388 INIT_WORK(&hdr->task.u.tk_work, bl_write_cleanup); in bl_end_par_io_write()
389 schedule_work(&hdr->task.u.tk_work); in bl_end_par_io_write()
/Linux-v5.15/net/sunrpc/
Dsched.c356 INIT_WORK(&task->u.tk_work, rpc_async_schedule); in rpc_make_runnable()
357 queue_work(wq, &task->u.tk_work); in rpc_make_runnable()
987 __rpc_execute(container_of(work, struct rpc_task, u.tk_work)); in rpc_async_schedule()
1142 rpc_free_task(container_of(work, struct rpc_task, u.tk_work)); in rpc_async_release()
1161 INIT_WORK(&task->u.tk_work, rpc_async_release); in rpc_final_put_task()
1162 queue_work(q, &task->u.tk_work); in rpc_final_put_task()
/Linux-v5.15/include/linux/sunrpc/
Dsched.h60 struct work_struct tk_work; /* Async task work queue */ member