/kernel/linux/linux-5.10/virt/kvm/ |
D | vfio.c | 159 struct kvm_vfio *kv = dev->private; in kvm_vfio_update_coherency() local 163 mutex_lock(&kv->lock); in kvm_vfio_update_coherency() 165 list_for_each_entry(kvg, &kv->group_list, node) { in kvm_vfio_update_coherency() 172 if (noncoherent != kv->noncoherent) { in kvm_vfio_update_coherency() 173 kv->noncoherent = noncoherent; in kvm_vfio_update_coherency() 175 if (kv->noncoherent) in kvm_vfio_update_coherency() 181 mutex_unlock(&kv->lock); in kvm_vfio_update_coherency() 186 struct kvm_vfio *kv = dev->private; in kvm_vfio_set_group() local 209 mutex_lock(&kv->lock); in kvm_vfio_set_group() 211 list_for_each_entry(kvg, &kv->group_list, node) { in kvm_vfio_set_group() [all …]
|
/kernel/linux/linux-5.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):
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | fib_trie.c | 137 struct key_vector kv[1]; member 138 #define tn_bits kv[0].bits 141 #define TNODE_SIZE(n) offsetof(struct tnode, kv[0].tnode[n]) 166 struct key_vector kv[1]; member 187 static inline struct tnode *tn_info(struct key_vector *kv) in tn_info() argument 189 return container_of(kv, struct tnode, kv[0]); in tn_info() 217 #define get_cindex(key, kv) (((key) ^ (kv)->key) >> (kv)->pos) argument 219 static inline unsigned long get_index(t_key key, struct key_vector *kv) in get_index() argument 221 unsigned long index = key ^ kv->key; in get_index() 223 if ((BITS_PER_LONG <= KEYLENGTH) && (KEYLENGTH == kv->pos)) in get_index() [all …]
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
D | highmem.c | 68 void kunmap_atomic_high(void *kv) in kunmap_atomic_high() argument 70 unsigned long kvaddr = (unsigned long)kv; in kunmap_atomic_high()
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
D | pvrusb2-ctrl.c | 422 int mask,val,kv,mode,ret; in parse_tlist() local 446 if (parse_mtoken(ptr,cnt,&kv,names,valid_bits)) { in parse_tlist() 455 val |= kv; in parse_tlist() 458 mask |= kv; in parse_tlist() 459 val &= ~kv; in parse_tlist() 462 mask |= kv; in parse_tlist() 463 val |= kv; in parse_tlist()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 26 | *BTF_SRC* := { **id** *BTF_ID* | **prog** *PROG* | **map** *MAP* [{**key** | **value** | **kv** |… 54 both key and value (**kv**), or all BTF types present in 55 associated BTF object (**all**). If not specified, **kv** 192 **# bpftool btf dump map id 123 kv**
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | hfi.h | 2166 u64 *kv = (u64 *)hfi1_rcvhdrtail_kvaddr(rcd); in clear_rcvhdrtail() local 2168 if (kv) in clear_rcvhdrtail() 2169 *kv = 0ULL; in clear_rcvhdrtail()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | si_dpm.c | 1756 s64 kt, kv, leakage_w, i_leakage, vddc; in si_calculate_leakage_for_v_and_t_formula() local 1773 kv = drm_fixp_mul(av, drm_fixp_exp(drm_fixp_mul(bv, vddc))); in si_calculate_leakage_for_v_and_t_formula() 1775 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() 1794 s64 kt, kv, leakage_w, i_leakage, vddc; in si_calculate_leakage_for_v_formula() local 1800 kv = drm_fixp_mul(div64_s64(drm_int2fixp(coeff->av), 100000000), in si_calculate_leakage_for_v_formula() 1803 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 | 746 s64 kt, kv, leakage_w, i_leakage, vddc, temperature; in ni_calculate_leakage_for_v_and_t_formula() local 754 kv = drm_fixp_mul(div64_s64(drm_int2fixp(coeff->av), 1000), in ni_calculate_leakage_for_v_and_t_formula() 757 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()
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.10/crypto/ |
D | testmgr.c | 1128 struct kvec kv; in build_hash_sglist() local 1131 kv.iov_base = (void *)vec->plaintext; in build_hash_sglist() 1132 kv.iov_len = vec->psize; in build_hash_sglist() 1133 iov_iter_kvec(&input, WRITE, &kv, 1, vec->psize); in build_hash_sglist()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/ |
D | si_dpm.c | 1846 s64 kt, kv, leakage_w, i_leakage, vddc; in si_calculate_leakage_for_v_and_t_formula() local 1863 kv = drm_fixp_mul(av, drm_fixp_exp(drm_fixp_mul(bv, vddc))); in si_calculate_leakage_for_v_and_t_formula() 1865 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() 1884 s64 kt, kv, leakage_w, i_leakage, vddc; in si_calculate_leakage_for_v_formula() local 1890 kv = drm_fixp_mul(div64_s64(drm_int2fixp(coeff->av), 100000000), in si_calculate_leakage_for_v_formula() 1893 leakage_w = drm_fixp_mul(drm_fixp_mul(drm_fixp_mul(i_leakage, kt), kv), vddc); in si_calculate_leakage_for_v_formula()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 953 COMPREPLY+=( $( compgen -W "key value kv all" -- "$cur" ) )
|
/kernel/linux/linux-5.10/net/core/ |
D | skbuff.c | 2480 struct kvec kv; in skb_send_sock_locked() local 2484 kv.iov_base = skb->data + offset; in skb_send_sock_locked() 2485 kv.iov_len = slen; in skb_send_sock_locked() 2489 ret = kernel_sendmsg_locked(sk, &msg, &kv, 1, slen); in skb_send_sock_locked()
|
D | devlink.c | 10204 const struct nlattr *kv; in __devlink_compat_running_version() local 10210 nla_for_each_nested(kv, nlattr, rem_kv) { in __devlink_compat_running_version() 10211 if (nla_type(kv) != DEVLINK_ATTR_INFO_VERSION_VALUE) in __devlink_compat_running_version() 10214 strlcat(buf, nla_data(kv), len); in __devlink_compat_running_version()
|