Searched refs:mem_pfn_is_ram (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/proc/
H A Dkcore.c61 static int (*mem_pfn_is_ram)(unsigned long pfn); variable
65 if (mem_pfn_is_ram)
67 mem_pfn_is_ram = fn;
73 if (mem_pfn_is_ram)
74 return mem_pfn_is_ram(pfn);

Completed in 117 milliseconds