Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-core.c1285 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_completion()
1304 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_done()
1334 const int sgrp = op_stat_group(op); in __part_start_io_acct()
1366 const int sgrp = op_stat_group(op); in __part_end_io_acct()
H A Dblk-merge.c707 part_stat_inc(req->part, merges[op_stat_group(req_op(req))]); in blk_account_io_merge_request()
920 part_stat_inc(req->part, merges[op_stat_group(req_op(req))]); in blk_account_io_merge_bio()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblk_types.h521 static inline int op_stat_group(unsigned int op) in op_stat_group() function
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm.c1677 sectors[op_stat_group(bio_op(bio))], ci.sector_count); in __split_and_process_bio()
H A Dmd.c465 const int sgrp = op_stat_group(bio_op(bio)); in md_submit_bio()