Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk.h214 static inline int queue_congestion_off_threshold(struct request_queue *q) in queue_congestion_off_threshold() function
Dblk-core.c853 rl->count[sync] < queue_congestion_off_threshold(q)) in __freed_request()
897 else if (rl->count[BLK_RW_SYNC] < queue_congestion_off_threshold(q)) in blk_update_nr_requests()
902 else if (rl->count[BLK_RW_ASYNC] < queue_congestion_off_threshold(q)) in blk_update_nr_requests()