Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmemory.h63 struct memory_isolate_notify { struct
64 unsigned long start_pfn; /* Start of range to check */
65 unsigned int nr_pages; /* # pages in range to check */
66 unsigned int pages_found; /* # pages owned found by callbacks */
102 static inline int memory_isolate_notify(unsigned long val, void *v) in memory_isolate_notify() function
/linux-4.1.27/drivers/base/
Dmemory.c179 int memory_isolate_notify(unsigned long val, void *v) in memory_isolate_notify() function