Home
last modified time | relevance | path

Searched refs:sched_feat (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/kernel/sched/
Dpelt.h33 if (!sched_feat(UTIL_EST)) in cfs_se_util_change()
Dfair.c3176 if (!sched_feat(ATTACH_AGE_LOAD)) in set_task_rq_fair()
3714 if (!sched_feat(UTIL_EST)) in util_est_enqueue()
3743 if (!sched_feat(UTIL_EST)) in util_est_dequeue()
3886 if (initial && sched_feat(START_DEBIT)) in place_entity()
3897 if (sched_feat(GENTLE_FAIR_SLEEPERS)) in place_entity()
4298 if (!sched_feat(DOUBLE_TICK) && in entity_tick()
5499 if (sched_feat(WA_BIAS)) in wake_affine_weight()
5505 if (sched_feat(WA_BIAS)) in wake_affine_weight()
5526 if (sched_feat(WA_IDLE)) in wake_affine()
5529 if (sched_feat(WA_WEIGHT) && target == nr_cpumask_bits) in wake_affine()
[all …]
Dsched.h1581 #define sched_feat(x) (static_branch_##x(&sched_feat_keys[__SCHED_FEAT_##x])) macro
1597 #define sched_feat(x) !!(sysctl_sched_features & (1UL << __SCHED_FEAT_##x)) macro
1962 if (!sched_feat(HRTICK)) in hrtick_enabled()
2403 if (sched_feat(UTIL_EST)) { in cpu_util_cfs()
Drt.c799 if (!sched_feat(RT_RUNTIME_SHARE)) in balance_runtime()
842 if (!sched_feat(RT_RUNTIME_SHARE) && rt_rq->rt_runtime != RUNTIME_INF) in do_sched_rt_period_timer()
2069 if (sched_feat(RT_PUSH_IPI)) { in pull_rt_task()
Dcore.c193 if ((irq_delta + steal) && sched_feat(NONTASK_CAPACITY)) in update_rq_clock_task()
209 if (sched_feat(WARN_DOUBLE_CLOCK)) in update_rq_clock()
2400 if (sched_feat(TTWU_QUEUE) && !cpus_share_cache(smp_processor_id(), cpu)) { in ttwu_queue()
4012 if (sched_feat(HRTICK)) in __schedule()