Home
last modified time | relevance | path

Searched refs:RQF_IO_STAT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dblk-mq.h48 #define RQF_IO_STAT ((__force req_flags_t)(1 << 13)) macro
835 return (rq->rq_flags & (RQF_IO_STAT | RQF_STATS | RQF_USE_SCHED)); in blk_mq_need_time_stamp()
/openbmc/linux/block/
H A Dblk.h343 return (rq->rq_flags & RQF_IO_STAT) && !blk_rq_is_passthrough(rq); in blk_do_io_stat()
H A Dblk-mq.c365 data->rq_flags |= RQF_IO_STAT; in blk_mq_rq_ctx_init()