Home
last modified time | relevance | path

Searched refs:bv (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_uio.c131 const struct bio_vec *bv = uio->uio_bvec; in uiomove_bvec() local
137 cnt = MIN(bv->bv_len - skip, n); in uiomove_bvec()
139 paddr = zfs_kmap_atomic(bv->bv_page, KM_USER1); in uiomove_bvec()
141 bcopy(p, paddr + bv->bv_offset + skip, cnt); in uiomove_bvec()
143 bcopy(paddr + bv->bv_offset + skip, p, cnt); in uiomove_bvec()
147 if (skip == bv->bv_len) { in uiomove_bvec()
149 uio->uio_bvec = (++bv); in uiomove_bvec()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dstats.c828 bool bv, bv2; in stats_general_print() local
848 CTL_GET("config."#name, &bv, bool); \ in stats_general_print()
850 emitter_type_bool, &bv); \ in stats_general_print()
887 #define OPT_WRITE_BOOL(name) OPT_WRITE(name, bv, bsz, emitter_type_bool) in stats_general_print()
889 OPT_WRITE_MUTABLE(name, bv, bv2, bsz, emitter_type_bool, altname) in stats_general_print()
952 CTL_GET("prof.thread_active_init", &bv, bool); in stats_general_print()
954 "prof.thread_active_init", emitter_type_bool, &bv); in stats_general_print()
956 CTL_GET("prof.active", &bv, bool); in stats_general_print()
958 &bv); in stats_general_print()
960 CTL_GET("prof.gdump", &bv, bool); in stats_general_print()
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h107 #define bio_for_each_segment4(bv, bvp, b, i) \ argument
108 bio_for_each_segment((bv), (b), (i))
115 #define bio_for_each_segment4(bv, bvp, b, i) \ argument
/f-stack/freebsd/amd64/amd64/
H A Dfpu.c935 uint64_t bv; in fpusetxstate() local
951 bv = ehdr->xstate_bv; in fpusetxstate()
956 if (bv & ~xsave_mask) in fpusetxstate()
961 hdr->xstate_bv = bv; in fpusetxstate()
/f-stack/freebsd/kern/
H A Dvfs_subr.c2351 struct bufv *bv; in buf_vlist_remove() local
2368 bv->bv_cnt--; in buf_vlist_remove()
2380 struct bufv *bv; in buf_vlist_add() local
2393 bv = &bo->bo_dirty; in buf_vlist_add()
2395 bv = &bo->bo_clean; in buf_vlist_add()
2402 if (bv->bv_cnt == 0 || in buf_vlist_add()
2412 bv->bv_cnt++; in buf_vlist_add()
2812 struct bufv *bv; in reassignbuf() local
2858 bv = &bo->bo_clean; in reassignbuf()
2859 bp = TAILQ_FIRST(&bv->bv_hd); in reassignbuf()
[all …]
/f-stack/freebsd/i386/i386/
H A Dnpx.c1084 uint64_t bv; in npxsetxstate() local
1100 bv = ehdr->xstate_bv; in npxsetxstate()
1105 if (bv & ~xsave_mask) in npxsetxstate()
1110 hdr->xstate_bv = bv; in npxsetxstate()
/f-stack/freebsd/net/
H A Dbpf.c1705 struct bpf_version *bv = (struct bpf_version *)addr; in bpfioctl() local
1707 bv->bv_major = BPF_MAJOR_VERSION; in bpfioctl()
1708 bv->bv_minor = BPF_MINOR_VERSION; in bpfioctl()