Searched refs:test_pages_isolated (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | page_isolation.h | 10 TRACE_EVENT(test_pages_isolated,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | page-isolation.h | 46 int test_pages_isolated(unsigned long start_pfn, unsigned long end_pfn,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | page_isolation.h | 10 TRACE_EVENT(test_pages_isolated,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | page-isolation.h | 60 int test_pages_isolated(unsigned long start_pfn, unsigned long end_pfn,
|
/kernel/linux/linux-5.10/mm/ |
H A D | page_isolation.c | 284 int test_pages_isolated(unsigned long start_pfn, unsigned long end_pfn, in test_pages_isolated() function
|
H A D | memory_hotplug.c | 1575 ret = test_pages_isolated(start_pfn, end_pfn, MEMORY_OFFLINE); in offline_pages()
|
H A D | page_alloc.c | 8708 * So, just fall through. test_pages_isolated() has a tracepoint in alloc_contig_range() 8712 * the call to test_pages_isolated, and the range will actually be in alloc_contig_range() 8757 * on tracepoint in test_pages_isolated() in alloc_contig_range() 8764 if (test_pages_isolated(outer_start, end, 0)) { in alloc_contig_range()
|
/kernel/linux/linux-6.6/mm/ |
H A D | page_isolation.c | 640 * test_pages_isolated - check if pageblocks in range are isolated 654 int test_pages_isolated(unsigned long start_pfn, unsigned long end_pfn, in test_pages_isolated() function
|
H A D | memory_hotplug.c | 1995 ret = test_pages_isolated(start_pfn, end_pfn, MEMORY_OFFLINE); in offline_pages()
|
H A D | page_alloc.c | 6196 * So, just fall through. test_pages_isolated() has a tracepoint in alloc_contig_range() 6200 * the call to test_pages_isolated, and the range will actually be in alloc_contig_range() 6243 * on tracepoint in test_pages_isolated() in alloc_contig_range() 6250 if (test_pages_isolated(outer_start, end, 0)) { in alloc_contig_range()
|
Completed in 26 milliseconds