Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/
Ddata-vio.c238 return (bio_list_empty(&pool->limiter.new_waiters) && in check_for_drain_complete_locked()
239 bio_list_empty(&pool->discard_limiter.new_waiters)); in check_for_drain_complete_locked()
635 for (; (limiter->release_count > 0) && !bio_list_empty(waiters); limiter->release_count--) in update_limiter()
644 for (; (available > 0) && !bio_list_empty(waiters); available--) in update_limiter()
675 if (bio_list_empty(&pool->discard_limiter.waiters)) { in reuse_or_release_resources()
914 VDO_ASSERT_LOG_ONLY((bio_list_empty(&pool->limiter.waiters) && in free_data_vio_pool()
915 bio_list_empty(&pool->limiter.new_waiters)), in free_data_vio_pool()
917 VDO_ASSERT_LOG_ONLY((bio_list_empty(&pool->discard_limiter.waiters) && in free_data_vio_pool()
918 bio_list_empty(&pool->discard_limiter.new_waiters)), in free_data_vio_pool()
1030 ((bio_list_empty(&limiter->waiters) && in dump_limiter()
[all …]
Dflush.c303 drained = bio_list_empty(&flusher->waiting_flush_bios); in check_for_drain_complete()
437 if (bio_list_empty(&flusher->waiting_flush_bios)) { in release_flush()
Dio-submitter.c212 if (bio_list_empty(&vio_merge->bios_merged)) in get_mergeable_locked()
/linux-6.12.1/drivers/md/
Ddm-clone-target.c392 if (bio_list_empty(bios)) in issue_deferred_bios()
1187 if (bio_list_empty(&discards)) in process_deferred_discards()
1220 if (bio_list_empty(&bios)) in process_deferred_bios()
1243 if (bio_list_empty(&bios) && bio_list_empty(&bio_completions) && in process_deferred_flush_bios()
Ddm-bio-prison-v1.c294 if (bio_list_empty(&cell->bios)) { in __promote_or_release()
Ddm-thin.c889 if (!bio_list_empty(&bios)) { in cell_defer_no_holder()
2199 if (bio_list_empty(&tc->deferred_bio_list)) { in process_thin_deferred_bios()
2389 if (bio_list_empty(&bios) && bio_list_empty(&bio_completions) && in process_deferred_bios()
Ddm-zoned-target.c469 WARN_ON(!bio_list_empty(&cw->bio_list)); in dmz_put_chunk_work()
Ddm-era-target.c1278 if (bio_list_empty(&deferred_bios)) in process_deferred_bios()
Ddm.c1842 if (bio_list_empty(&blist)) { in __send_zone_reset_all_emulated()
1868 WARN_ON_ONCE(!bio_list_empty(&blist)); in __send_zone_reset_all_emulated()
Ddm-mpath.c702 if (bio_list_empty(&m->queued_bios)) { in process_queued_bios()
Draid10.c971 (!bio_list_empty(&bio_list[0]) || !bio_list_empty(&bio_list[1]))) in stop_waiting_barrier()
Ddm-writecache.c1326 if (bio_list_empty(&wc->flush_list)) in writecache_offload_bio()
Draid5-cache.c612 WARN_ON(bio_list_empty(&io->flush_barriers)); in r5l_log_endio()
Ddm-cache-target.c203 immediate = !list_empty(&b->work_items) || !bio_list_empty(&b->bios); in schedule_commit()
Ddm-integrity.c3311 if (bio_list_empty(&waiting)) in bitmap_block_work()
Draid5.c1364 if (should_defer && !bio_list_empty(&pending_bios)) in ops_run_io()
/linux-6.12.1/block/
Dblk-zoned.c436 WARN_ON_ONCE(!bio_list_empty(&zwplug->bio_list)); in disk_put_zone_wplug()
1124 if (!bio_list_empty(&zwplug->bio_list)) { in disk_zone_wplug_unplug_bio()
1335 if (!bio_list_empty(&zwplug->bio_list)) { in disk_zone_wplug_handle_error()
Dbio.c549 (!bio_list_empty(&current->bio_list[0]) || in bio_alloc_bioset()
550 !bio_list_empty(&current->bio_list[1])) && in bio_alloc_bioset()
Dblk-throttle.c215 if (bio_list_empty(&qn->bios)) { in throtl_pop_queued()
1109 if (!bio_list_empty(&bio_list_on_stack)) { in blk_throtl_dispatch_work_fn()
Dblk-cgroup.c176 WARN_ON(!bio_list_empty(&blkg->async_bios)); in __blkg_release()
/linux-6.12.1/fs/btrfs/
Draid56.c173 WARN_ON(!bio_list_empty(&rbio->bio_list)); in free_raid_bio()
465 if (bio_list_empty(&rbio->bio_list)) { in __remove_rbio_from_cache()
746 if (bio_list_empty(&cur->bio_list) && in lock_stripe_add()
837 BUG_ON(!bio_list_empty(&rbio->bio_list)); in unlock_stripe()
/linux-6.12.1/include/linux/
Dbio.h494 static inline int bio_list_empty(const struct bio_list *bl) in bio_list_empty() function
/linux-6.12.1/drivers/block/
Dpktcdvd.c875 reads_queued = !bio_list_empty(&pd->iosched.read_queue); in pkt_iosched_process_queue()
876 writes_queued = !bio_list_empty(&pd->iosched.write_queue); in pkt_iosched_process_queue()
1018 BUG_ON(bio_list_empty(&pkt->orig_bios)); in pkt_gather_data()
Dps3vram.c590 busy = !bio_list_empty(&priv->list); in ps3vram_submit_bio()