Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmemory.h100 struct memory_notify { struct
101 unsigned long start_pfn;
102 unsigned long nr_pages;
103 int status_change_nid_normal;
104 int status_change_nid;
134 static inline int memory_notify(unsigned long val, void *v) in memory_notify() function
/openbmc/linux/drivers/base/
H A Dmemory.c169 int memory_notify(unsigned long val, void *v) in memory_notify() function