Home
last modified time | relevance | path

Searched refs:op_stat_group (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/block/
Dblk-core.c1281 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_completion()
1300 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_done()
1330 const int sgrp = op_stat_group(op); in __part_start_io_acct()
1362 const int sgrp = op_stat_group(op); in __part_end_io_acct()
Dblk-merge.c684 part_stat_inc(req->part, merges[op_stat_group(req_op(req))]); in blk_account_io_merge_request()
909 part_stat_inc(req->part, merges[op_stat_group(req_op(req))]); in blk_account_io_merge_bio()
/Linux-v5.10/include/linux/
Dblk_types.h508 static inline int op_stat_group(unsigned int op) in op_stat_group() function
/Linux-v5.10/drivers/md/
Ddm.c1615 sectors[op_stat_group(bio_op(bio))], ci.sector_count); in __split_and_process_bio()