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

/linux-master/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) function
32 test_free_pages(GFP_KERNEL);
34 test_free_pages(GFP_KERNEL | __GFP_COMP);
H A Dtest_lockup.c319 static void test_free_pages(struct list_head *pages) function
372 test_free_pages(&pages);
398 test_free_pages(&pages);
H A DMakefile106 obj-$(CONFIG_TEST_FREE_PAGES) += test_free_pages.o

Completed in 110 milliseconds