/linux-5.19.10/virt/kvm/ |
D | vfio.c | 102 struct kvm_vfio *kv = dev->private; in kvm_vfio_update_coherency() local 106 mutex_lock(&kv->lock); in kvm_vfio_update_coherency() 108 list_for_each_entry(kvg, &kv->group_list, node) { in kvm_vfio_update_coherency() 115 if (noncoherent != kv->noncoherent) { in kvm_vfio_update_coherency() 116 kv->noncoherent = noncoherent; in kvm_vfio_update_coherency() 118 if (kv->noncoherent) in kvm_vfio_update_coherency() 124 mutex_unlock(&kv->lock); in kvm_vfio_update_coherency() 129 struct kvm_vfio *kv = dev->private; in kvm_vfio_group_add() local 144 mutex_lock(&kv->lock); in kvm_vfio_group_add() 146 list_for_each_entry(kvg, &kv->group_list, node) { in kvm_vfio_group_add() [all …]
|
/linux-5.19.10/arch/arm64/boot/dts/xilinx/ |
D | Makefile | 24 sm-k26-revA-sck-kv-g-revA-dtbs := zynqmp-sm-k26-revA.dtb zynqmp-sck-kv-g-revA.dtbo 25 sm-k26-revA-sck-kv-g-revB-dtbs := zynqmp-sm-k26-revA.dtb zynqmp-sck-kv-g-revB.dtbo 26 smk-k26-revA-sm-k26-revA-sck-kv-g-revA-dtbs := zynqmp-smk-k26-revA.dtb zynqmp-sck-kv-g-revA.dtbo 27 smk-k26-revA-sm-k26-revA-sck-kv-g-revB-dtbs := zynqmp-smk-k26-revA.dtb zynqmp-sck-kv-g-revB.dtbo 29 dtb-$(CONFIG_ARCH_ZYNQMP) += sm-k26-revA-sck-kv-g-revA.dtb 30 dtb-$(CONFIG_ARCH_ZYNQMP) += sm-k26-revA-sck-kv-g-revB.dtb 31 dtb-$(CONFIG_ARCH_ZYNQMP) += smk-k26-revA-sm-k26-revA-sck-kv-g-revA.dtb 32 dtb-$(CONFIG_ARCH_ZYNQMP) += smk-k26-revA-sm-k26-revA-sck-kv-g-revB.dtb
|
/linux-5.19.10/tools/perf/scripts/python/ |
D | syscall-counts.py | 64 key = lambda kv: (kv[1], kv[0]), reverse = True):
|
D | sctop.py | 82 key = lambda kv: (kv[1], kv[0]),
|
D | syscall-counts-by-pid.py | 74 key = lambda kv: (kv[1], kv[0]), reverse = True):
|
D | failed-syscalls-by-pid.py | 78 …for ret, val in sorted(syscalls[comm][pid][id].items(), key = lambda kv: (kv[1], kv[0]), reverse =…
|
D | mem-phys-addr.py | 50 key = lambda kv: (kv[1], kv[0]), reverse = True):
|
/linux-5.19.10/net/ipv4/ |
D | fib_trie.c | 138 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-5.19.10/drivers/input/touchscreen/ |
D | ili210x.c | 412 u8 kv[5]; in ili251x_firmware_update_kernel_version() local 416 &kv, sizeof(kv)); in ili251x_firmware_update_kernel_version() 418 memcpy(priv->version_kernel, kv, sizeof(kv)); in ili251x_firmware_update_kernel_version() 510 u8 *kv = priv->version_kernel; in ili251x_kernel_version_show() local 513 kv[0], kv[1], kv[2], kv[3], kv[4]); in ili251x_kernel_version_show()
|
/linux-5.19.10/drivers/media/usb/pvrusb2/ |
D | pvrusb2-ctrl.c | 401 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-5.19.10/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 30 | *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-5.19.10/drivers/infiniband/hw/hfi1/ |
D | hfi.h | 2116 u64 *kv = (u64 *)hfi1_rcvhdrtail_kvaddr(rcd); in clear_rcvhdrtail() local 2118 if (kv) in clear_rcvhdrtail() 2119 *kv = 0ULL; in clear_rcvhdrtail()
|
/linux-5.19.10/drivers/gpu/drm/radeon/ |
D | si_dpm.c | 1753 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()
|
D | ni_dpm.c | 745 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-5.19.10/net/9p/ |
D | client.c | 2080 struct kvec kv = {.iov_base = data, .iov_len = count}; in p9_client_readdir() local 2083 iov_iter_kvec(&to, READ, &kv, 1, count); in p9_client_readdir()
|
/linux-5.19.10/crypto/ |
D | testmgr.c | 1178 struct kvec kv; in build_hash_sglist() local 1181 kv.iov_base = (void *)vec->plaintext; in build_hash_sglist() 1182 kv.iov_len = vec->psize; in build_hash_sglist() 1183 iov_iter_kvec(&input, WRITE, &kv, 1, vec->psize); in build_hash_sglist()
|
/linux-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/ |
D | si_dpm.c | 1861 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-5.19.10/net/core/ |
D | skbuff.c | 2664 struct kvec kv; in __skb_send_sock() local 2668 kv.iov_base = skb->data + offset; in __skb_send_sock() 2669 kv.iov_len = slen; in __skb_send_sock() 2674 sendmsg_unlocked, sk, &msg, &kv, 1, slen); in __skb_send_sock()
|
D | devlink.c | 12010 const struct nlattr *kv; in __devlink_compat_running_version() local 12016 nla_for_each_nested(kv, nlattr, rem_kv) { in __devlink_compat_running_version() 12017 if (nla_type(kv) != DEVLINK_ATTR_INFO_VERSION_VALUE) in __devlink_compat_running_version() 12020 strlcat(buf, nla_data(kv), len); in __devlink_compat_running_version()
|
/linux-5.19.10/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 959 COMPREPLY+=( $( compgen -W "key value kv all" -- "$cur" ) )
|