Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Ddebugfs.c50 list_for_each_entry(task, &clnt->cl_tasks, tk_task) in tasks_start()
66 if (next == &clnt->cl_tasks) in tasks_next()
H A Dclnt.c399 INIT_LIST_HEAD(&clnt->cl_tasks); in rpc_new_client()
878 if (list_empty(&clnt->cl_tasks)) in rpc_killall_tasks()
886 list_for_each_entry(rovr, &clnt->cl_tasks, tk_task) in rpc_killall_tasks()
910 if (list_empty(&clnt->cl_tasks)) in rpc_cancel_tasks()
916 list_for_each_entry(task, &clnt->cl_tasks, tk_task) { in rpc_cancel_tasks()
954 while (!list_empty(&clnt->cl_tasks)) { in rpc_shutdown_client()
957 list_empty(&clnt->cl_tasks), 1*HZ); in rpc_shutdown_client()
1036 if (list_empty(&clnt->cl_tasks)) in rpc_release_client()
1791 list_add_tail(&task->tk_task, &task->tk_client->cl_tasks); in call_reserveresult()
3372 list_for_each_entry(task, &clnt->cl_tasks, tk_task) { in rpc_show_tasks()
/linux/include/linux/sunrpc/
H A Dclnt.h48 struct list_head cl_tasks; /* List of tasks */ member