Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
Dmemory-tiers.h41 struct memory_dev_type *alloc_memory_type(int adistance);
79 static inline struct memory_dev_type *alloc_memory_type(int adistance) in alloc_memory_type() function
/linux-6.8/mm/
Dmemory-tiers.c555 struct memory_dev_type *alloc_memory_type(int adistance) in alloc_memory_type() function
569 EXPORT_SYMBOL_GPL(alloc_memory_type);
807 default_dram_type = alloc_memory_type(MEMTIER_ADISTANCE_DRAM); in memory_tier_init()
/linux-6.8/drivers/dax/
Dkmem.c69 mtype = alloc_memory_type(adist); in kmem_find_alloc_memory_type()