Searched refs:numa_nearest_node (Results 1 – 4 of 4) sorted by relevance
32 int numa_nearest_node(int node, unsigned int state);47 static inline int numa_nearest_node(int node, unsigned int state) in numa_nearest_node() function69 #define numa_map_to_online_node(node) numa_nearest_node(node, N_ONLINE)
286 int numa_nearest_node(int node, unsigned int state) in numa_nearest_node() function307 EXPORT_SYMBOL_GPL(numa_nearest_node);
2308 node = numa_nearest_node(node, N_CPU); in sched_numa_find_nth_cpu()
3049 max_nid = numa_nearest_node(max_nid, N_CPU); in task_numa_placement()