/Linux-v6.1/drivers/gpu/drm/i915/gt/ |
D | gen7_renderclear.c | 44 static int num_primitives(const struct batch_vals *bv) in num_primitives() 56 batch_get_defaults(struct drm_i915_private *i915, struct batch_vals *bv) in batch_get_defaults() 144 const struct batch_vals *bv) in gen7_fill_surface_state() 176 const struct batch_vals *bv) in gen7_fill_binding_table() 208 const struct batch_vals *bv, in gen7_fill_interface_descriptor() 262 const struct batch_vals *bv, in gen7_emit_vfe_state() 378 const struct batch_vals *bv) in emit_batch() 434 struct batch_vals bv; in gen7_setup_clear_gpr_bb() local
|
/Linux-v6.1/include/linux/ |
D | bvec.h | 50 struct bio_vec bv; member 101 static inline bool bvec_iter_advance(const struct bio_vec *bv, in bvec_iter_advance() 129 static inline void bvec_iter_advance_single(const struct bio_vec *bv, in bvec_iter_advance_single() 168 struct bio_vec *bv = &iter_all->bv; in bvec_advance() local
|
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.c | 66 struct nfp_bpf_vnic *bv; in nfp_bpf_vnic_alloc() local 99 struct nfp_bpf_vnic *bv = nn->app_priv; in nfp_bpf_vnic_free() local 111 struct nfp_bpf_vnic *bv; in nfp_bpf_setup_tc_block_cb() local 185 struct nfp_bpf_vnic *bv; in nfp_bpf_check_mtu() local
|
/Linux-v6.1/block/ |
D | blk-merge.c | 21 static inline void bio_get_first_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_first_bvec() 26 static inline void bio_get_last_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_last_bvec() 222 static bool bvec_split_segs(struct queue_limits *lim, const struct bio_vec *bv, in bvec_split_segs() 273 struct bio_vec bv, bvprv, *bvprvp = NULL; in bio_split_rw() local 394 struct bio_vec bv; in blk_recalc_rq_segments() local 474 static inline int __blk_bvec_map_sg(struct bio_vec bv, in __blk_bvec_map_sg()
|
D | bio.c | 158 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned short nr_vecs) in bvec_free() 587 struct bio_vec bv; in zero_fill_bio() local 607 struct bio_vec bv; in bio_truncate() local 854 static inline bool page_is_mergeable(const struct bio_vec *bv, in page_is_mergeable() 898 struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; in __bio_try_merge_page() local 922 struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; in bio_try_merge_hw_seg() local 1057 struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt]; in __bio_add_page() local 1196 struct bio_vec *bv = bio->bi_io_vec + bio->bi_vcnt; in __bio_iov_iter_get_pages() local
|
D | blk-crypto-fallback.c | 164 struct bio_vec bv; in blk_crypto_fallback_clone_bio() local 215 struct bio_vec bv; in blk_crypto_fallback_split_bio_if_needed() local 388 struct bio_vec bv; in blk_crypto_fallback_decrypt_bio() local
|
D | bounce.c | 144 struct bio_vec bv; in bounce_clone_bio() local
|
D | blk-map.c | 530 struct bio_vec bv; in blk_rq_append_bio() local 579 struct bio_vec *bv = &bvecs[i]; in blk_rq_map_user_bvec() local
|
D | blk-crypto.c | 211 struct bio_vec bv; in bio_crypt_check_alignment() local
|
/Linux-v6.1/drivers/md/bcache/ |
D | util.c | 234 struct bio_vec *bv = bio->bi_io_vec; in bch_bio_map() local 271 struct bio_vec *bv; in bch_bio_alloc_pages() local
|
D | debug.c | 112 struct bio_vec bv, cbv; in bch_data_verify() local
|
D | journal.h | 157 struct bio_vec bv[8]; member
|
/Linux-v6.1/net/ceph/ |
D | messenger_v2.c | 144 struct bio_vec bv; in do_try_sendpage() local 231 static void set_in_bvec(struct ceph_connection *con, const struct bio_vec *bv) in set_in_bvec() 272 static void set_out_bvec(struct ceph_connection *con, const struct bio_vec *bv, in set_out_bvec() 853 struct bio_vec *bv) in get_bvec_at() 893 struct bio_vec bv; in calc_sg_cnt_cursor() local 945 struct bio_vec bv; in init_sgs_cursor() local 1758 struct bio_vec bv; in prepare_read_data() local 1784 struct bio_vec bv; in prepare_read_data_cont() local 1852 struct bio_vec bv; in prepare_read_enc_page() local 2957 struct bio_vec bv; in queue_data() local [all …]
|
/Linux-v6.1/fs/cifs/ |
D | cifs_debug.c | 493 bool bv; in cifs_stats_proc_write() local 776 bool bv; in cifsFYI_proc_write() local 930 bool bv; in cifs_security_flags_proc_write() local
|
/Linux-v6.1/fs/orangefs/ |
D | inode.c | 25 struct bio_vec bv; in orangefs_writepage_locked() local 87 struct bio_vec *bv; member 295 struct bio_vec bv; in orangefs_read_folio() local
|
/Linux-v6.1/drivers/md/ |
D | dm-ebs-target.c | 64 static int __ebs_rw_bvec(struct ebs_c *ec, enum req_op op, struct bio_vec *bv, in __ebs_rw_bvec() 124 struct bio_vec bv; in __ebs_rw_bio() local
|
D | dm-io-rewind.c | 12 static inline bool dm_bvec_iter_rewind(const struct bio_vec *bv, in dm_bvec_iter_rewind()
|
/Linux-v6.1/fs/crypto/ |
D | bio.c | 33 struct bio_vec *bv; in fscrypt_decrypt_bio() local
|
/Linux-v6.1/drivers/block/ |
D | n64cart.c | 62 static bool n64cart_do_bvec(struct device *dev, struct bio_vec *bv, u32 pos) in n64cart_do_bvec()
|
/Linux-v6.1/drivers/s390/block/ |
D | dasd_fba.c | 440 struct bio_vec bv; in dasd_fba_build_cp_regular() local 572 struct bio_vec bv; in dasd_fba_free_cp() local
|
/Linux-v6.1/drivers/gpu/drm/panel/ |
D | panel-sony-acx565akm.c | 271 u8 bv; in acx565akm_get_actual_brightness() local 281 int bv; in acx565akm_set_brightness() local
|
/Linux-v6.1/fs/verity/ |
D | verify.c | 219 struct bio_vec *bv; in fsverity_verify_bio() local
|
/Linux-v6.1/drivers/scsi/ |
D | aha1542.c | 267 struct bio_vec bv; in aha1542_free_cmd() local 450 struct bio_vec bv; in aha1542_queuecommand() local
|
/Linux-v6.1/fs/ext4/ |
D | readpage.c | 72 struct bio_vec *bv; in __read_end_io() local
|
/Linux-v6.1/drivers/nvme/target/ |
D | io-cmd-file.c | 86 static void nvmet_file_init_bvec(struct bio_vec *bv, struct scatterlist *sg) in nvmet_file_init_bvec()
|