Home
last modified time | relevance | path

Searched refs:test_free_pages (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/
H A Dtest_free_pages.c14 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