Searched full:cpu_active (Results 1 – 10 of 10) sorted by relevance
161 cpu_active: cpu-active { label169 trip = <&cpu_active>;
159 cpu_active: cpu-active { label186 trip = <&cpu_active>;
1249 static __always_inline bool cpu_active(unsigned int cpu) in cpu_active() function1287 static __always_inline bool cpu_active(unsigned int cpu) in cpu_active() function
687 BUG_ON(cpu_active(raw_smp_processor_id())); in stop_machine_from_inactive_cpu()
2473 return cpu_active(cpu); in is_cpu_allowed()3393 if (!cpu_active(arg->src_cpu) || !cpu_active(arg->dst_cpu)) in migrate_swap_stop()3443 if (!cpu_active(arg.src_cpu) || !cpu_active(arg.dst_cpu)) in migrate_swap()3486 * A few notes on cpu_active vs cpu_online:3488 * - cpu_active must be a subset of cpu_online3495 * - on CPU-down we clear cpu_active() to mask the sched domains and3923 if (!cpu_active(cpu)) in ttwu_queue_cond()5512 if (unlikely(!cpu_active(dest_cpu))) in sched_exec()8392 * This is enabled below SCHED_AP_ACTIVE; when !cpu_active(), but only8566 * Update cpusets according to cpu_active mask. If cpusets are
3239 if (dl_server(dl_se) && cpu_active(cpu)) in dl_server_add_bw()3244 if (dl_server(dl_se) && cpu_active(cpu)) in dl_server_add_bw()
4389 if (!cpu_active(cpu_of(rq_of(cfs_rq)))) in update_tg_load_avg()12447 if (!cpu_active(busiest_cpu) || !cpu_active(target_cpu)) in active_load_balance_cpu_stop()12924 if (!cpu_active(cpu)) in nohz_balance_enter_idle()13210 if (!cpu_active(this_cpu)) in sched_balance_newidle()13362 if (unlikely(on_null_domain(rq) || !cpu_active(cpu_of(rq)))) in sched_balance_trigger()
1874 * Test both cpu_active() and %SCX_RQ_ONLINE. %SCX_RQ_ONLINE indicates in scx_rq_online()1875 * the online state as seen from the BPF scheduler. cpu_active() test in scx_rq_online()1880 return likely((rq->scx.flags & SCX_RQ_ONLINE) && cpu_active(cpu_of(rq))); in scx_rq_online()
3080 return cpu_active(cpu_of(rq)) && hrtimer_highres_enabled(); in hrtick_enabled()
1193 if (!cpu_active(smp_processor_id())) { in report_idle_softirq()