Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dmemory.h53 struct memory_notify { struct
54 unsigned long start_pfn;
55 unsigned long nr_pages;
56 int status_change_nid;
94 static inline int memory_notify(unsigned long val, void *v) in memory_notify() function
/linux-3.3/drivers/base/
Dmemory.c198 int memory_notify(unsigned long val, void *v) in memory_notify() function