Home
last modified time | relevance | path

Searched refs:pse (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c127 static void pool_put_pseq_elem(struct pri_sequence *pse) in pool_put_pseq_elem() argument
130 list_add(&pse->head, &pseq_pool); in pool_put_pseq_elem()
137 struct pri_sequence *pse = NULL; in pool_get_pseq_elem() local
140 pse = list_first_entry(&pseq_pool, struct pri_sequence, head); in pool_get_pseq_elem()
141 list_del(&pse->head); in pool_get_pseq_elem()
145 return pse; in pool_get_pseq_elem()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/net/pse-pd/
H A Dpse_regulator.c12 #include <linux/pse-pd/pse.h>
100 priv->ps = devm_regulator_get_exclusive(dev, "pse"); in pse_reg_probe()
130 { .compatible = "podl-pse-regulator", },
147 MODULE_ALIAS("platform:pse-regulator");
H A Dpse_core.c10 #include <linux/pse-pd/pse.h>
37 * controllers with #pse-cells = <0>.
218 ret = of_parse_phandle_with_args(node, "pses", "#pse-cells", 0, &args); in of_pse_control_get()
/kernel/linux/linux-6.6/drivers/net/mdio/
H A Dfwnode_mdio.c13 #include <linux/pse-pd/pse.h>
/kernel/linux/linux-6.6/net/ethtool/
H A DMakefile11 module.o pse-pd.o plca.o mm.o
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dsdio.c302 u32 pse, ple; in mt7663s_sta_add() local
310 pse = mt76_get_field(dev, MT_PSE_PG_HIF0_GROUP, MT_HIF0_MIN_QUOTA); in mt7663s_sta_add()
314 sdio->sched.pse_data_quota = pse; in mt7663s_sta_add()
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dcpu.h132 D(pse, 3)
/kernel/linux/linux-5.10/kernel/sched/
H A Dfair.c430 is_same_group(struct sched_entity *se, struct sched_entity *pse) in is_same_group() argument
432 if (se->cfs_rq == pse->cfs_rq) in is_same_group()
444 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se() argument
457 pse_depth = (*pse)->depth; in find_matching_se()
466 *pse = parent_entity(*pse); in find_matching_se()
469 while (!is_same_group(*se, *pse)) { in find_matching_se()
471 *pse = parent_entity(*pse); in find_matching_se()
532 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se() argument
7393 struct sched_entity *se = &curr->se, *pse = &p->se; check_preempt_wakeup() local
7540 struct sched_entity *pse = &prev->se; pick_next_task_fair() local
7547 put_prev_entity(cfs_rq_of(pse), pse); pick_next_task_fair() local
[all...]
/kernel/linux/linux-6.6/kernel/sched/
H A Dfair.c498 is_same_group(struct sched_entity *se, struct sched_entity *pse) in is_same_group() argument
500 if (se->cfs_rq == pse->cfs_rq) in is_same_group()
512 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se() argument
525 pse_depth = (*pse)->depth; in find_matching_se()
534 *pse = parent_entity(*pse); in find_matching_se()
537 while (!is_same_group(*se, *pse)) { in find_matching_se()
539 *pse = parent_entity(*pse); in find_matching_se()
587 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se() argument
8486 struct sched_entity *se = &curr->se, *pse = &p->se; check_preempt_wakeup() local
8663 struct sched_entity *pse = &prev->se; pick_next_task_fair() local
8670 put_prev_entity(cfs_rq_of(pse), pse); pick_next_task_fair() local
[all...]
/kernel/linux/linux-6.6/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);
4696 bool gbpages, bool pse, bool amd) in __reset_rsvds_bits_mask()
4731 if (!pse) { in __reset_rsvds_bits_mask()
4694 __reset_rsvds_bits_mask(struct rsvd_bits_validate *rsvd_check, u64 pa_bits_rsvd, int level, bool nx, bool gbpages, bool pse, bool amd) __reset_rsvds_bits_mask() argument
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dphy_device.c32 #include <linux/pse-pd/pse.h>
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c3996 bool pse, bool amd) in __reset_rsvds_bits_mask()
4024 if (!pse) { in __reset_rsvds_bits_mask()
3993 __reset_rsvds_bits_mask(struct kvm_vcpu *vcpu, struct rsvd_bits_validate *rsvd_check, int maxphyaddr, int level, bool nx, bool gbpages, bool pse, bool amd) __reset_rsvds_bits_mask() argument

Completed in 53 milliseconds