Home
last modified time | relevance | path

Searched refs:pref (Results 251 - 275 of 367) sorted by relevance

1...<<1112131415

/kernel/linux/linux-5.10/drivers/pci/
H A Dsetup-bus.c315 * One pref failed resource will set IORESOURCE_MEM, as we can in pci_fail_res_type_mask()
316 * allocate pref in non-pref range. Will release all assigned in pci_fail_res_type_mask()
317 * non-pref sibling resources according to that bit. in pci_fail_res_type_mask()
327 /* Check pref at first */ in pci_need_to_release()
331 /* Count pref if its parent is non-pref */ in pci_need_to_release()
363 * 2. If pref MMIO assignment fails, release assigned pref in __assign_resources_sorted()
364 * MMIO. If assigned pref MMI in __assign_resources_sorted()
1209 struct resource *pref; __pci_bus_size_bridges() local
[all...]
/kernel/linux/linux-6.6/drivers/pci/
H A Dsetup-bus.c312 * One pref failed resource will set IORESOURCE_MEM, as we can in pci_fail_res_type_mask()
313 * allocate pref in non-pref range. Will release all assigned in pci_fail_res_type_mask()
314 * non-pref sibling resources according to that bit. in pci_fail_res_type_mask()
324 /* Check pref at first */ in pci_need_to_release()
328 /* Count pref if its parent is non-pref */ in pci_need_to_release()
360 * 2. If pref MMIO assignment fails, release assigned pref in __assign_resources_sorted()
361 * MMIO. If assigned pref MMI in __assign_resources_sorted()
1204 struct resource *pref; __pci_bus_size_bridges() local
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dndisc.c1241 unsigned int pref = 0; in ndisc_router_discovery() local
1348 pref = ra_msg->icmph.icmp6_router_pref; in ndisc_router_discovery()
1350 if (pref == ICMPV6_ROUTER_PREF_INVALID || in ndisc_router_discovery()
1352 pref = ICMPV6_ROUTER_PREF_MEDIUM; in ndisc_router_discovery()
1385 skb->dev, pref, defrtr_usr_metric); in ndisc_router_discovery()
1404 } else if (rt && IPV6_EXTRACT_PREF(rt->fib6_flags) != pref) { in ndisc_router_discovery()
1408 rt->fib6_flags = (rt->fib6_flags & ~RTF_PREF_MASK) | RTF_PREF(pref); in ndisc_router_discovery()
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Ddisasm.c119 state->pref = (state->dest == REG_LIMM); in disasm_instr()
234 state->pref = 1; in disasm_instr()
H A Dunaligned.c154 if (state->pref == 0) in fixup_load()
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Ddisasm.c119 state->pref = (state->dest == REG_LIMM); in disasm_instr()
234 state->pref = 1; in disasm_instr()
H A Dunaligned.c154 if (state->pref == 0) in fixup_load()
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dbridge_locked_port.sh331 tc filter add dev $swp1 ingress protocol all pref 1 handle 101 flower \
342 tc filter del dev $swp1 ingress protocol all pref 1 handle 101 flower
H A Dgre_custom_multipath_hash.sh164 tc filter add dev $ul32 ingress pref 111 prot 802.1Q \
166 tc filter add dev $ul32 ingress pref 222 prot 802.1Q \
H A Dgre_multipath_nh_res.sh158 tc filter add dev $ul2 ingress pref 111 prot 802.1Q \
160 tc filter add dev $ul2 ingress pref 222 prot 802.1Q \
H A Dgre_multipath_nh.sh156 tc filter add dev $ul2 ingress pref 111 prot 802.1Q \
158 tc filter add dev $ul2 ingress pref 222 prot 802.1Q \
H A Dip6gre_custom_multipath_hash.sh165 tc filter add dev $ul32 ingress pref 111 prot 802.1Q \
167 tc filter add dev $ul32 ingress pref 222 prot 802.1Q \
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A Dsve-test.S56 pref: label
100 ldr \xd, =pref
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H A Dbridge_locked_port.sh331 tc filter add dev $swp1 ingress protocol all pref 1 handle 101 flower \
342 tc filter del dev $swp1 ingress protocol all pref 1 handle 101 flower
/test/xts/acts/distributeddatamgr/preferencesjstest/hap/entry/src/ohosTest/js/test/
H A DPreferencesCallBackJsunit.test.js213 let pref = await mPreferences.get(KEY_TEST_LONG_ELEMENT, 0)
214 expect(3).assertEqual(pref);
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c601 const uint16_t *pref, *supp; in tls1_shared_group() local
632 tls1_get_supported_groups(s, &pref, &num_pref); in tls1_shared_group()
635 tls1_get_peer_groups(s, &pref, &num_pref); in tls1_shared_group()
640 uint16_t id = pref[i]; in tls1_shared_group()
2206 const uint16_t *pref, size_t preflen, in tls12_shared_sigalgs()
2211 for (i = 0, ptmp = pref; i < preflen; i++, ptmp++) { in tls12_shared_sigalgs()
2233 const uint16_t *pref, *allow, *conf; in tls1_set_shared_sigalgs() local
2253 pref = conf; in tls1_set_shared_sigalgs()
2260 pref = s->s3.tmp.peer_sigalgs; in tls1_set_shared_sigalgs()
2263 nmatch = tls12_shared_sigalgs(s, NULL, pref, prefle in tls1_set_shared_sigalgs()
2205 tls12_shared_sigalgs(SSL *s, const SIGALG_LOOKUP **shsig, const uint16_t *pref, size_t preflen, const uint16_t *allow, size_t allowlen) tls12_shared_sigalgs() argument
[all...]
/third_party/openssl/ssl/
H A Dt1_lib.c600 const uint16_t *pref, *supp; in tls1_shared_group() local
630 tls1_get_supported_groups(s, &pref, &num_pref); in tls1_shared_group()
633 tls1_get_peer_groups(s, &pref, &num_pref); in tls1_shared_group()
638 uint16_t id = pref[i]; in tls1_shared_group()
2186 const uint16_t *pref, size_t preflen, in tls12_shared_sigalgs()
2191 for (i = 0, ptmp = pref; i < preflen; i++, ptmp++) { in tls12_shared_sigalgs()
2213 const uint16_t *pref, *allow, *conf; in tls1_set_shared_sigalgs() local
2233 pref = conf; in tls1_set_shared_sigalgs()
2240 pref = s->s3.tmp.peer_sigalgs; in tls1_set_shared_sigalgs()
2243 nmatch = tls12_shared_sigalgs(s, NULL, pref, prefle in tls1_set_shared_sigalgs()
2185 tls12_shared_sigalgs(SSL *s, const SIGALG_LOOKUP **shsig, const uint16_t *pref, size_t preflen, const uint16_t *allow, size_t allowlen) tls12_shared_sigalgs() argument
[all...]
/third_party/libdrm/nouveau/
H A Dnouveau.c789 nouveau_bo_ref(struct nouveau_bo *bo, struct nouveau_bo **pref) in nouveau_bo_ref() argument
791 struct nouveau_bo *ref = *pref; in nouveau_bo_ref()
799 *pref = bo; in nouveau_bo_ref()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H A Dbond_options.sh273 tc -n ${g_ns} filter add dev s$i ingress protocol arp pref 1 handle 101 \
/kernel/linux/linux-5.10/net/ipv6/
H A Dndisc.c1181 unsigned int pref = 0; in ndisc_router_discovery() local
1293 pref = ra_msg->icmph.icmp6_router_pref; in ndisc_router_discovery()
1295 if (pref == ICMPV6_ROUTER_PREF_INVALID || in ndisc_router_discovery()
1297 pref = ICMPV6_ROUTER_PREF_MEDIUM; in ndisc_router_discovery()
1324 skb->dev, pref); in ndisc_router_discovery()
1344 rt->fib6_flags = (rt->fib6_flags & ~RTF_PREF_MASK) | RTF_PREF(pref); in ndisc_router_discovery()
/foundation/distributeddatamgr/preferences/test/js/unittest/preferences/src/
H A DPreferencesCallBackJsunit.test.js181 let pref = await mPreferences.get(KEY_TEST_LONG_ELEMENT, 0)
182 expect(3).assertEqual(pref);
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/
H A Dsve-test.S179 pref: label
235 ldr \xd, =pref
/third_party/curl/tests/libtest/
H A Dmk-lib1521.pl238 my $pref = "${w}res = curl_easy_setopt(curl, $name,";
242 print "${pref} \"string\");\n$check";
243 print "${pref} NULL);\n$check";
247 print "${pref} 0L);\n$check";
248 print "${pref} 22L);\n$check";
249 print "${pref} LO);\n$check";
250 print "${pref} HI);\n$check";
255 print "${pref} dep);\n$check";
258 print "${pref} share);\n$check";
261 print "${pref} errorbuffe
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h113 int nghttp3_qpack_header_block_ref_new(nghttp3_qpack_header_block_ref **pref,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.h58 u8 pref; member

Completed in 27 milliseconds

1...<<1112131415