Searched refs:op_stat_group (Results 1 – 4 of 4) sorted by relevance
524 static inline int op_stat_group(enum req_op op) in op_stat_group() function
966 const int sgrp = op_stat_group(op); in bdev_start_io_acct()995 const int sgrp = op_stat_group(op); in bdev_end_io_acct()
785 part_stat_inc(req->part, merges[op_stat_group(req_op(req))]); in blk_account_io_merge_request()965 part_stat_inc(req->part, merges[op_stat_group(req_op(req))]); in blk_account_io_merge_bio()
801 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_completion()981 const int sgrp = op_stat_group(req_op(req)); in __blk_account_io_done()
Completed in 16 milliseconds