Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Ddata-vio.c240 return (bio_list_empty(&pool->limiter.new_waiters) && in check_for_drain_complete_locked()
241 bio_list_empty(&pool->discard_limiter.new_waiters)); in check_for_drain_complete_locked()
629 for (; (limiter->release_count > 0) && !bio_list_empty(waiters); limiter->release_count--) in update_limiter()
638 for (; (available > 0) && !bio_list_empty(waiters); available--) in update_limiter()
670 if (bio_list_empty(&pool->discard_limiter.waiters)) { in reuse_or_release_resources()
912 VDO_ASSERT_LOG_ONLY((bio_list_empty(&pool->limiter.waiters) && in free_data_vio_pool()
913 bio_list_empty(&pool->limiter.new_waiters)), in free_data_vio_pool()
915 VDO_ASSERT_LOG_ONLY((bio_list_empty(&pool->discard_limiter.waiters) && in free_data_vio_pool()
916 bio_list_empty(&pool->discard_limiter.new_waiters)), in free_data_vio_pool()
1032 ((bio_list_empty(&limiter->waiters) && in dump_limiter()
[all …]
H A 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()
H A Dio-submitter.c214 if (bio_list_empty(&vio_merge->bios_merged)) in get_mergeable_locked()
/linux/block/
H A Dblk-zoned.c593 WARN_ON_ONCE(!bio_list_empty(&zwplug->bio_list)); in disk_put_zone_wplug()
746 if (bio_list_empty(&zwplug->bio_list)) in disk_zone_wplug_abort()
1525 if (!bio_list_empty(&zwplug->bio_list)) { in blk_zone_wplug_handle_native_zone_append()
1626 if (!bio_list_empty(&zwplug->bio_list)) { in disk_zone_wplug_unplug_bio()
H A Dbio.c556 (!bio_list_empty(&current->bio_list[0]) || in bio_alloc_bioset()
557 !bio_list_empty(&current->bio_list[1])) && in bio_alloc_bioset()
H A Dblk-cgroup.c170 WARN_ON(!bio_list_empty(&blkg->async_bios)); in __blkg_release()
/linux/include/linux/
H A Dbio.h520 static inline int bio_list_empty(const struct bio_list *bl) in bio_list_empty() function
/linux/drivers/block/
H A Dps3vram.c590 busy = !bio_list_empty(&priv->list); in ps3vram_submit_bio()
/linux/drivers/md/
H A Ddm-thin.c889 if (!bio_list_empty(&bios)) { in cell_defer_no_holder()
2197 if (bio_list_empty(&tc->deferred_bio_list)) { in process_thin_deferred_bios()
2386 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.c1278 if (bio_list_empty(&deferred_bios)) in process_deferred_bios()
H A Ddm.c1855 if (bio_list_empty(&blist)) { in __send_zone_reset_all_emulated()
1881 WARN_ON_ONCE(!bio_list_empty(&blist)); in __send_zone_reset_all_emulated()
H A Ddm-mpath.c699 if (bio_list_empty(&m->queued_bios)) { in process_queued_bios()
H A Ddm-writecache.c1325 if (bio_list_empty(&wc->flush_list)) in writecache_offload_bio()
H A Ddm-cache-target.c203 immediate = !list_empty(&b->work_items) || !bio_list_empty(&b->bios); in schedule_commit()
H A Ddm-integrity.c3445 if (bio_list_empty(&waiting)) in bitmap_block_work()
H A Draid5.c1353 if (should_defer && !bio_list_empty(&pending_bios)) in ops_run_io()