Searched refs:test_pages_isolated (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/trace/events/
H A Dpage_isolation.h10 TRACE_EVENT(test_pages_isolated,
/linux-master/include/linux/
H A Dpage-isolation.h46 int test_pages_isolated(unsigned long start_pfn, unsigned long end_pfn,
/linux-master/mm/
H A Dpage_isolation.c641 * test_pages_isolated - check if pageblocks in range are isolated
655 int test_pages_isolated(unsigned long start_pfn, unsigned long end_pfn, function
H A Dmemory_hotplug.c2063 ret = test_pages_isolated(start_pfn, end_pfn, MEMORY_OFFLINE);
H A Dpage_alloc.c6387 * So, just fall through. test_pages_isolated() has a tracepoint
6391 * the call to test_pages_isolated, and the range will actually be
6434 * on tracepoint in test_pages_isolated()
6441 if (test_pages_isolated(outer_start, end, 0)) {

Completed in 208 milliseconds