Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-bio-prison.c263 if (bio_list_empty(&cell->bios)) { in __promote_or_release()
Ddm-cache-target.c1968 while (!bio_list_empty(&bios)) { in process_deferred_bios()
2237 return !bio_list_empty(&cache->deferred_bios) || in more_work()
2239 !bio_list_empty(&cache->deferred_flush_bios) || in more_work()
2240 !bio_list_empty(&cache->deferred_writethrough_bios) || in more_work()
Ddm-thin.c2009 if (bio_list_empty(&tc->deferred_bio_list)) { in process_thin_deferred_bios()
2194 if (bio_list_empty(&bios) && in process_deferred_bios()
Draid1.c880 !bio_list_empty(current->bio_list))), in wait_barrier()
Draid5.c4628 if (!bio_list_empty(&s.return_bi)) { in handle_stripe()
5842 if (!bio_list_empty(&conf->return_bi) && in raid5d()
Draid10.c949 !bio_list_empty(current->bio_list)), in wait_barrier()
/linux-4.4.14/fs/btrfs/
Draid56.c389 if (bio_list_empty(&rbio->bio_list)) { in __remove_rbio_from_cache()
678 if (bio_list_empty(&cur->bio_list) && in lock_stripe_add()
773 BUG_ON(!bio_list_empty(&rbio->bio_list)); in unlock_stripe()
843 WARN_ON(!bio_list_empty(&rbio->bio_list)); in __free_raid_bio()
/linux-4.4.14/block/
Dblk-throttle.c303 if (bio_list_empty(&qn->bios)) { in throtl_pop_queued()
1103 if (!bio_list_empty(&bio_list_on_stack)) { in blk_throtl_dispatch_work_fn()
Dbio.c467 if (current->bio_list && !bio_list_empty(current->bio_list)) in bio_alloc_bioset()
/linux-4.4.14/include/linux/
Dbio.h601 static inline int bio_list_empty(const struct bio_list *bl) in bio_list_empty() function
/linux-4.4.14/drivers/block/
Dpktcdvd.c853 reads_queued = !bio_list_empty(&pd->iosched.read_queue); in pkt_iosched_process_queue()
854 writes_queued = !bio_list_empty(&pd->iosched.write_queue); in pkt_iosched_process_queue()
1025 BUG_ON(bio_list_empty(&pkt->orig_bios)); in pkt_gather_data()
Dps3vram.c612 busy = !bio_list_empty(&priv->list); in ps3vram_make_request()