Searched refs:SCX_PICK_IDLE_CORE (Results 1 – 3 of 3) sorted by relevance
125 if (flags & SCX_PICK_IDLE_CORE) in pick_idle_cpu_in_node()581 cpu = pick_idle_cpu_in_node(llc_cpus, node, SCX_PICK_IDLE_CORE); in scx_select_cpu_dfl()590 cpu = pick_idle_cpu_in_node(numa_cpus, node, SCX_PICK_IDLE_CORE); in scx_select_cpu_dfl()603 cpu = scx_pick_idle_cpu(allowed, node, flags | SCX_PICK_IDLE_CORE); in scx_select_cpu_dfl()611 if (flags & SCX_PICK_IDLE_CORE) { in scx_select_cpu_dfl()
1190 SCX_PICK_IDLE_CORE = 1LLU << 0, /* pick a CPU whose SMT siblings are also idle */ enumerator
123 #define SCX_PICK_IDLE_CORE SCX_PICK_IDLE_FLAG(SCX_PICK_IDLE_CORE) macro