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.c687 BUG_ON(cpu_active(raw_smp_processor_id())); in stop_machine_from_inactive_cpu()
/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_cpu))) in sched_exec()
8392 * This is enabled below SCHED_AP_ACTIVE; when !cpu_active(), but only
8566 * Update cpusets according to cpu_active mask. If cpusets are
H A Ddeadline.c3239 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()
H A Dfair.c4389 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()
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.h3080 return cpu_active(cpu_of(rq)) && hrtimer_highres_enabled(); in hrtick_enabled()
/linux/kernel/time/
H A Dtick-sched.c1193 if (!cpu_active(smp_processor_id())) { in report_idle_softirq()