Searched refs:sched_feat (Results 1 – 4 of 4) sorted by relevance
756 #define sched_feat(x) (static_branch_##x(&sched_feat_keys[__SCHED_FEAT_##x])) macro758 #define sched_feat(x) (sysctl_sched_features & (1UL << __SCHED_FEAT_##x)) macro762 #define sched_feat_numa(x) sched_feat(x)1128 if (!sched_feat(HRTICK)) in hrtick_enabled()
1688 if (initial && sched_feat(START_DEBIT)) in place_entity()1699 if (sched_feat(GENTLE_FAIR_SLEEPERS)) in place_entity()2001 if (!sched_feat(DOUBLE_TICK) && in entity_tick()2938 if (type == 0 || !sched_feat(LB_BIAS)) in source_load()2953 if (type == 0 || !sched_feat(LB_BIAS)) in target_load()3548 if (sched_feat(NEXT_BUDDY) && scale && !(wake_flags & WF_FORK)) { in check_preempt_wakeup()3575 if (unlikely(p->policy != SCHED_NORMAL) || !sched_feat(WAKEUP_PREEMPTION)) in check_preempt_wakeup()3607 if (sched_feat(LAST_BUDDY) && scale && entity_is_task(se)) in check_preempt_wakeup()3876 if (sched_feat(CACHE_HOT_BUDDY) && this_rq()->nr_running && in task_hot()4034 if (sched_feat(LB_MIN) && load < 16 && !env->sd->nr_balance_failed) in move_tasks()[all …]
850 if ((irq_delta + steal) && sched_feat(NONTASK_POWER)) in update_rq_clock_task()1457 if (sched_feat(TTWU_QUEUE) && !cpus_share_cache(smp_processor_id(), cpu)) { in ttwu_queue()2966 if (sched_feat(HRTICK)) in __schedule()6549 if (tl->flags & SDTL_OVERLAP || sched_feat(FORCE_SD_OVERLAP)) in build_sched_domains()
770 if (!sched_feat(RT_RUNTIME_SHARE)) in balance_runtime()