Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/numa/
Dnuma.c37 return mode->__pfn_to_nid ? mode->__pfn_to_nid(pfn) : 0; in numa_pfn_to_nid()
Dnuma_mode.h16 int (*__pfn_to_nid)(unsigned long pfn); /* PFN to node ID */ member
Dmode_emu.c507 .__pfn_to_nid = emu_pfn_to_nid,