Searched refs:sched_feat (Results 1 – 4 of 4) sorted by relevance
988 #define sched_feat(x) (static_branch_##x(&sched_feat_keys[__SCHED_FEAT_##x])) macro990 #define sched_feat(x) (sysctl_sched_features & (1UL << __SCHED_FEAT_##x)) macro994 #define sched_feat_numa(x) sched_feat(x)1371 if (!sched_feat(HRTICK)) in hrtick_enabled()
3041 if (initial && sched_feat(START_DEBIT)) in place_entity()3052 if (sched_feat(GENTLE_FAIR_SLEEPERS)) in place_entity()3375 if (!sched_feat(DOUBLE_TICK) && in entity_tick()4344 if (type == 0 || !sched_feat(LB_BIAS)) in source_load()4359 if (type == 0 || !sched_feat(LB_BIAS)) in target_load()5033 if (sched_feat(NEXT_BUDDY) && scale && !(wake_flags & WF_FORK)) { in check_preempt_wakeup()5060 if (unlikely(p->policy != SCHED_NORMAL) || !sched_feat(WAKEUP_PREEMPTION)) in check_preempt_wakeup()5092 if (sched_feat(LAST_BUDDY) && scale && entity_is_task(se)) in check_preempt_wakeup()5457 if (sched_feat(CACHE_HOT_BUDDY) && env->dst_rq->nr_running && in task_hot()5479 if (!sched_feat(NUMA_FAVOUR_HIGHER) || !p->numa_faults || in migrate_improves_locality()[all …]
790 if (!sched_feat(RT_RUNTIME_SHARE)) in balance_runtime()1967 if (sched_feat(RT_PUSH_IPI)) { in pull_rt_task()
884 if ((irq_delta + steal) && sched_feat(NONTASK_CAPACITY)) in update_rq_clock_task()1628 if (sched_feat(TTWU_QUEUE) && !cpus_share_cache(smp_processor_id(), cpu)) { in ttwu_queue()2755 if (sched_feat(HRTICK)) in __schedule()6731 if (tl->flags & SDTL_OVERLAP || sched_feat(FORCE_SD_OVERLAP)) in build_sched_domains()