Lines Matching defs:node
260 static struct memory_tier *__node_get_memory_tier(int node) in __node_get_memory_tier()
277 bool node_is_toptier(int node) in node_is_toptier()
329 int next_demotion_node(int node) in next_demotion_node()
368 int node; in disable_all_demotion_targets() local
391 int node; in dump_demotion_targets() local
418 int target = NUMA_NO_NODE, node; in establish_demotion_targets() local
514 static inline void __init_node_memory_type(int node, struct memory_dev_type *memtype) in __init_node_memory_type()
532 static struct memory_tier *set_node_memory_tier(int node) in set_node_memory_tier()
570 static bool clear_node_memory_tier(int node) in clear_node_memory_tier()
636 void init_node_memory_type(int node, struct memory_dev_type *memtype) in init_node_memory_type()
645 void clear_node_memory_type(int node, struct memory_dev_type *memtype) in clear_node_memory_type()
865 int mt_calc_adistance(int node, int *adist) in mt_calc_adistance()