Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-clone-target.c392 if (bio_list_empty(bios)) in issue_deferred_bios()
1188 if (bio_list_empty(&discards)) in process_deferred_discards()
1222 if (bio_list_empty(&bios)) in process_deferred_bios()
1247 if (bio_list_empty(&bios) && bio_list_empty(&bio_completions) && in process_deferred_flush_bios()
H A Ddm-bio-prison-v1.c294 if (bio_list_empty(&cell->bios)) { in __promote_or_release()
H A Ddm-thin.c892 if (!bio_list_empty(&bios)) { in cell_defer_no_holder()
2201 if (bio_list_empty(&tc->deferred_bio_list)) { in process_thin_deferred_bios()
2391 if (bio_list_empty(&bios) && bio_list_empty(&bio_completions) && in process_deferred_bios()
H A Ddm-zoned-target.c469 WARN_ON(!bio_list_empty(&cw->bio_list)); in dmz_put_chunk_work()
H A Ddm-era-target.c1279 if (bio_list_empty(&deferred_bios)) in process_deferred_bios()
H A Ddm-mpath.c702 if (bio_list_empty(&m->queued_bios)) { in process_queued_bios()
H A Draid10.c994 (!bio_list_empty(&bio_list[0]) || !bio_list_empty(&bio_list[1]))) in stop_waiting_barrier()
H A Ddm-cache-target.c203 immediate = !list_empty(&b->work_items) || !bio_list_empty(&b->bios); in schedule_commit()
H A Ddm-writecache.c1326 if (bio_list_empty(&wc->flush_list)) in writecache_offload_bio()
H A Draid5-cache.c609 WARN_ON(bio_list_empty(&io->flush_barriers)); in r5l_log_endio()
H A Ddm-integrity.c2913 if (bio_list_empty(&waiting)) in bitmap_block_work()
H A Draid5.c1378 if (should_defer && !bio_list_empty(&pending_bios)) in ops_run_io()
/openbmc/linux/fs/btrfs/
H A Draid56.c95 WARN_ON(!bio_list_empty(&rbio->bio_list)); in free_raid_bio()
388 if (bio_list_empty(&rbio->bio_list)) { in __remove_rbio_from_cache()
669 if (bio_list_empty(&cur->bio_list) && in lock_stripe_add()
760 BUG_ON(!bio_list_empty(&rbio->bio_list)); in unlock_stripe()
/openbmc/linux/block/
H A Dbio.c538 (!bio_list_empty(&current->bio_list[0]) || in bio_alloc_bioset()
539 !bio_list_empty(&current->bio_list[1])) && in bio_alloc_bioset()
H A Dblk-throttle.c316 if (bio_list_empty(&qn->bios)) { in throtl_pop_queued()
1268 if (!bio_list_empty(&bio_list_on_stack)) { in blk_throtl_dispatch_work_fn()
H A Dblk-cgroup.c176 WARN_ON(!bio_list_empty(&blkg->async_bios)); in __blkg_release()
/openbmc/linux/include/linux/
H A Dbio.h555 static inline int bio_list_empty(const struct bio_list *bl) in bio_list_empty() function
/openbmc/linux/drivers/block/
H A Dpktcdvd.c870 reads_queued = !bio_list_empty(&pd->iosched.read_queue); in pkt_iosched_process_queue()
871 writes_queued = !bio_list_empty(&pd->iosched.write_queue); in pkt_iosched_process_queue()
1013 BUG_ON(bio_list_empty(&pkt->orig_bios)); in pkt_gather_data()
H A Dps3vram.c590 busy = !bio_list_empty(&priv->list); in ps3vram_submit_bio()