Home
last modified time | relevance | path

Searched defs:adist (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dmemory-tiers.h129 static inline int mt_calc_adistance(int node, int *adist) in mt_calc_adistance() argument
140 static inline int mt_perf_to_adistance(struct access_coordinate *perf, int *adist) in mt_perf_to_adistance() argument
145 static inline struct memory_dev_type *mt_find_alloc_memory_type(int adist, in mt_find_alloc_memory_type() argument
/linux/mm/
H A Dmemory-tiers.c536 int adist = MEMTIER_ADISTANCE_DRAM; in set_node_memory_tier() local
663 struct memory_dev_type *mt_find_alloc_memory_type(int adist, struct list_head *memory_types) in mt_find_alloc_memory_type()
785 int mt_perf_to_adistance(struct access_coordinate *perf, int *adist) in mt_perf_to_adistance()
865 int mt_calc_adistance(int node, int *adist) in mt_calc_adistance()