Home
last modified time | relevance | path

Searched refs:kv (Results 1 – 23 of 23) sorted by relevance

/linux-6.6.21/virt/kvm/
Dvfio.c122 struct kvm_vfio *kv = dev->private; in kvm_vfio_update_coherency() local
126 list_for_each_entry(kvf, &kv->file_list, node) { in kvm_vfio_update_coherency()
133 if (noncoherent != kv->noncoherent) { in kvm_vfio_update_coherency()
134 kv->noncoherent = noncoherent; in kvm_vfio_update_coherency()
136 if (kv->noncoherent) in kvm_vfio_update_coherency()
145 struct kvm_vfio *kv = dev->private; in kvm_vfio_file_add() local
160 mutex_lock(&kv->lock); in kvm_vfio_file_add()
162 list_for_each_entry(kvf, &kv->file_list, node) { in kvm_vfio_file_add()
176 list_add_tail(&kvf->node, &kv->file_list); in kvm_vfio_file_add()
183 mutex_unlock(&kv->lock); in kvm_vfio_file_add()
[all …]
/linux-6.6.21/arch/arm64/boot/dts/xilinx/
DMakefile24 zynqmp-sm-k26-revA-sck-kv-g-revA-dtbs := zynqmp-sm-k26-revA.dtb zynqmp-sck-kv-g-revA.dtbo
25 dtb-$(CONFIG_ARCH_ZYNQMP) += zynqmp-sm-k26-revA-sck-kv-g-revA.dtb
26 zynqmp-sm-k26-revA-sck-kv-g-revB-dtbs := zynqmp-sm-k26-revA.dtb zynqmp-sck-kv-g-revB.dtbo
27 dtb-$(CONFIG_ARCH_ZYNQMP) += zynqmp-sm-k26-revA-sck-kv-g-revB.dtb
28 zynqmp-smk-k26-revA-sck-kv-g-revA-dtbs := zynqmp-smk-k26-revA.dtb zynqmp-sck-kv-g-revA.dtbo
29 dtb-$(CONFIG_ARCH_ZYNQMP) += zynqmp-smk-k26-revA-sck-kv-g-revA.dtb
30 zynqmp-smk-k26-revA-sck-kv-g-revB-dtbs := zynqmp-smk-k26-revA.dtb zynqmp-sck-kv-g-revB.dtbo
31 dtb-$(CONFIG_ARCH_ZYNQMP) += zynqmp-smk-k26-revA-sck-kv-g-revB.dtb
/linux-6.6.21/tools/perf/scripts/python/
Dsyscall-counts.py64 key = lambda kv: (kv[1], kv[0]), reverse = True):
Dsyscall-counts-by-pid.py74 key = lambda kv: (kv[1], kv[0]), reverse = True):
Dsctop.py82 key = lambda kv: (kv[1], kv[0]),
Dfailed-syscalls-by-pid.py78 …for ret, val in sorted(syscalls[comm][pid][id].items(), key = lambda kv: (kv[1], kv[0]), reverse =…
Dmem-phys-addr.py50 key = lambda kv: (kv[1], kv[0]), reverse = True):
/linux-6.6.21/net/ipv4/
Dfib_trie.c138 struct key_vector kv[1]; member
139 #define tn_bits kv[0].bits
142 #define TNODE_SIZE(n) offsetof(struct tnode, kv[0].tnode[n])
167 struct key_vector kv[1]; member
188 static inline struct tnode *tn_info(struct key_vector *kv) in tn_info() argument
190 return container_of(kv, struct tnode, kv[0]); in tn_info()
218 #define get_cindex(key, kv) (((key) ^ (kv)->key) >> (kv)->pos) argument
220 static inline unsigned long get_index(t_key key, struct key_vector *kv) in get_index() argument
222 unsigned long index = key ^ kv->key; in get_index()
224 if ((BITS_PER_LONG <= KEYLENGTH) && (KEYLENGTH == kv->pos)) in get_index()
[all …]
/linux-6.6.21/drivers/input/touchscreen/
Dili210x.c423 u8 kv[5]; in ili251x_firmware_update_kernel_version() local
427 &kv, sizeof(kv)); in ili251x_firmware_update_kernel_version()
429 memcpy(priv->version_kernel, kv, sizeof(kv)); in ili251x_firmware_update_kernel_version()
521 u8 *kv = priv->version_kernel; in ili251x_kernel_version_show() local
524 kv[0], kv[1], kv[2], kv[3], kv[4]); in ili251x_kernel_version_show()
/linux-6.6.21/drivers/media/usb/pvrusb2/
Dpvrusb2-ctrl.c401 int mask,val,kv,mode,ret; in parse_tlist() local
425 if (parse_mtoken(ptr,cnt,&kv,names,valid_bits)) { in parse_tlist()
434 val |= kv; in parse_tlist()
437 mask |= kv; in parse_tlist()
438 val &= ~kv; in parse_tlist()
441 mask |= kv; in parse_tlist()
442 val |= kv; in parse_tlist()
/linux-6.6.21/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst30 | *BTF_SRC* := { **id** *BTF_ID* | **prog** *PROG* | **map** *MAP* [{**key** | **value** | **kv** |…
58 both key and value (**kv**), or all BTF types present in
59 associated BTF object (**all**). If not specified, **kv**
210 **# bpftool btf dump map id 123 kv**
/linux-6.6.21/fs/smb/client/
Dcifsencrypt.c72 const struct kvec *kv = iter->kvec; in cifs_shash_kvec() local
80 len = kv[i].iov_len; in cifs_shash_kvec()
87 ret = crypto_shash_update(shash, kv[i].iov_base + start, len); in cifs_shash_kvec()
Dsmbdirect.c2478 const struct kvec *kv = iter->kvec; in smb_extract_kvec_to_rdma() local
2488 len = kv[i].iov_len; in smb_extract_kvec_to_rdma()
2494 kaddr = (unsigned long)kv[i].iov_base + start; in smb_extract_kvec_to_rdma()
/linux-6.6.21/net/devlink/
Ddev.c1133 const struct nlattr *kv; in __devlink_compat_running_version() local
1139 nla_for_each_nested(kv, nlattr, rem_kv) { in __devlink_compat_running_version()
1140 if (nla_type(kv) != DEVLINK_ATTR_INFO_VERSION_VALUE) in __devlink_compat_running_version()
1143 strlcat(buf, nla_data(kv), len); in __devlink_compat_running_version()
/linux-6.6.21/lib/
Dscatterlist.c1213 const struct kvec *kv = iter->kvec; in extract_kvec_to_sg() local
1224 len = kv[i].iov_len; in extract_kvec_to_sg()
1230 kaddr = (unsigned long)kv[i].iov_base + start; in extract_kvec_to_sg()
/linux-6.6.21/drivers/infiniband/hw/hfi1/
Dhfi.h2114 u64 *kv = (u64 *)hfi1_rcvhdrtail_kvaddr(rcd); in clear_rcvhdrtail() local
2116 if (kv) in clear_rcvhdrtail()
2117 *kv = 0ULL; in clear_rcvhdrtail()
/linux-6.6.21/drivers/gpu/drm/radeon/
Dsi_dpm.c1753 s64 kt, kv, leakage_w, i_leakage, vddc; in si_calculate_leakage_for_v_and_t_formula() local
1770 kv = drm_fixp_mul(av, drm_fixp_exp(drm_fixp_mul(bv, vddc))); in si_calculate_leakage_for_v_and_t_formula()
1772 leakage_w = drm_fixp_mul(drm_fixp_mul(drm_fixp_mul(i_leakage, kt), kv), vddc); in si_calculate_leakage_for_v_and_t_formula()
1791 s64 kt, kv, leakage_w, i_leakage, vddc; in si_calculate_leakage_for_v_formula() local
1797 kv = drm_fixp_mul(div64_s64(drm_int2fixp(coeff->av), 100000000), in si_calculate_leakage_for_v_formula()
1800 leakage_w = drm_fixp_mul(drm_fixp_mul(drm_fixp_mul(i_leakage, kt), kv), vddc); in si_calculate_leakage_for_v_formula()
Dni_dpm.c745 s64 kt, kv, leakage_w, i_leakage, vddc, temperature; in ni_calculate_leakage_for_v_and_t_formula() local
753 kv = drm_fixp_mul(div64_s64(drm_int2fixp(coeff->av), 1000), in ni_calculate_leakage_for_v_and_t_formula()
756 leakage_w = drm_fixp_mul(drm_fixp_mul(drm_fixp_mul(i_leakage, kt), kv), vddc); in ni_calculate_leakage_for_v_and_t_formula()
/linux-6.6.21/net/9p/
Dclient.c2044 struct kvec kv = {.iov_base = data, .iov_len = count}; in p9_client_readdir() local
2047 iov_iter_kvec(&to, ITER_DEST, &kv, 1, count); in p9_client_readdir()
/linux-6.6.21/crypto/
Dtestmgr.c1229 struct kvec kv; in build_hash_sglist() local
1232 kv.iov_base = (void *)vec->plaintext; in build_hash_sglist()
1233 kv.iov_len = vec->psize; in build_hash_sglist()
1234 iov_iter_kvec(&input, ITER_SOURCE, &kv, 1, vec->psize); in build_hash_sglist()
/linux-6.6.21/drivers/gpu/drm/amd/pm/legacy-dpm/
Dsi_dpm.c1861 s64 kt, kv, leakage_w, i_leakage, vddc; in si_calculate_leakage_for_v_and_t_formula() local
1878 kv = drm_fixp_mul(av, drm_fixp_exp(drm_fixp_mul(bv, vddc))); in si_calculate_leakage_for_v_and_t_formula()
1880 leakage_w = drm_fixp_mul(drm_fixp_mul(drm_fixp_mul(i_leakage, kt), kv), vddc); in si_calculate_leakage_for_v_and_t_formula()
1899 s64 kt, kv, leakage_w, i_leakage, vddc; in si_calculate_leakage_for_v_formula() local
1905 kv = drm_fixp_mul(div64_s64(drm_int2fixp(coeff->av), 100000000), in si_calculate_leakage_for_v_formula()
1908 leakage_w = drm_fixp_mul(drm_fixp_mul(drm_fixp_mul(i_leakage, kt), kv), vddc); in si_calculate_leakage_for_v_formula()
/linux-6.6.21/net/core/
Dskbuff.c3079 struct kvec kv; in __skb_send_sock() local
3083 kv.iov_base = skb->data + offset; in __skb_send_sock()
3084 kv.iov_len = slen; in __skb_send_sock()
3088 iov_iter_kvec(&msg.msg_iter, ITER_SOURCE, &kv, 1, slen); in __skb_send_sock()
/linux-6.6.21/tools/bpf/bpftool/bash-completion/
Dbpftool950 COMPREPLY+=( $( compgen -W "key value kv all" -- "$cur" ) )