Home
last modified time | relevance | path

Searched defs:bv (Results 1 – 25 of 88) sorted by relevance

1234

/openbmc/linux/include/linux/
H A Dbvec.h44 static inline void bvec_set_page(struct bio_vec *bv, struct page *page, in bvec_set_page()
59 static inline void bvec_set_folio(struct bio_vec *bv, struct folio *folio, in bvec_set_folio()
71 static inline void bvec_set_virt(struct bio_vec *bv, void *vaddr, in bvec_set_virt()
89 struct bio_vec bv; member
140 static inline bool bvec_iter_advance(const struct bio_vec *bv, in bvec_iter_advance()
168 static inline void bvec_iter_advance_single(const struct bio_vec *bv, in bvec_iter_advance_single()
207 struct bio_vec *bv = &iter_all->bv; in bvec_advance() local
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dgen7_renderclear.c44 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
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.c66 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
/openbmc/linux/block/
H A Dblk-merge.c21 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()
232 const struct bio_vec *bv, unsigned *nsegs, unsigned *bytes, in bvec_split_segs()
282 struct bio_vec bv, bvprv, *bvprvp = NULL; in bio_split_rw() local
417 struct bio_vec bv; in blk_recalc_rq_segments() local
497 static inline int __blk_bvec_map_sg(struct bio_vec bv, in __blk_bvec_map_sg()
H A Dbio.c163 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned short nr_vecs) in bvec_free()
611 struct bio_vec bv; in zero_fill_bio_iter() local
631 struct bio_vec bv; in bio_truncate() local
906 static bool bvec_try_merge_page(struct bio_vec *bv, struct page *page, in bvec_try_merge_page()
937 bool bvec_try_merge_hw_page(struct request_queue *q, struct bio_vec *bv, in bvec_try_merge_hw_page()
976 struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; in bio_add_hw_page() local
1240 struct bio_vec *bv = bio->bi_io_vec + bio->bi_vcnt; in __bio_iov_iter_get_pages() local
H A Dblk-crypto-fallback.c164 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
H A Dbio-integrity.c134 struct bio_vec *bv = &bip->bip_vec[bip->bip_vcnt - 1]; in bio_integrity_add_page() local
175 struct bio_vec bv; in bio_integrity_process() local
H A Dbounce.c144 struct bio_vec bv; in bounce_clone_bio() local
H A Dblk-map.c540 struct bio_vec bv; in blk_rq_append_bio() local
589 struct bio_vec *bv = &bvecs[i]; in blk_rq_map_user_bvec() local
/openbmc/linux/drivers/md/bcache/
H A Dutil.c234 struct bio_vec *bv = bio->bi_io_vec; in bch_bio_map() local
271 struct bio_vec *bv; in bch_bio_alloc_pages() local
H A Ddebug.c112 struct bio_vec bv, cbv; in bch_data_verify() local
/openbmc/linux/net/ceph/
H A Dmessenger_v2.c146 struct bio_vec bv; in do_try_sendpage() local
864 struct bio_vec *bv) in get_bvec_at()
901 struct bio_vec bv; in calc_sg_cnt_cursor() local
953 struct bio_vec bv; in init_sgs_cursor() local
1866 struct bio_vec bv; in prepare_read_data() local
1892 struct bio_vec bv; in prepare_read_data_cont() local
1933 struct bio_vec bv; in prepare_sparse_read_cont() local
2080 struct bio_vec bv; in prepare_read_enc_page() local
3190 struct bio_vec bv; in queue_data() local
3203 struct bio_vec bv; in queue_data_cont() local
[all …]
/openbmc/qemu/util/
H A Dcpuinfo-i386.c49 unsigned bv = xgetbv_low(0); in cpuinfo_init() local
/openbmc/bmcweb/http/
H A Dverb.hpp22 inline std::optional<HttpVerb> httpVerbFromBoost(boost::beast::http::verb bv) in httpVerbFromBoost()
/openbmc/linux/fs/netfs/
H A Diterator.c40 struct bio_vec *bv = NULL; in netfs_extract_user_iter() local
/openbmc/linux/fs/smb/client/
H A Dcifs_debug.c647 bool bv; in cifs_stats_proc_write() local
939 bool bv; in cifsFYI_proc_write() local
1093 bool bv; in cifs_security_flags_proc_write() local
/openbmc/linux/drivers/md/
H A Ddm-ebs-target.c65 static int __ebs_rw_bvec(struct ebs_c *ec, enum req_op op, struct bio_vec *bv, in __ebs_rw_bvec()
125 struct bio_vec bv; in __ebs_rw_bio() local
H A Ddm-io-rewind.c12 static inline bool dm_bvec_iter_rewind(const struct bio_vec *bv, in dm_bvec_iter_rewind()
/openbmc/linux/fs/btrfs/
H A Dbio.c194 struct bio_vec *bv = bio_first_bvec_all(&repair_bbio->bio); in btrfs_end_repair_bio() local
235 struct bio_vec *bv, in repair_one_sector()
308 struct bio_vec bv = bio_iter_iovec(&bbio->bio, *iter); in btrfs_check_read_bio() local
/openbmc/linux/mm/
H A Dpage_io.c332 struct bio_vec bv; in swap_writepage_bdev_sync() local
463 struct bio_vec bv; in swap_readpage_bdev_sync() local
/openbmc/linux/fs/orangefs/
H A Dinode.c25 struct bio_vec bv; in orangefs_writepage_locked() local
85 struct bio_vec *bv; member
289 struct bio_vec bv; in orangefs_read_folio() local
/openbmc/linux/drivers/block/
H A Dn64cart.c62 static bool n64cart_do_bvec(struct device *dev, struct bio_vec *bv, u32 pos) in n64cart_do_bvec()
/openbmc/u-boot/board/CZ.NIC/turris_mox/
H A Dmox_sp.c108 int mbox_sp_get_board_info(u64 *sn, u8 *mac1, u8 *mac2, int *bv, int *ram) in mbox_sp_get_board_info()
/openbmc/linux/drivers/s390/block/
H A Ddasd_fba.c440 struct bio_vec bv; in dasd_fba_build_cp_regular() local
572 struct bio_vec bv; in dasd_fba_free_cp() local
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-sony-acx565akm.c271 u8 bv; in acx565akm_get_actual_brightness() local
281 int bv; in acx565akm_set_brightness() local

1234