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

/linux-4.4.14/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c127 static void pool_put_pseq_elem(struct pri_sequence *pse) pool_put_pseq_elem() argument
130 list_add(&pse->head, &pseq_pool); pool_put_pseq_elem()
137 struct pri_sequence *pse = NULL; pool_get_pseq_elem() local
140 pse = list_first_entry(&pseq_pool, struct pri_sequence, head); pool_get_pseq_elem()
141 list_del(&pse->head); pool_get_pseq_elem()
145 return pse; pool_get_pseq_elem()
/linux-4.4.14/kernel/sched/
H A Dfair.c322 is_same_group(struct sched_entity *se, struct sched_entity *pse) is_same_group() argument
324 if (se->cfs_rq == pse->cfs_rq) is_same_group()
336 find_matching_se(struct sched_entity **se, struct sched_entity **pse) find_matching_se() argument
349 pse_depth = (*pse)->depth; find_matching_se()
358 *pse = parent_entity(*pse); find_matching_se()
361 while (!is_same_group(*se, *pse)) { find_matching_se()
363 *pse = parent_entity(*pse); find_matching_se()
420 find_matching_se(struct sched_entity **se, struct sched_entity **pse) find_matching_se() argument
5117 struct sched_entity *se = &curr->se, *pse = &p->se; check_preempt_wakeup() local
5122 if (unlikely(se == pse)) check_preempt_wakeup()
5131 if (unlikely(throttled_hierarchy(cfs_rq_of(pse)))) check_preempt_wakeup()
5135 set_next_buddy(pse); check_preempt_wakeup()
5164 find_matching_se(&se, &pse); check_preempt_wakeup()
5166 BUG_ON(!pse); check_preempt_wakeup()
5167 if (wakeup_preempt_entity(se, pse) == 1) { check_preempt_wakeup()
5173 set_next_buddy(pse); check_preempt_wakeup()
5258 struct sched_entity *pse = &prev->se; pick_next_task_fair() local
5260 while (!(cfs_rq = is_same_group(se, pse))) { pick_next_task_fair()
5262 int pse_depth = pse->depth; pick_next_task_fair()
5265 put_prev_entity(cfs_rq_of(pse), pse); pick_next_task_fair() local
5266 pse = parent_entity(pse); pick_next_task_fair()
5274 put_prev_entity(cfs_rq, pse); pick_next_task_fair()
5386 /* Tell the scheduler that we'd really like pse to run next. */ yield_to_task_fair()
/linux-4.4.14/arch/x86/kvm/
H A Dmmu.c3620 bool pse, bool amd) __reset_rsvds_bits_mask()
3648 if (!pse) { __reset_rsvds_bits_mask()
3617 __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 168 milliseconds