Searched refs:RQF_IO_STAT (Results 1 – 3 of 3) sorted by relevance
48 #define RQF_IO_STAT ((__force req_flags_t)(1 << 13)) macro843 return (rq->rq_flags & (RQF_IO_STAT | RQF_STATS | RQF_ELV)); in blk_mq_need_time_stamp()
349 return (rq->rq_flags & RQF_IO_STAT) && !blk_rq_is_passthrough(rq); in blk_do_io_stat()
388 data->rq_flags |= RQF_IO_STAT; in blk_mq_rq_ctx_init()
Completed in 15 milliseconds