Home
last modified time | relevance | path

Searched refs:numa_nearest_node (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dnuma.h40 int numa_nearest_node(int node, unsigned int state);
53 static inline int numa_nearest_node(int node, unsigned int state) in numa_nearest_node() function
70 #define numa_map_to_online_node(node) numa_nearest_node(node, N_ONLINE)
/linux/mm/
H A Dmempolicy.c176 int numa_nearest_node(int node, unsigned int state) in numa_nearest_node() function
197 EXPORT_SYMBOL_GPL(numa_nearest_node);
/linux/kernel/sched/
H A Dfair.c2976 max_nid = numa_nearest_node(max_nid, N_CPU); in task_numa_placement()