Searched refs:pse (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ |
D | dfs_pri_detector.c | 124 static void pool_put_pseq_elem(struct pri_sequence *pse) in pool_put_pseq_elem() argument 127 list_add(&pse->head, &pseq_pool); in pool_put_pseq_elem() 134 struct pri_sequence *pse = NULL; in pool_get_pseq_elem() local 137 pse = list_first_entry(&pseq_pool, struct pri_sequence, head); in pool_get_pseq_elem() 138 list_del(&pse->head); in pool_get_pseq_elem() 142 return pse; in pool_get_pseq_elem()
|
/linux-4.1.27/kernel/sched/ |
D | fair.c | 327 is_same_group(struct sched_entity *se, struct sched_entity *pse) in is_same_group() argument 329 if (se->cfs_rq == pse->cfs_rq) in is_same_group() 341 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se() argument 354 pse_depth = (*pse)->depth; in find_matching_se() 363 *pse = parent_entity(*pse); in find_matching_se() 366 while (!is_same_group(*se, *pse)) { in find_matching_se() 368 *pse = parent_entity(*pse); in find_matching_se() 425 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se() argument 5016 struct sched_entity *se = &curr->se, *pse = &p->se; in check_preempt_wakeup() local 5021 if (unlikely(se == pse)) in check_preempt_wakeup() [all …]
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | mmu.txt | 52 pages, pae, pse, pse36, cr0.wp, and 1GB pages. Work is in progress to support
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 1271 x86-64 are 2M (when the CPU supports "pse") and 1G
|