Searched refs:SCX_PICK_IDLE_CORE (Results 1 – 3 of 3) sorted by relevance
126 if (flags & SCX_PICK_IDLE_CORE) in pick_idle_cpu_in_node()584 cpu = pick_idle_cpu_in_node(llc_cpus, node, SCX_PICK_IDLE_CORE); in scx_select_cpu_dfl()593 cpu = pick_idle_cpu_in_node(numa_cpus, node, SCX_PICK_IDLE_CORE); in scx_select_cpu_dfl()606 cpu = scx_pick_idle_cpu(allowed, node, flags | SCX_PICK_IDLE_CORE); in scx_select_cpu_dfl()614 if (flags & SCX_PICK_IDLE_CORE) { in scx_select_cpu_dfl()
1783 SCX_PICK_IDLE_CORE = 1LLU << 0, /* pick a CPU whose SMT siblings are also idle */ enumerator
220 #define SCX_PICK_IDLE_CORE SCX_PICK_IDLE_FLAG(SCX_PICK_IDLE_CORE) macro