Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Ddebugfs.c54 list_for_each_entry(task, &clnt->cl_tasks, tk_task) in tasks_start()
72 if (next == &clnt->cl_tasks) in tasks_next()
Dclnt.c403 INIT_LIST_HEAD(&clnt->cl_tasks); in rpc_new_client()
723 if (list_empty(&clnt->cl_tasks)) in rpc_killall_tasks()
730 list_for_each_entry(rovr, &clnt->cl_tasks, tk_task) { in rpc_killall_tasks()
757 while (!list_empty(&clnt->cl_tasks)) { in rpc_shutdown_client()
760 list_empty(&clnt->cl_tasks), 1*HZ); in rpc_shutdown_client()
823 if (list_empty(&clnt->cl_tasks)) in rpc_release_client()
905 list_add_tail(&task->tk_task, &clnt->cl_tasks); in rpc_task_set_client()
2467 list_for_each_entry(task, &clnt->cl_tasks, tk_task) { in rpc_show_tasks()
/linux-4.1.27/include/linux/sunrpc/
Dclnt.h38 struct list_head cl_tasks; /* List of tasks */ member