Home
last modified time | relevance | path

Searched full:cpu_active (Results 1 – 10 of 10) sorted by relevance

/linux/arch/arm64/boot/dts/marvell/
H A Darmada-8040-puzzle-m801.dts161 cpu_active: cpu-active { label
169 trip = <&cpu_active>;
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt7622.dtsi159 cpu_active: cpu-active { label
186 trip = <&cpu_active>;
/linux/include/linux/
H A Dcpumask.h1249 static __always_inline bool cpu_active(unsigned int cpu) in cpu_active() function
1287 static __always_inline bool cpu_active(unsigned int cpu) in cpu_active() function
/linux/kernel/
H A Dstop_machine.c692 BUG_ON(cpu_active(raw_smp_processor_id())); in stop_machine_from_inactive_cpu()
/linux/kernel/sched/
H A Dcore.c2513 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...]
H A Ddeadline.c1967 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))
H A Dfair.c4987 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))))
H A Dext.c1874 * 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()
H A Dsched.h3134 return cpu_active(cpu_of(rq)) && hrtimer_highres_enabled(); in double_rq_clock_clear_update()
/linux/kernel/time/
H A Dtick-sched.c1078 if (!cpu_active(smp_processor_id())) { in tick_nohz_stop_tick()