Home
last modified time | relevance | path

Searched refs:bio_list_empty (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/fs/btrfs/
Draid56.c388 if (bio_list_empty(&rbio->bio_list)) { in __remove_rbio_from_cache()
673 if (bio_list_empty(&cur->bio_list) && in lock_stripe_add()
768 BUG_ON(!bio_list_empty(&rbio->bio_list)); in unlock_stripe()
831 WARN_ON(!bio_list_empty(&rbio->bio_list)); in __free_raid_bio()
/linux-4.1.27/block/
Dblk-throttle.c376 if (bio_list_empty(&qn->bios)) { in throtl_pop_queued()
1280 if (!bio_list_empty(&bio_list_on_stack)) { in blk_throtl_dispatch_work_fn()
Dbio.c454 if (current->bio_list && !bio_list_empty(current->bio_list)) in bio_alloc_bioset()
/linux-4.1.27/include/linux/
Dbio.h543 static inline int bio_list_empty(const struct bio_list *bl) in bio_list_empty() function
/linux-4.1.27/drivers/md/
Ddm-cache-target.c1615 while (!bio_list_empty(&bios)) { in process_deferred_bios()
1827 return !bio_list_empty(&cache->deferred_bios) || in more_work()
1828 !bio_list_empty(&cache->deferred_flush_bios) || in more_work()
1829 !bio_list_empty(&cache->deferred_writethrough_bios) || in more_work()
Ddm-thin.c1791 if (bio_list_empty(&tc->deferred_bio_list)) { in process_thin_deferred_bios()
1976 if (bio_list_empty(&bios) && in process_deferred_bios()
Draid1.c911 !bio_list_empty(current->bio_list))), in wait_barrier()
Draid10.c1038 !bio_list_empty(current->bio_list)), in wait_barrier()
/linux-4.1.27/drivers/block/
Dpktcdvd.c852 reads_queued = !bio_list_empty(&pd->iosched.read_queue); in pkt_iosched_process_queue()
853 writes_queued = !bio_list_empty(&pd->iosched.write_queue); in pkt_iosched_process_queue()
1024 BUG_ON(bio_list_empty(&pkt->orig_bios)); in pkt_gather_data()
Dps3vram.c609 busy = !bio_list_empty(&priv->list); in ps3vram_make_request()