Symbol: read_stat
drivers/scsi/bnx2i/57xx_iscsi_hsi.h
299
struct bnx2i_read_resp_task_stat read_stat;
drivers/scsi/bnx2i/bnx2i_hwi.c
1359
resp_cqe->task_stat.read_stat.num_data_ins;
drivers/scsi/bnx2i/bnx2i_hwi.c
1363
resp_cqe->task_stat.read_stat.num_data_ins);
fs/nfs/flexfilelayout/flexfilelayout.c
2874
&dss_info->read_stat.io_stat);
fs/nfs/flexfilelayout/flexfilelayout.c
2950
dss_info->read_stat.io_stat.ops_completed;
fs/nfs/flexfilelayout/flexfilelayout.c
2952
dss_info->read_stat.io_stat.bytes_completed;
fs/nfs/flexfilelayout/flexfilelayout.c
793
mirror, dss_id, &mirror->dss[dss_id].read_stat, now);
fs/nfs/flexfilelayout/flexfilelayout.c
795
&mirror->dss[dss_id].read_stat, requested);
fs/nfs/flexfilelayout/flexfilelayout.c
811
nfs4_ff_layout_stat_io_update_completed(&mirror->dss[dss_id].read_stat,
fs/nfs/flexfilelayout/flexfilelayout.h
89
struct nfs4_ff_layoutstat read_stat;
tools/mm/thp_swap_allocator_test.c
178
initial_swpout = read_stat(SWPOUT_PATH);
tools/mm/thp_swap_allocator_test.c
179
initial_swpout_fallback = read_stat(SWPOUT_FALLBACK_PATH);
tools/mm/thp_swap_allocator_test.c
216
final_swpout = read_stat(SWPOUT_PATH);
tools/mm/thp_swap_allocator_test.c
217
final_swpout_fallback = read_stat(SWPOUT_FALLBACK_PATH);
tools/testing/selftests/bpf/benchs/bench_xdp_lb.c
813
read_stat(stats_fd, STATS_XDP_TX, &xdp_tx, &dummy);
tools/testing/selftests/bpf/benchs/bench_xdp_lb.c
814
read_stat(stats_fd, STATS_XDP_PASS, &xdp_pass, &dummy);
tools/testing/selftests/bpf/benchs/bench_xdp_lb.c
815
read_stat(stats_fd, STATS_XDP_DROP, &xdp_drop, &dummy);
tools/testing/selftests/bpf/benchs/bench_xdp_lb.c
816
read_stat(stats_fd, STATS_LRU, &lru_pkts, &lru_misses);
tools/testing/selftests/bpf/benchs/bench_xdp_lb.c
817
read_stat(stats_fd, STATS_LRU_MISS, &tcp_misses, &dummy);