Searched refs:queue_congestion_on_threshold (Results 1 – 3 of 3) sorted by relevance
158 static inline int queue_congestion_on_threshold(struct request_queue *q) in queue_congestion_on_threshold() function
70 if (rl->count[BLK_RW_SYNC] >= queue_congestion_on_threshold(q)) in queue_requests_store()75 if (rl->count[BLK_RW_ASYNC] >= queue_congestion_on_threshold(q)) in queue_requests_store()
912 if (rl->count[is_sync]+1 >= queue_congestion_on_threshold(q)) { in __get_request()