/kernel/linux/linux-5.10/drivers/pci/ |
H A D | setup-bus.c | 315 * 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 D | setup-bus.c | 312 * 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 D | ndisc.c | 1241 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 D | disasm.c | 119 state->pref = (state->dest == REG_LIMM); in disasm_instr() 234 state->pref = 1; in disasm_instr()
|
H A D | unaligned.c | 154 if (state->pref == 0) in fixup_load()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | disasm.c | 119 state->pref = (state->dest == REG_LIMM); in disasm_instr() 234 state->pref = 1; in disasm_instr()
|
H A D | unaligned.c | 154 if (state->pref == 0) in fixup_load()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | bridge_locked_port.sh | 331 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 D | gre_custom_multipath_hash.sh | 164 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 D | gre_multipath_nh_res.sh | 158 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 D | gre_multipath_nh.sh | 156 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 D | ip6gre_custom_multipath_hash.sh | 165 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 D | sve-test.S | 56 pref: label 100 ldr \xd, =pref
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/ |
H A D | bridge_locked_port.sh | 331 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 D | PreferencesCallBackJsunit.test.js | 213 let pref = await mPreferences.get(KEY_TEST_LONG_ELEMENT, 0)
214 expect(3).assertEqual(pref);
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_lib.c | 601 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 D | t1_lib.c | 600 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 D | nouveau.c | 789 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 D | bond_options.sh | 273 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 D | ndisc.c | 1181 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 D | PreferencesCallBackJsunit.test.js | 181 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 D | sve-test.S | 179 pref: label 235 ldr \xd, =pref
|
/third_party/curl/tests/libtest/ |
H A D | mk-lib1521.pl | 238 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 D | nghttp3_qpack.h | 113 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 D | sta_info.h | 58 u8 pref; member
|