Home
last modified time | relevance | path

Searched refs:task_cleanup (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/net/sunrpc/
Dxprt.c254 queue_work(xprtiod_workqueue, &xprt->task_cleanup); in xprt_clear_locked()
736 container_of(work, struct rpc_xprt, task_cleanup); in xprt_autoclose()
772 queue_work(xprtiod_workqueue, &xprt->task_cleanup); in xprt_schedule_autoclose_locked()
860 queue_work(xprtiod_workqueue, &xprt->task_cleanup); in xprt_init_autodisconnect()
2053 INIT_WORK(&xprt->task_cleanup, xprt_autoclose); in xprt_create_transport()
2079 container_of(work, struct rpc_xprt, task_cleanup); in xprt_destroy_cb()
2118 INIT_WORK(&xprt->task_cleanup, xprt_destroy_cb); in xprt_destroy()
2119 schedule_work(&xprt->task_cleanup); in xprt_destroy()
/Linux-v5.15/include/linux/sunrpc/
Dxprt.h235 struct work_struct task_cleanup; member