Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-zoned.c592 WARN_ON_ONCE(!bio_list_empty(&zwplug->bio_list)); in disk_free_zone_wplug()
639 if (!zwplug->wp_offset && bio_list_empty(&zwplug->bio_list)) { in disk_check_zone_wplug_dead()
733 if (bio_list_empty(&zwplug->bio_list)) in disk_zone_wplug_abort()
1566 if (!bio_list_empty(&zwplug->bio_list)) { in blk_zone_wplug_handle_native_zone_append()
1641 if (bio_list_empty(&zwplug->bio_list)) in disk_zone_wplug_unplug_bio()
1646 else if (!bio_list_empty(&zwplug->bio_list)) in disk_zone_wplug_unplug_bio()
H A Dbio.c426 if (bio_list_empty(&current->bio_list[0]) && in punt_bios_to_rescuer()
427 bio_list_empty(&current->bio_list[1])) in punt_bios_to_rescuer()
1826 if (bio_list_empty(&list)) in bio_complete_work_fn()
1842 was_empty = bio_list_empty(&batch->list); in __bio_complete_in_task()
2118 if (!bio_list_empty(&batch->list)) in bio_complete_batch_cpu_online()
H A Dblk-throttle.c239 if (bio_list_empty(&qn->bios_bps) && bio_list_empty(&qn->bios_iops)) { in throtl_pop_queued()
1226 if (!bio_list_empty(&bio_list_on_stack)) { in blk_throtl_dispatch_work_fn()
H A Dblk-cgroup.c177 WARN_ON(!bio_list_empty(&blkg->async_bios)); in __blkg_release()
/linux/drivers/md/
H A 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()
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.c1866 if (bio_list_empty(&blist)) { in __send_zone_reset_all_emulated()
1892 WARN_ON_ONCE(!bio_list_empty(&blist)); in __send_zone_reset_all_emulated()
H A Ddm-era-target.c1286 if (bio_list_empty(&deferred_bios)) in process_deferred_bios()
H A Draid10.c984 (!bio_list_empty(&bio_list[0]) || !bio_list_empty(&bio_list[1]))) in stop_waiting_barrier()
H A Ddm-integrity.c3520 if (bio_list_empty(&waiting)) in bitmap_block_work()
H A Draid5.c1372 if (should_defer && !bio_list_empty(&pending_bios)) in ops_run_io()
/linux/fs/iomap/
H A Dbio.c60 if (bio_list_empty(&failed_read_list)) in iomap_fail_buffered_read()
/linux/fs/btrfs/
H A Draid56.c169 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()
788 if (bio_list_empty(&cur->bio_list) && in lock_stripe_add()
879 BUG_ON(!bio_list_empty(&rbio->bio_list)); in unlock_stripe()
/linux/include/linux/
H A Dbio.h584 static inline int bio_list_empty(const struct bio_list *bl) in bio_list_empty() function
/linux/drivers/block/
H A Dps3vram.c588 busy = !bio_list_empty(&priv->list); in ps3vram_submit_bio()