Searched refs:test_pages_isolated (Results 1 – 5 of 5) sorted by relevance
/linux/include/trace/events/ |
H A D | page_isolation.h | 10 TRACE_EVENT(test_pages_isolated,
|
/linux/include/linux/ |
H A D | page-isolation.h | 68 int test_pages_isolated(unsigned long start_pfn, unsigned long end_pfn,
|
/linux/mm/ |
H A D | page_isolation.c | 583 * test_pages_isolated - check if pageblocks in range are isolated 597 int test_pages_isolated(unsigned long start_pfn, unsigned long end_pfn, in test_pages_isolated() function
|
H A D | memory_hotplug.c | 2033 ret = test_pages_isolated(start_pfn, end_pfn, in offline_pages()
|
H A D | page_alloc.c | 6890 * So, just fall through. test_pages_isolated() has a tracepoint in alloc_contig_range_noprof() 6894 * the call to test_pages_isolated, and the range will actually be in alloc_contig_range_noprof() 6932 if (test_pages_isolated(outer_start, end, mode)) { in alloc_contig_range_noprof()
|