Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmemory.h66 struct memory_isolate_notify { struct
67 unsigned long start_pfn; /* Start of range to check */
68 unsigned int nr_pages; /* # pages in range to check */
69 unsigned int pages_found; /* # pages owned found by callbacks */
105 static inline int memory_isolate_notify(unsigned long val, void *v) in memory_isolate_notify() function
/Linux-v4.19/drivers/base/
Dmemory.c184 int memory_isolate_notify(unsigned long val, void *v) in memory_isolate_notify() function