Home
last modified time | relevance | path

Searched refs:read_stat (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/tools/mm/
Dthp_swap_allocator_test.c98 static unsigned long read_stat(const char *path) in read_stat() function
178 initial_swpout = read_stat(SWPOUT_PATH); in main()
179 initial_swpout_fallback = read_stat(SWPOUT_FALLBACK_PATH); in main()
216 final_swpout = read_stat(SWPOUT_PATH); in main()
217 final_swpout_fallback = read_stat(SWPOUT_FALLBACK_PATH); in main()
/linux-6.12.1/fs/nfs/flexfilelayout/
Dflexfilelayout.h89 struct nfs4_ff_layoutstat read_stat; member
Dflexfilelayout.c682 report = nfs4_ff_layoutstat_start_io(mirror, &mirror->read_stat, now); in nfs4_ff_layout_stat_io_start_read()
683 nfs4_ff_layout_stat_io_update_requested(&mirror->read_stat, requested); in nfs4_ff_layout_stat_io_start_read()
698 nfs4_ff_layout_stat_io_update_completed(&mirror->read_stat, in nfs4_ff_layout_stat_io_end_read()
2470 ff_layout_encode_io_latency(xdr, &mirror->read_stat.io_stat); in ff_layout_encode_ff_layoutupdate()
2536 devinfo->read_count = mirror->read_stat.io_stat.ops_completed; in ff_layout_mirror_prepare_stats()
2537 devinfo->read_bytes = mirror->read_stat.io_stat.bytes_completed; in ff_layout_mirror_prepare_stats()
/linux-6.12.1/drivers/scsi/bnx2i/
Dbnx2i_hwi.c1359 resp_cqe->task_stat.read_stat.num_data_ins; in bnx2i_process_scsi_cmd_resp()
1363 resp_cqe->task_stat.read_stat.num_data_ins); in bnx2i_process_scsi_cmd_resp()
D57xx_iscsi_hsi.h299 struct bnx2i_read_resp_task_stat read_stat; member