Searched refs:rpc_count_stats (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/sunrpc/ |
| D | sched.h | 102 void (*rpc_count_stats)(struct rpc_task *, void *); member
|
| /Linux-v5.4/fs/nfs/filelayout/ |
| D | filelayout.c | 430 .rpc_count_stats = filelayout_read_count_stats, 437 .rpc_count_stats = filelayout_write_count_stats, 444 .rpc_count_stats = filelayout_commit_count_stats,
|
| /Linux-v5.4/fs/nfs/flexfilelayout/ |
| D | flexfilelayout.c | 1738 .rpc_count_stats = ff_layout_read_count_stats, 1745 .rpc_count_stats = ff_layout_read_count_stats, 1752 .rpc_count_stats = ff_layout_write_count_stats, 1759 .rpc_count_stats = ff_layout_write_count_stats, 1766 .rpc_count_stats = ff_layout_commit_count_stats, 1773 .rpc_count_stats = ff_layout_commit_count_stats,
|
| /Linux-v5.4/net/sunrpc/ |
| D | sched.c | 828 if (task->tk_ops->rpc_count_stats) in rpc_exit_task() 829 task->tk_ops->rpc_count_stats(task, task->tk_calldata); in rpc_exit_task()
|