Searched refs:SCX_PICK_IDLE_CORE (Results 1 – 3 of 3) sorted by relevance
119 if (flags & SCX_PICK_IDLE_CORE) in pick_idle_cpu_in_node()516 cpu = pick_idle_cpu_in_node(llc_cpus, node, SCX_PICK_IDLE_CORE); in scx_select_cpu_dfl()525 cpu = pick_idle_cpu_in_node(numa_cpus, node, SCX_PICK_IDLE_CORE); in scx_select_cpu_dfl()538 cpu = scx_pick_idle_cpu(p->cpus_ptr, node, flags | SCX_PICK_IDLE_CORE); in scx_select_cpu_dfl()546 if (flags & SCX_PICK_IDLE_CORE) { in scx_select_cpu_dfl()
808 SCX_PICK_IDLE_CORE = 1LLU << 0, /* pick a CPU whose SMT siblings are also idle */ enumerator
121 #define SCX_PICK_IDLE_CORE SCX_PICK_IDLE_FLAG(SCX_PICK_IDLE_CORE) macro