Searched refs:queue_congestion_off_threshold (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk.h130 static inline int queue_congestion_off_threshold(struct request_queue *q) function
H A Dblk-sysfs.c59 else if (rl->count[BLK_RW_SYNC] < queue_congestion_off_threshold(q))
64 else if (rl->count[BLK_RW_ASYNC] < queue_congestion_off_threshold(q))
H A Dblk-core.c713 if (rl->count[sync] < queue_congestion_off_threshold(q))

Completed in 144 milliseconds