Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmemory.h102 struct memory_notify { struct
103 unsigned long start_pfn;
104 unsigned long nr_pages;
135 static inline int memory_notify(enum memory_block_state state, void *v) in memory_notify() function
/linux/drivers/base/
H A Dmemory.c207 int memory_notify(enum memory_block_state state, void *v) in memory_notify() function