Home
last modified time | relevance | path

Searched refs:alloc_memory_type (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dmemory-tiers.h42 struct memory_dev_type *alloc_memory_type(int adistance);
84 static inline struct memory_dev_type *alloc_memory_type(int adistance) in alloc_memory_type() function
/linux/mm/
H A Dmemory-tiers.c614 struct memory_dev_type *alloc_memory_type(int adistance) in alloc_memory_type() function
628 EXPORT_SYMBOL_GPL(alloc_memory_type);
671 mtype = alloc_memory_type(adist); in mt_find_alloc_memory_type()