Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-bio-prison-v1.c265 if (bio_list_empty(&cell->bios)) { in __promote_or_release()
Ddm-zoned-target.c469 WARN_ON(!bio_list_empty(&cw->bio_list)); in dmz_put_chunk_work()
Ddm-mpath.c691 if (bio_list_empty(&m->queued_bios)) { in process_queued_bios()
Ddm-thin.c2126 if (bio_list_empty(&tc->deferred_bio_list)) { in process_thin_deferred_bios()
2311 if (bio_list_empty(&bios) && in process_deferred_bios()
Draid10.c1013 (!bio_list_empty(&current->bio_list[0]) || in wait_barrier()
1014 !bio_list_empty(&current->bio_list[1]))), in wait_barrier()
Ddm-writecache.c1111 if (bio_list_empty(&wc->flush_list)) in writecache_offload_bio()
Draid5-cache.c620 WARN_ON(bio_list_empty(&io->flush_barriers)); in r5l_log_endio()
Ddm-cache-target.c279 immediate = !list_empty(&b->work_items) || !bio_list_empty(&b->bios); in schedule_commit()
Draid5.c1228 if (should_defer && !bio_list_empty(&pending_bios)) in ops_run_io()
/Linux-v4.19/fs/btrfs/
Draid56.c370 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()
828 WARN_ON(!bio_list_empty(&rbio->bio_list)); in __free_raid_bio()
/Linux-v4.19/block/
Dbio.c484 (!bio_list_empty(&current->bio_list[0]) || in bio_alloc_bioset()
485 !bio_list_empty(&current->bio_list[1])) && in bio_alloc_bioset()
Dblk-throttle.c460 if (bio_list_empty(&qn->bios)) { in throtl_pop_queued()
1334 if (!bio_list_empty(&bio_list_on_stack)) { in blk_throtl_dispatch_work_fn()
/Linux-v4.19/include/linux/
Dbio.h622 static inline int bio_list_empty(const struct bio_list *bl) in bio_list_empty() function
/Linux-v4.19/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()
992 BUG_ON(bio_list_empty(&pkt->orig_bios)); in pkt_gather_data()
Dps3vram.c598 busy = !bio_list_empty(&priv->list); in ps3vram_make_request()