Home
last modified time | relevance | path

Searched refs: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/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.c687 BUG_ON(cpu_active(raw_smp_processor_id())); in stop_machine_from_inactive_cpu()
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt7622.dtsi159 cpu_active: cpu-active { label
186 trip = <&cpu_active>;
/linux/kernel/sched/
H A Dcore.c2473 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_online
3495 * - on CPU-down we clear cpu_active() to mask the sched domains and
3923 if (!cpu_active(cpu)) in ttwu_queue_cond()
5512 if (unlikely(!cpu_active(dest_cp in sched_exec()
[all...]
H A Ddeadline.c3232 if (dl_server(dl_se) && cpu_active(cpu)) in dl_server_add_bw()
3237 if (dl_server(dl_se) && cpu_active(cpu)) in dl_server_add_bw()
H A Dfair.c4360 if (!cpu_active(cpu_of(rq_of(cfs_rq)))) in update_tg_load_avg()
12417 if (!cpu_active(busiest_cpu) || !cpu_active(target_cpu)) in active_load_balance_cpu_stop()
12894 if (!cpu_active(cpu)) in nohz_balance_enter_idle()
13180 if (!cpu_active(this_cpu)) in sched_balance_newidle()
13332 if (unlikely(on_null_domain(rq) || !cpu_active(cpu_of(rq)))) in sched_balance_trigger()
H A Dsched.h3080 return cpu_active(cpu_of(rq)) && hrtimer_highres_enabled(); in hrtick_enabled()
H A Dext.c1830 * Test both cpu_active() and %SCX_RQ_ONLINE. %SCX_RQ_ONLINE indicates in do_enqueue_task()
1831 * the online state as seen from the BPF scheduler. cpu_active() test in do_enqueue_task()
1836 return likely((rq->scx.flags & SCX_RQ_ONLINE) && cpu_active(cpu_of(rq))); in do_enqueue_task()
/linux/kernel/time/
H A Dtick-sched.c1193 if (!cpu_active(smp_processor_id())) { in report_idle_softirq()