/linux-6.6.21/include/linux/ |
D | bio.h | 568 for (bio = (bl)->head; bio; bio = bio->bi_next) 583 bio->bi_next = NULL; in bio_list_add() 586 bl->tail->bi_next = bio; in bio_list_add() 595 bio->bi_next = bl->head; in bio_list_add_head() 609 bl->tail->bi_next = bl2->head; in bio_list_merge() 623 bl2->tail->bi_next = bl->head; in bio_list_merge_head() 640 bl->head = bl->head->bi_next; in bio_list_pop() 644 bio->bi_next = NULL; in bio_list_pop()
|
D | blk-mq.h | 1009 for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next) 1020 (_iter.bio->bi_next == NULL && \
|
D | blk_types.h | 266 struct bio *bi_next; /* request queue link */ member
|
D | blkdev.h | 729 for (; _bio; _bio = _bio->bi_next)
|
/linux-6.6.21/block/ |
D | blk-integrity.c | 191 struct bio *next = bio->bi_next; in blk_integrity_merge_bio() 202 bio->bi_next = NULL; in blk_integrity_merge_bio() 204 bio->bi_next = next; in blk_integrity_merge_bio()
|
D | blk-merge.c | 746 for (bio = rq->bio; bio; bio = bio->bi_next) { in blk_rq_set_mixed_merge() 862 req->biotail->bi_next = next->bio; in attempt_merge() 993 req->biotail->bi_next = bio; in bio_attempt_back_merge() 1019 bio->bi_next = req->bio; in bio_attempt_front_merge() 1044 req->biotail->bi_next = bio; in bio_attempt_discard_merge()
|
D | bio.c | 249 bio->bi_next = NULL; in bio_init() 449 cache->free_list = bio->bi_next; in bio_alloc_percpu_cache() 710 cache->free_list = bio->bi_next; in __bio_alloc_cache_prune() 774 bio->bi_next = cache->free_list; in bio_put_percpu_cache() 782 bio->bi_next = cache->free_list_irq; in bio_put_percpu_cache()
|
D | blk-map.c | 551 rq->biotail->bi_next = bio; in blk_rq_append_bio() 761 bio = bio->bi_next; in blk_rq_unmap_user()
|
D | blk-mq.c | 845 struct bio *next = bio->bi_next; in blk_complete_request() 929 req->bio = bio->bi_next; in blk_update_request() 3140 rq->bio = bio->bi_next; in blk_rq_unprep_clone() 3184 rq->biotail->bi_next = bio; in blk_rq_prep_clone() 3225 list->tail->bi_next = rq->bio; in blk_steal_bios()
|
D | blk-core.c | 639 BUG_ON(bio->bi_next); in __submit_bio_noacct()
|
/linux-6.6.21/drivers/md/ |
D | dm-delay.c | 74 n = bio->bi_next; in flush_bios() 75 bio->bi_next = NULL; in flush_bios()
|
D | raid1-10.c | 121 bio->bi_next = NULL; in raid1_submit_write()
|
D | raid10.c | 915 struct bio *next = bio->bi_next; in flush_pending_writes() 1131 struct bio *next = bio->bi_next; in raid10_unplug() 3567 bio->bi_next = biolist; in raid10_sync_request() 3592 bio->bi_next = biolist; in raid10_sync_request() 3613 bio->bi_next = biolist; in raid10_sync_request() 3771 bio->bi_next = biolist; in raid10_sync_request() 3793 bio->bi_next = biolist; in raid10_sync_request() 3833 for (bio= biolist ; bio ; bio=bio->bi_next) { in raid10_sync_request() 3895 biolist = biolist->bi_next; in raid10_sync_request() 3897 bio->bi_next = NULL; in raid10_sync_request() [all …]
|
D | dm-snap.c | 1574 n = bio->bi_next; in flush_bios() 1575 bio->bi_next = NULL; in flush_bios() 1592 n = bio->bi_next; in retry_origin_bios() 1593 bio->bi_next = NULL; in retry_origin_bios() 1609 n = bio->bi_next; in error_bios() 1610 bio->bi_next = NULL; in error_bios()
|
D | raid5.h | 721 return bio->bi_next; in r5_next_bio()
|
D | dm-rq.c | 85 bool is_last = !clone->bi_next; in end_clone_bio()
|
D | dm-raid1.c | 170 return (struct mirror *) bio->bi_next; in bio_get_m() 175 bio->bi_next = (struct bio *) m; in bio_set_m()
|
D | dm-region-hash.c | 533 for (bio = bios->head; bio; bio = bio->bi_next) { in dm_rh_inc_pending()
|
D | raid5.c | 3508 bip = &(*bip)->bi_next; in stripe_bio_overlaps() 3563 bip = &(*bip)->bi_next; in __add_stripe_bio() 3568 BUG_ON(*bip && bi->bi_next && (*bip) != bi->bi_next); in __add_stripe_bio() 3570 bi->bi_next = *bip; in __add_stripe_bio() 5442 bi->bi_next = conf->retry_read_aligned_list; in add_bio_to_retry() 5462 conf->retry_read_aligned_list = bi->bi_next; in remove_bio_from_retry() 5463 bi->bi_next = NULL; in remove_bio_from_retry() 5479 struct md_rdev *rdev = (void *)raid_bi->bi_next; in raid5_align_endio() 5485 raid_bi->bi_next = NULL; in raid5_align_endio() 5544 raid_bio->bi_next = (void *)rdev; in raid5_read_one_chunk() [all …]
|
/linux-6.6.21/include/linux/ceph/ |
D | messenger.h | 144 if (!(it)->iter.bi_size && (it)->bio->bi_next) { \ 146 (it)->bio = (it)->bio->bi_next; \
|
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_bw.c | 502 struct intel_bw_info *bi_next; in tgl_get_bw_info() local 509 bi_next = &dev_priv->display.bw.max[i + 1]; in tgl_get_bw_info() 512 bi_next->num_planes = (ipqdepth - clpchgroup) / in tgl_get_bw_info() 515 bi_next->num_planes = 0; in tgl_get_bw_info()
|
/linux-6.6.21/drivers/nvme/host/ |
D | multipath.c | 103 for (bio = req->bio; bio; bio = bio->bi_next) { in nvme_failover_req() 509 next = bio->bi_next; in nvme_requeue_work() 510 bio->bi_next = NULL; in nvme_requeue_work()
|
/linux-6.6.21/drivers/block/aoe/ |
D | aoedev.c | 174 d->ip.nxbio = bio->bi_next; in aoe_failip()
|
/linux-6.6.21/drivers/target/ |
D | target_core_pscsi.c | 916 req->bio = bio->bi_next; in pscsi_map_sg()
|
/linux-6.6.21/fs/btrfs/ |
D | raid56.c | 813 next = cur->bi_next; in rbio_endio_bio_list() 814 cur->bi_next = NULL; in rbio_endio_bio_list()
|