Home
last modified time | relevance | path

Searched refs:pse (Results 1 – 14 of 14) sorted by relevance

/linux/include/net/psp/
H A Dfunctions.h83 psp_pse_matches_pas(struct psp_skb_ext *pse, struct psp_assoc *pas) in psp_pse_matches_pas() argument
85 return pse && pas->rx.spi == pse->spi && in psp_pse_matches_pas()
86 pas->generation == pse->generation && in psp_pse_matches_pas()
87 pas->version == pse->version && in psp_pse_matches_pas()
88 pas->dev_id == pse->dev_id; in psp_pse_matches_pas()
94 struct psp_skb_ext *pse = skb_ext_find(skb, SKB_EXT_PSP); in __psp_sk_rx_policy_check() local
97 return pse ? SKB_DROP_REASON_PSP_INPUT : 0; in __psp_sk_rx_policy_check()
99 if (likely(psp_pse_matches_pas(pse, pas))) { in __psp_sk_rx_policy_check()
106 if (!pse) { in __psp_sk_rx_policy_check()
/linux/arch/arm/boot/dts/st/
H A Dstm32mp151a-prtt1c.dts26 pse_t1l1: ethernet-pse-1 {
27 compatible = "podl-pse-regulator";
28 pse-supply = <&reg_t1l1>;
29 #pse-cells = <0>;
32 pse_t1l2: ethernet-pse-2 {
33 compatible = "podl-pse-regulator";
34 pse-supply = <&reg_t1l2>;
35 #pse-cells = <0>;
47 reg_t1l1: regulator-pse-t1l1 {
49 regulator-name = "pse-t1l1";
[all …]
/linux/net/psp/
H A Dpsp_sock.c160 struct psp_skb_ext *pse; in psp_sock_recv_queue_check() local
164 pse = skb_ext_find(skb, SKB_EXT_PSP); in psp_sock_recv_queue_check()
165 if (!psp_pse_matches_pas(pse, pas)) in psp_sock_recv_queue_check()
170 pse = skb_ext_find(skb, SKB_EXT_PSP); in psp_sock_recv_queue_check()
171 if (!psp_pse_matches_pas(pse, pas)) in psp_sock_recv_queue_check()
/linux/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c126 static void pool_put_pseq_elem(struct pri_sequence *pse) in pool_put_pseq_elem() argument
129 list_add(&pse->head, &pseq_pool); in pool_put_pseq_elem()
136 struct pri_sequence *pse = NULL; in pool_get_pseq_elem() local
139 pse = list_first_entry(&pseq_pool, struct pri_sequence, head); in pool_get_pseq_elem()
140 list_del(&pse->head); in pool_get_pseq_elem()
144 return pse; in pool_get_pseq_elem()
/linux/Documentation/networking/pse-pd/
H A Dindex.rst10 pse-pi
/linux/Documentation/translations/zh_CN/networking/
H A Dindex.rst121 * pse-pd/index
/linux/kernel/sched/
H A Dfair.c410 is_same_group(struct sched_entity *se, struct sched_entity *pse) in is_same_group() argument
412 if (se->cfs_rq == pse->cfs_rq) in is_same_group()
424 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se() argument
437 pse_depth = (*pse)->depth; in find_matching_se()
446 *pse = parent_entity(*pse); in find_matching_se()
449 while (!is_same_group(*se, *pse)) { in find_matching_se()
451 *pse = parent_entity(*pse); in find_matching_se()
499 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se() argument
8688 struct sched_entity *pse, struct sched_entity *se) in set_preempt_buddy() argument
8696 if (cfs_rq->next && entity_before(cfs_rq->next, pse)) in set_preempt_buddy()
[all …]
/linux/lib/zstd/common/
H A Dcpu.h133 D(pse, 3)
/linux/kernel/trace/
H A Dtrace_events_filter.c2336 struct filter_parse_error **pse, in create_filter_start() argument
2343 if (WARN_ON_ONCE(*pse || *filterp)) in create_filter_start()
2363 *pse = pe; in create_filter_start()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c208 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pse, X86_CR4_PSE);
229 BUILD_MMU_ROLE_ACCESSOR(ext, cr4, pse);
5278 bool gbpages, bool pse, bool amd) in __reset_rsvds_bits_mask() argument
5313 if (!pse) { in __reset_rsvds_bits_mask()
/linux/drivers/net/
H A DKconfig525 source "drivers/net/pse-pd/Kconfig"
/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst66 pages, pae, pse, pse36, cr0.wp, and 1GB pages. Emulated hardware also
/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv67 0x1, 0, edx, 3, pse , Page Size Extension
/linux/
H A DMAINTAINERS20960 F: Documentation/devicetree/bindings/net/pse-pd/
20961 F: drivers/net/pse-pd/
20962 F: net/ethtool/pse-pd.c