Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Ddebugfs.c51 list_for_each_entry(task, &clnt->cl_tasks, tk_task) in tasks_start()
67 if (next == &clnt->cl_tasks) in tasks_next()
Dclnt.c408 INIT_LIST_HEAD(&clnt->cl_tasks); in rpc_new_client()
822 if (list_empty(&clnt->cl_tasks)) in rpc_killall_tasks()
829 list_for_each_entry(rovr, &clnt->cl_tasks, tk_task) { in rpc_killall_tasks()
856 while (!list_empty(&clnt->cl_tasks)) { in rpc_shutdown_client()
859 list_empty(&clnt->cl_tasks), 1*HZ); in rpc_shutdown_client()
923 if (list_empty(&clnt->cl_tasks)) in rpc_release_client()
1018 list_add_tail(&task->tk_task, &clnt->cl_tasks); in rpc_task_set_client()
2845 list_for_each_entry(task, &clnt->cl_tasks, tk_task) { in rpc_show_tasks()
/Linux-v4.19/include/linux/sunrpc/
Dclnt.h40 struct list_head cl_tasks; /* List of tasks */ member