Home
last modified time | relevance | path

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

/linux/fs/nfs/blocklayout/
A 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/net/sunrpc/
A Dsched.c364 INIT_WORK(&task->u.tk_work, rpc_async_schedule); in rpc_make_runnable()
365 queue_work(wq, &task->u.tk_work); in rpc_make_runnable()
998 __rpc_execute(container_of(work, struct rpc_task, u.tk_work)); in rpc_async_schedule()
1153 rpc_free_task(container_of(work, struct rpc_task, u.tk_work)); in rpc_async_release()
1172 INIT_WORK(&task->u.tk_work, rpc_async_release); in rpc_final_put_task()
1173 queue_work(q, &task->u.tk_work); in rpc_final_put_task()
/linux/include/linux/sunrpc/
A Dsched.h60 struct work_struct tk_work; /* Async task work queue */ member

Completed in 9 milliseconds