Home
last modified time | relevance | path

Searched refs:test_free_pages (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dtest_free_pages.c3 * test_free_pages.c: Check that free_pages() doesn't leak memory
12 static void test_free_pages(gfp_t gfp) in test_free_pages() function
29 test_free_pages(GFP_KERNEL); in m_in()
30 test_free_pages(GFP_KERNEL | __GFP_COMP); in m_in()
H A Dtest_lockup.c319 static void test_free_pages(struct list_head *pages) in test_free_pages() function
372 test_free_pages(&pages); in test_lockup()
398 test_free_pages(&pages); in test_lockup()
H A DMakefile103 obj-$(CONFIG_TEST_FREE_PAGES) += test_free_pages.o
/kernel/linux/linux-6.6/lib/
H A Dtest_free_pages.c3 * test_free_pages.c: Check that free_pages() doesn't leak memory
14 static void test_free_pages(gfp_t gfp) in test_free_pages() function
32 test_free_pages(GFP_KERNEL); in m_in()
34 test_free_pages(GFP_KERNEL | __GFP_COMP); in m_in()
H A Dtest_lockup.c319 static void test_free_pages(struct list_head *pages) in test_free_pages() function
372 test_free_pages(&pages); in test_lockup()
398 test_free_pages(&pages); in test_lockup()
H A DMakefile105 obj-$(CONFIG_TEST_FREE_PAGES) += test_free_pages.o

Completed in 3 milliseconds