Searched refs:SCX_PICK_IDLE_IN_NODE (Results 1 – 3 of 3) sorted by relevance
221 #define SCX_PICK_IDLE_IN_NODE SCX_PICK_IDLE_FLAG(SCX_PICK_IDLE_IN_NODE) macro
219 if (node == NUMA_NO_NODE || flags & SCX_PICK_IDLE_IN_NODE) in scx_pick_idle_cpu() 556 (!(flags & SCX_PICK_IDLE_IN_NODE) || (waker_node == node)) && in scx_select_cpu_dfl() 1344 * order of increasing distance (unless SCX_PICK_IDLE_IN_NODE is specified, in scx_bpf_pick_idle_cpu_node() 1429 * order of increasing distance (unless %SCX_PICK_IDLE_IN_NODE is specified,1458 if (flags & SCX_PICK_IDLE_IN_NODE) in scx_bpf_pick_any_cpu_node()
1794 SCX_PICK_IDLE_IN_NODE = 1LLU << 1, /* pick a CPU in the same target NUMA node */1784 SCX_PICK_IDLE_IN_NODE = 1LLU << 1, /* pick a CPU in the same target NUMA node */ global() enumerator