Home
last modified time | relevance | path

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

/block/
Dblk.h158 static inline int queue_congestion_on_threshold(struct request_queue *q) in queue_congestion_on_threshold() function
Dblk-sysfs.c70 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()
Dblk-core.c912 if (rl->count[is_sync]+1 >= queue_congestion_on_threshold(q)) { in __get_request()