Home
last modified time | relevance | path

Searched refs:sched_feat (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
H A Dpelt.h51 if (!sched_feat(UTIL_EST)) in cfs_se_util_change()
H A Dfair.c735 if (sched_feat(ALT_PERIOD)) in sched_slice()
756 if (sched_feat(BASE_SLICE)) in sched_slice()
3371 if (!sched_feat(ATTACH_AGE_LOAD)) in set_task_rq_fair()
3998 if (!sched_feat(UTIL_EST)) in util_est_enqueue()
4014 if (!sched_feat(UTIL_EST)) in util_est_dequeue()
4047 if (!sched_feat(UTIL_EST)) in util_est_update()
4072 if (sched_feat(UTIL_EST_FASTUP)) { in util_est_update()
4395 if (initial && sched_feat(START_DEBIT)) in place_entity()
4406 if (sched_feat(GENTLE_FAIR_SLEEPERS)) in place_entity()
4838 if (!sched_feat(DOUBLE_TIC in entity_tick()
[all...]
H A Dsched.h1789 #define sched_feat(x) (static_branch_##x(&sched_feat_keys[__SCHED_FEAT_##x])) macro
1793 #define sched_feat(x) (sysctl_sched_features & (1UL << __SCHED_FEAT_##x)) macro
1811 #define sched_feat(x) !!(sysctl_sched_features & (1UL << __SCHED_FEAT_##x)) macro
2181 if (!sched_feat(HRTICK)) in hrtick_enabled()
2782 if (sched_feat(UTIL_EST)) { in cpu_util_cfs()
H A Drt.c853 if (!sched_feat(RT_RUNTIME_SHARE)) in balance_runtime()
894 if (!sched_feat(RT_RUNTIME_SHARE) && rt_rq->rt_runtime != RUNTIME_INF) in do_sched_rt_period_timer()
2351 if (sched_feat(RT_PUSH_IPI)) { in pull_rt_task()
H A Dcore.c304 if ((irq_delta + steal) && sched_feat(NONTASK_CAPACITY)) in update_rq_clock_task()
320 if (sched_feat(WARN_DOUBLE_CLOCK)) in update_rq_clock()
2814 if (sched_feat(TTWU_QUEUE) && ttwu_queue_cond(cpu, wake_flags)) { in ttwu_queue_wakelist()
4633 if (sched_feat(HRTICK)) in __schedule()
/kernel/linux/linux-6.6/kernel/sched/
H A Dpelt.h51 if (!sched_feat(UTIL_EST)) in cfs_se_util_change()
H A Dfair.c957 if (sched_feat(RUN_TO_PARITY) && curr && curr->vlag == curr->deadline) in __pick_eevdf()
4144 if (!sched_feat(ATTACH_AGE_LOAD)) in set_task_rq_fair()
4844 if (!sched_feat(UTIL_EST)) in util_est_enqueue()
4860 if (!sched_feat(UTIL_EST)) in util_est_dequeue()
4893 if (!sched_feat(UTIL_EST)) in util_est_update()
4918 if (sched_feat(UTIL_EST_FASTUP)) { in util_est_update()
5212 if (sched_feat(PLACE_LAG) && cfs_rq->nr_running) { in place_entity()
5287 if (sched_feat(PLACE_DEADLINE_INITIAL) && (flags & ENQUEUE_INITIAL)) in place_entity()
5500 if (sched_feat(NEXT_BUDDY) && in pick_next_entity()
5557 if (!sched_feat(DOUBLE_TIC in entity_tick()
[all...]
H A Dsched.h2241 #define sched_feat(x) (static_branch_##x(&sched_feat_keys[__SCHED_FEAT_##x])) macro
2245 #define sched_feat(x) (sysctl_sched_features & (1UL << __SCHED_FEAT_##x)) macro
2263 #define sched_feat(x) !!(sysctl_sched_features & (1UL << __SCHED_FEAT_##x)) macro
2719 if (!sched_feat(HRTICK)) in hrtick_enabled_fair()
2726 if (!sched_feat(HRTICK_DL)) in hrtick_enabled_dl()
H A Drt.c903 if (!sched_feat(RT_RUNTIME_SHARE)) in balance_runtime()
947 if (!sched_feat(RT_RUNTIME_SHARE) && rt_rq->rt_runtime != RUNTIME_INF) in do_sched_rt_period_timer()
2574 if (sched_feat(RT_PUSH_IPI)) { in pull_rt_task()
H A Dcore.c750 if ((irq_delta + steal) && sched_feat(NONTASK_CAPACITY)) in update_rq_clock_task()
766 if (sched_feat(WARN_DOUBLE_CLOCK)) in update_rq_clock()
1256 if (sched_feat(HZ_BW) && __need_bw_check(rq, rq->curr)) { in sched_can_stop_tick()
4125 if (sched_feat(TTWU_QUEUE) && ttwu_queue_cond(p, cpu)) { in ttwu_queue_wakelist()
5833 if (sched_feat(LATENCY_WARN)) in scheduler_tick()
5843 if (sched_feat(LATENCY_WARN) && resched_latency) in scheduler_tick()
6774 if (sched_feat(HRTICK) || sched_feat(HRTICK_DL)) in __schedule()

Completed in 63 milliseconds