Home
last modified time | relevance | path

Searched refs:queue_congestion_on_threshold (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/block/
Dblk.h206 static inline int queue_congestion_on_threshold(struct request_queue *q) in queue_congestion_on_threshold() function
Dblk-core.c895 if (rl->count[BLK_RW_SYNC] >= queue_congestion_on_threshold(q)) in blk_update_nr_requests()
900 if (rl->count[BLK_RW_ASYNC] >= queue_congestion_on_threshold(q)) in blk_update_nr_requests()
992 if (rl->count[is_sync]+1 >= queue_congestion_on_threshold(q)) { in __get_request()