Searched refs:bio_list_empty (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Ddata-vio.c238 return (bio_list_empty(&pool->limiter.new_waiters) &&
239 bio_list_empty(&pool->discard_limiter.new_waiters));
635 for (; (limiter->release_count > 0) && !bio_list_empty(waiters); limiter->release_count--)
644 for (; (available > 0) && !bio_list_empty(waiters); available--)
675 if (bio_list_empty(&pool->discard_limiter.waiters)) {
914 VDO_ASSERT_LOG_ONLY((bio_list_empty(&pool->limiter.waiters) &&
915 bio_list_empty(&pool->limiter.new_waiters)),
917 VDO_ASSERT_LOG_ONLY((bio_list_empty(&pool->discard_limiter.waiters) &&
918 bio_list_empty(&pool->discard_limiter.new_waiters)),
1030 ((bio_list_empty(
[all...]
H A Dflush.c303 drained = bio_list_empty(&flusher->waiting_flush_bios);
438 if (bio_list_empty(&flusher->waiting_flush_bios)) {
H A Dio-submitter.c212 if (bio_list_empty(&vio_merge->bios_merged))
/linux-master/drivers/md/
H A Ddm-clone-target.c392 if (bio_list_empty(bios))
1188 if (bio_list_empty(&discards))
1222 if (bio_list_empty(&bios))
1247 if (bio_list_empty(&bios) && bio_list_empty(&bio_completions) &&
H A Ddm-bio-prison-v1.c294 if (bio_list_empty(&cell->bios)) {
H A Ddm-zoned-target.c469 WARN_ON(!bio_list_empty(&cw->bio_list));
H A Ddm-thin.c895 if (!bio_list_empty(&bios)) {
2205 if (bio_list_empty(&tc->deferred_bio_list)) {
2395 if (bio_list_empty(&bios) && bio_list_empty(&bio_completions) &&
H A Ddm-era-target.c1279 if (bio_list_empty(&deferred_bios))
H A Ddm-mpath.c702 if (bio_list_empty(&m->queued_bios)) {
H A Ddm-cache-target.c203 immediate = !list_empty(&b->work_items) || !bio_list_empty(&b->bios);
H A Draid5-cache.c612 WARN_ON(bio_list_empty(&io->flush_barriers));
H A Ddm-writecache.c1326 if (bio_list_empty(&wc->flush_list))
H A Draid10.c970 (!bio_list_empty(&bio_list[0]) || !bio_list_empty(&bio_list[1])))
H A Ddm-integrity.c2903 if (bio_list_empty(&waiting))
H A Draid5.c1365 if (should_defer && !bio_list_empty(&pending_bios))
/linux-master/include/linux/
H A Dbio.h557 static inline int bio_list_empty(const struct bio_list *bl) function
/linux-master/fs/btrfs/
H A Draid56.c94 WARN_ON(!bio_list_empty(&rbio->bio_list));
387 if (bio_list_empty(&rbio->bio_list)) {
668 if (bio_list_empty(&cur->bio_list) &&
759 BUG_ON(!bio_list_empty(&rbio->bio_list));
/linux-master/block/
H A Dbio.c538 (!bio_list_empty(&current->bio_list[0]) ||
539 !bio_list_empty(&current->bio_list[1])) &&
H A Dblk-throttle.c316 if (bio_list_empty(&qn->bios)) {
1268 if (!bio_list_empty(&bio_list_on_stack)) {
H A Dblk-cgroup.c176 WARN_ON(!bio_list_empty(&blkg->async_bios));
/linux-master/drivers/block/
H A Dpktcdvd.c877 reads_queued = !bio_list_empty(&pd->iosched.read_queue);
878 writes_queued = !bio_list_empty(&pd->iosched.write_queue);
1020 BUG_ON(bio_list_empty(&pkt->orig_bios));
H A Dps3vram.c590 busy = !bio_list_empty(&priv->list);

Completed in 442 milliseconds