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
692 BUG_ON(cpu_active(raw_smp_processor_id())); in stop_machine_from_inactive_cpu()
2513 return cpu_active(cpu); in move_queued_task() 3433 if (!cpu_active(arg->src_cpu) || !cpu_active(arg->dst_cpu)) in migrate_swap() 3483 if (!cpu_active(arg.src_cpu) || !cpu_active(arg.dst_cpu))3526 * A few notes on cpu_active vs cpu_online: in select_fallback_rq() 3528 * - cpu_active must be a subset of cpu_online in select_fallback_rq() 3535 * - on CPU-down we clear cpu_active() to mask the sched domains and in select_fallback_rq() 4022 if (!cpu_active(cpu)) in ttwu_state_match() 5628 if (unlikely(!cpu_active(dest_cp in setup_resched_latency_warn_ms() [all...]
1967 if (cpu_active(cpu_of(rq))) { in inactive_task_timer() 2014 if (cpu_active(cpu_of(rq)))3453 if (dl_server(dl_se) && dl_se->dl_bw_attached && cpu_active(cpu))3458 if (dl_server(dl_se) && dl_se->dl_bw_attached && cpu_active(cpu))
4987 if (!cpu_active(cpu_of(rq_of(cfs_rq)))) in update_load_avg() 13622 if (!cpu_active(busiest_cpu) || !cpu_active(target_cpu)) in cfs_prio_less() 14088 if (!cpu_active(cpu)) in __sched_group_set_shares() 14374 if (!cpu_active(this_cpu))14526 if (unlikely(on_null_domain(rq) || !cpu_active(cpu_of(rq))))
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()
3134 return cpu_active(cpu_of(rq)) && hrtimer_highres_enabled(); in double_rq_clock_clear_update()
1078 if (!cpu_active(smp_processor_id())) { in tick_nohz_stop_tick()