Searched refs:rq_is_sync (Results 1 – 2 of 2) sorted by relevance
502 if (rq_is_sync(rq1) && !rq_is_sync(rq2)) in bfq_choose_req() 504 else if (rq_is_sync(rq2) && !rq_is_sync(rq1)) in bfq_choose_req() 2215 bfq_log_bfqq(bfqd, bfqq, "add_request %d", rq_is_sync(rq)); in bfq_add_request() 2216 bfqq->queued[rq_is_sync(rq)]++; in bfq_add_request() 2316 if (bfqd->low_latency && old_wr_coeff == 1 && !rq_is_sync(rq) && in bfq_add_request() 2387 const int sync = rq_is_sync(rq); in bfq_remove_request() 3240 if (is_sync && !rq_is_sync(rq)) in bfq_allow_bio_merge() 6084 bool small_req = bfqq->queued[rq_is_sync(r in bfq_rq_enqueued() [all...]
1014 static inline bool rq_is_sync(struct request *rq) in rq_is_sync() function