Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Ddirect-io.c448 if (!blk_poll(bdev_get_queue(dio->bio_bdev), dio->bio_cookie)) in dio_await_one()
/linux-4.4.14/include/linux/
Dblkdev.h821 bool blk_poll(struct request_queue *q, blk_qc_t cookie);
/linux-4.4.14/block/
Dblk-core.c3327 bool blk_poll(struct request_queue *q, blk_qc_t cookie) in blk_poll() function