task_cleanup      232 include/linux/sunrpc/xprt.h 	struct work_struct	task_cleanup;
task_cleanup      190 net/sunrpc/xprt.c 		queue_work(xprtiod_workqueue, &xprt->task_cleanup);
task_cleanup      659 net/sunrpc/xprt.c 		container_of(work, struct rpc_xprt, task_cleanup);
task_cleanup      698 net/sunrpc/xprt.c 		queue_work(xprtiod_workqueue, &xprt->task_cleanup);
task_cleanup      744 net/sunrpc/xprt.c 		queue_work(xprtiod_workqueue, &xprt->task_cleanup);
task_cleanup      776 net/sunrpc/xprt.c 	queue_work(xprtiod_workqueue, &xprt->task_cleanup);
task_cleanup     1910 net/sunrpc/xprt.c 	INIT_WORK(&xprt->task_cleanup, xprt_autoclose);
task_cleanup     1937 net/sunrpc/xprt.c 		container_of(work, struct rpc_xprt, task_cleanup);
task_cleanup     1976 net/sunrpc/xprt.c 	INIT_WORK(&xprt->task_cleanup, xprt_destroy_cb);
task_cleanup     1977 net/sunrpc/xprt.c 	schedule_work(&xprt->task_cleanup);