Searched refs:rpc_count_stats (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/sunrpc/ |
H A D | sched.h | 101 void (*rpc_count_stats)(struct rpc_task *, void *); member
|
/openbmc/linux/fs/nfs/filelayout/ |
H A 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,
|
/openbmc/linux/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 1722 .rpc_count_stats = ff_layout_read_count_stats, 1729 .rpc_count_stats = ff_layout_read_count_stats, 1736 .rpc_count_stats = ff_layout_write_count_stats, 1743 .rpc_count_stats = ff_layout_write_count_stats, 1750 .rpc_count_stats = ff_layout_commit_count_stats, 1757 .rpc_count_stats = ff_layout_commit_count_stats,
|
/openbmc/linux/net/sunrpc/ |
H A D | sched.c | 842 if (task->tk_ops->rpc_count_stats) in rpc_exit_task() 843 task->tk_ops->rpc_count_stats(task, task->tk_calldata); in rpc_exit_task()
|