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

/linux-master/net/sunrpc/
H A Dxprt.c253 queue_work(xprtiod_workqueue, &xprt->task_cleanup);
738 container_of(work, struct rpc_xprt, task_cleanup);
777 queue_work(xprtiod_workqueue, &xprt->task_cleanup);
865 queue_work(xprtiod_workqueue, &xprt->task_cleanup);
2076 INIT_WORK(&xprt->task_cleanup, xprt_autoclose);
2102 container_of(work, struct rpc_xprt, task_cleanup);
2148 INIT_WORK(&xprt->task_cleanup, xprt_destroy_cb);
2149 schedule_work(&xprt->task_cleanup);
/linux-master/include/linux/sunrpc/
H A Dxprt.h247 struct work_struct task_cleanup; member in struct:rpc_xprt

Completed in 215 milliseconds