• Home
  • Raw
  • Download

Lines Matching refs:sched_feat

687 	if (sched_feat(ALT_PERIOD))  in sched_slice()
708 if (sched_feat(BASE_SLICE)) in sched_slice()
3412 if (!sched_feat(ATTACH_AGE_LOAD)) in set_task_rq_fair()
4014 if (!sched_feat(UTIL_EST)) in util_est_enqueue()
4030 if (!sched_feat(UTIL_EST)) in util_est_dequeue()
4068 if (!sched_feat(UTIL_EST)) in util_est_update()
4093 if (sched_feat(UTIL_EST_FASTUP)) { in util_est_update()
4400 if (initial && sched_feat(START_DEBIT)) in place_entity()
4411 if (sched_feat(GENTLE_FAIR_SLEEPERS)) in place_entity()
4863 if (!sched_feat(DOUBLE_TICK) && in entity_tick()
6220 if (sched_feat(WA_BIAS)) in wake_affine_weight()
6226 if (sched_feat(WA_BIAS)) in wake_affine_weight()
6247 if (sched_feat(WA_IDLE)) in wake_affine()
6250 if (sched_feat(WA_WEIGHT) && target == nr_cpumask_bits) in wake_affine()
6538 if (sched_feat(SIS_PROP) && !has_idle_core) { in select_idle_cpu()
6566 if (sched_feat(SIS_UTIL)) { in select_idle_cpu()
6595 if (sched_feat(SIS_PROP) && !has_idle_core) { in select_idle_cpu()
6810 if (sched_feat(UTIL_EST)) in cpu_util()
6870 if (sched_feat(UTIL_EST)) { in cpu_util_without()
6925 if (sched_feat(UTIL_EST)) { in cpu_util_next()
7504 if (sched_feat(NEXT_BUDDY) && scale && !(wake_flags & WF_FORK)) { in check_preempt_wakeup()
7531 if (unlikely(p->policy != SCHED_NORMAL) || !sched_feat(WAKEUP_PREEMPTION)) in check_preempt_wakeup()
7583 if (sched_feat(LAST_BUDDY) && scale && entity_is_task(se)) in check_preempt_wakeup()
8065 if (sched_feat(CACHE_HOT_BUDDY) && env->dst_rq->nr_running && in task_hot()
8364 if (sched_feat(LB_MIN) && in detach_tasks()
9627 if (!sched_feat(SIS_UTIL) || env->idle == CPU_NEWLY_IDLE) in update_idle_cpu_scan()
11803 update_load_avg(cfs_rq, se, sched_feat(ATTACH_AGE_LOAD) ? 0 : SKIP_AGE_LOAD); in attach_entity_cfs_rq()