Searched refs:cpu_or_cid (Results 1 – 2 of 2) sorted by relevance
306 static inline s32 scx_cpu_ret(struct scx_sched *sch, s32 cpu_or_cid) in scx_cpu_ret() argument308 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()
3634 s32 cpu_or_cid = cpu; in handle_hotplug() local3667 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()