Searched refs:cl_tasks (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/net/sunrpc/ |
| D | debugfs.c | 50 list_for_each_entry(task, &clnt->cl_tasks, tk_task) in tasks_start() 66 if (next == &clnt->cl_tasks) in tasks_next()
|
| D | clnt.c | 406 INIT_LIST_HEAD(&clnt->cl_tasks); in rpc_new_client() 871 if (list_empty(&clnt->cl_tasks)) in rpc_killall_tasks() 879 list_for_each_entry(rovr, &clnt->cl_tasks, tk_task) in rpc_killall_tasks() 903 if (list_empty(&clnt->cl_tasks)) in rpc_cancel_tasks() 909 list_for_each_entry(task, &clnt->cl_tasks, tk_task) { in rpc_cancel_tasks() 946 while (!list_empty(&clnt->cl_tasks)) { in rpc_shutdown_client() 949 list_empty(&clnt->cl_tasks), 1*HZ); in rpc_shutdown_client() 1024 if (list_empty(&clnt->cl_tasks)) in rpc_release_client() 1177 list_add_tail(&task->tk_task, &clnt->cl_tasks); in rpc_task_set_client() 3339 list_for_each_entry(task, &clnt->cl_tasks, tk_task) { in rpc_show_tasks()
|
| /Linux-v6.6/include/linux/sunrpc/ |
| D | clnt.h | 48 struct list_head cl_tasks; /* List of tasks */ member
|