Home
last modified time | relevance | path

Searched refs:cpu_or_cid (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/ext/
H A Dcid.h306 static inline s32 scx_cpu_ret(struct scx_sched *sch, s32 cpu_or_cid) in scx_cpu_ret() argument
308 if (cpu_or_cid < 0 || !scx_is_cid_type()) in scx_cpu_ret()
309 return cpu_or_cid; in scx_cpu_ret()
310 return scx_cid_to_cpu(sch, cpu_or_cid); in scx_cpu_ret()
H A Dext.c3634 s32 cpu_or_cid = cpu; in handle_hotplug() local
3667 cpu_or_cid = tbl[cpu]; in handle_hotplug()
3671 SCX_CALL_OP(sch, cpu_online, NULL, cpu_or_cid); in handle_hotplug()
3673 SCX_CALL_OP(sch, cpu_offline, NULL, cpu_or_cid); in handle_hotplug()