Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dblkdev.h549 static inline int blk_queue_full(struct request_queue *q, int sync) in blk_queue_full() function
/linux-3.3/block/
Dblk-core.c823 if (!blk_queue_full(q, is_sync)) { in get_request()