Searched refs:bio_list_empty (Results 1 – 20 of 20) sorted by relevance
240 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 …]
303 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()
214 if (bio_list_empty(&vio_merge->bios_merged)) in get_mergeable_locked()
392 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()
889 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()
469 WARN_ON(!bio_list_empty(&cw->bio_list)); in dmz_put_chunk_work()
1278 if (bio_list_empty(&deferred_bios)) in process_deferred_bios()
699 if (bio_list_empty(&m->queued_bios)) { in process_queued_bios()
970 (!bio_list_empty(&bio_list[0]) || !bio_list_empty(&bio_list[1]))) in stop_waiting_barrier()
608 WARN_ON(bio_list_empty(&io->flush_barriers)); in r5l_log_endio()
1325 if (bio_list_empty(&wc->flush_list)) in writecache_offload_bio()
203 immediate = !list_empty(&b->work_items) || !bio_list_empty(&b->bios); in schedule_commit()
3446 if (bio_list_empty(&waiting)) in bitmap_block_work()
1357 if (should_defer && !bio_list_empty(&pending_bios)) in ops_run_io()
593 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()
593 (!bio_list_empty(¤t->bio_list[0]) || in bio_alloc_bioset()594 !bio_list_empty(¤t->bio_list[1])) && in bio_alloc_bioset()
170 WARN_ON(!bio_list_empty(&blkg->async_bios)); in __blkg_release()
169 WARN_ON(!bio_list_empty(&rbio->bio_list)); in free_raid_bio()505 if (bio_list_empty(&rbio->bio_list)) { in __remove_rbio_from_cache()808 if (bio_list_empty(&cur->bio_list) && in lock_stripe_add()899 BUG_ON(!bio_list_empty(&rbio->bio_list)); in unlock_stripe()
541 static inline int bio_list_empty(const struct bio_list *bl) in bio_list_empty() function
588 busy = !bio_list_empty(&priv->list); in ps3vram_submit_bio()