Searched refs:rpc_count_stats (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/include/linux/sunrpc/ |
| D | sched.h | 102 void (*rpc_count_stats)(struct rpc_task *, void *); member
|
| /Linux-v5.15/fs/nfs/filelayout/ |
| D | filelayout.c | 431 .rpc_count_stats = filelayout_read_count_stats, 438 .rpc_count_stats = filelayout_write_count_stats, 445 .rpc_count_stats = filelayout_commit_count_stats,
|
| /Linux-v5.15/fs/nfs/flexfilelayout/ |
| D | flexfilelayout.c | 1704 .rpc_count_stats = ff_layout_read_count_stats, 1711 .rpc_count_stats = ff_layout_read_count_stats, 1718 .rpc_count_stats = ff_layout_write_count_stats, 1725 .rpc_count_stats = ff_layout_write_count_stats, 1732 .rpc_count_stats = ff_layout_commit_count_stats, 1739 .rpc_count_stats = ff_layout_commit_count_stats,
|
| /Linux-v5.15/net/sunrpc/ |
| D | sched.c | 827 if (task->tk_ops->rpc_count_stats) in rpc_exit_task() 828 task->tk_ops->rpc_count_stats(task, task->tk_calldata); in rpc_exit_task()
|