Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
H A Dnuma.h29 int numa_nearest_node(int node, unsigned int state);
54 static inline int numa_nearest_node(int node, unsigned int state) in numa_nearest_node() function
69 #define numa_map_to_online_node(node) numa_nearest_node(node, N_ONLINE)
/kernel/linux/linux-6.6/mm/
H A Dmempolicy.c134 * numa_nearest_node - Find nearest node by state
142 int numa_nearest_node(int node, unsigned int state) in numa_nearest_node() function
163 EXPORT_SYMBOL_GPL(numa_nearest_node); variable
/kernel/linux/linux-6.6/kernel/sched/
H A Dtopology.c2144 node = numa_nearest_node(node, N_CPU); in sched_numa_find_nth_cpu()

Completed in 7 milliseconds