Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/virt/kvm/
H A Dvfio.c159 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 …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/pkgconf/pkgconf/
H A D0001-tuple-test-for-and-stop-string-processing-on-truncat.patch30 kv = pkgconf_tuple_find_global(client, varname);
31 if (kv != NULL)
33 - strncpy(bptr, kv, PKGCONF_BUFSIZE - (bptr - buf));
34 - bptr += strlen(kv);
35 + size_t nlen = pkgconf_strlcpy(bptr, kv, remain);
50 if (kv != NULL)
54 parsekv = pkgconf_tuple_parse(client, vars, kv);
/OK3568_Linux_fs/u-boot/lib/
H A Dtime.c165 ulong kv; in udelay() local
169 kv = usec > CONFIG_WD_PERIOD ? CONFIG_WD_PERIOD : usec; in udelay()
170 __udelay (kv); in udelay()
171 usec -= kv; in udelay()
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dsyscall-counts.py64 key = lambda kv: (kv[1], kv[0]), reverse = True):
H A Dsyscall-counts-by-pid.py74 key = lambda kv: (kv[1], kv[0]), reverse = True):
H A Dsctop.py82 key = lambda kv: (kv[1], kv[0]),
H A Dfailed-syscalls-by-pid.py78 …for ret, val in sorted(syscalls[comm][pid][id].items(), key = lambda kv: (kv[1], kv[0]), reverse =…
H A Dmem-phys-addr.py50 key = lambda kv: (kv[1], kv[0]), reverse = True):
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_trie.c137 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 …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/
H A D0001-bin-fix-SIGSEGV-caused-by-using-flb_free-instead-of-.patch17 @@ -289,7 +289,7 @@ static int input_set_property(struct flb_input_instance *in, char *kv)
26 @@ -314,7 +314,7 @@ static int output_set_property(struct flb_output_instance *out, char *kv)
35 @@ -340,7 +340,7 @@ static int filter_set_property(struct flb_filter_instance *filter, char *kv)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_crypto_api.h2972 static EC_KEY *ecdsa_from_key_vals(const struct ecdsa_key_vals *kv) in ecdsa_from_key_vals() argument
2974 EC_KEY *key = EC_KEY_new_by_curve_name(curve_to_nid(kv->curve)); in ecdsa_from_key_vals()
2975 BIGNUM *priv_key = bn_from_key_attr(&kv->priv); in ecdsa_from_key_vals()
2976 BIGNUM *x = bn_from_key_attr(&kv->x); in ecdsa_from_key_vals()
2977 BIGNUM *y = bn_from_key_attr(&kv->y); in ecdsa_from_key_vals()
3002 const struct ecdsa_key_vals *kv, in ecdsa_sign_digest() argument
3007 EC_KEY *key = ecdsa_from_key_vals(kv); in ecdsa_sign_digest()
3019 out_dgst->size = 2 * kv->key_size_bytes; in ecdsa_sign_digest()
3036 const struct ecdsa_key_vals *kv, in ecdsa_verify_digest() argument
3040 EC_KEY *key = ecdsa_from_key_vals(kv); in ecdsa_verify_digest()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-ctrl.c422 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()
/OK3568_Linux_fs/kernel/arch/arc/mm/
H A Dhighmem.c68 void kunmap_atomic_high(void *kv) in kunmap_atomic_high() argument
70 unsigned long kvaddr = (unsigned long)kv; in kunmap_atomic_high()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool-btf.rst26 | *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**
/OK3568_Linux_fs/buildroot/package/pkgconf/
H A D0001-Only-prefix-with-the-sysroot-a-subset-of-variables.patch112 if (kv != NULL)
114 - parsekv = pkgconf_tuple_parse(client, vars, kv);
115 + parsekv = pkgconf_tuple_parse_sysroot(client, vars, kv, add_sysroot);
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtoaster.bbclass103 kn, kv = line.strip().split(": ", 1)
108 pkgdata[kn] = kv
110 pkgdata[kn] = json.loads(kv)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dcs_CZ290 "kv<U011B>ten";/
322 "kv<U011B>";/
352 "kv<U011B>tna";/
H A Duk_UA1034 % vul. Pul`uya 9, kv. 21
1040 % vul. Pul`uya 9, kv. 21 - street and building, apartment number (or firm name)
1058 % vul. Myru, kv. 19
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dcs_CZ290 "kv<U011B>ten";/
322 "kv<U011B>";/
352 "kv<U011B>tna";/
H A Duk_UA1034 % vul. Pul`uya 9, kv. 21
1040 % vul. Pul`uya 9, kv. 21 - street and building, apartment number (or firm name)
1058 % vul. Myru, kv. 19
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dhfi.h2166 u64 *kv = (u64 *)hfi1_rcvhdrtail_kvaddr(rcd); in clear_rcvhdrtail() local
2168 if (kv) in clear_rcvhdrtail()
2169 *kv = 0ULL; in clear_rcvhdrtail()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dschema.h199 uint64_t* kv = stack_.template Pop<uint64_t>(memberCount * 2); in EndObject() local
201 h ^= Hash(kv[i * 2], kv[i * 2 + 1]); // Use xor to achieve member order insensitive in EndObject()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py232 for kv in zip(and_keys, and_values):
233 or_keys = kv[0].split(OR_VALUE_SEPARATOR)
234 or_values = kv[1].split(OR_VALUE_SEPARATOR)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dsi_dpm.c1756 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()
/OK3568_Linux_fs/kernel/net/9p/
H A Dclient.c2080 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()

12