Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/mm/page_frag/
Dpage_frag_test.c35 static int test_alloc_len = 2048; variable
36 module_param(test_alloc_len, int, 0);
37 MODULE_PARM_DESC(test_alloc_len, "alloc len for testing");
89 va = page_frag_alloc_align(&test_nc, test_alloc_len, in page_frag_push_thread()
97 va = page_frag_alloc(&test_nc, test_alloc_len, GFP_KERNEL); in page_frag_push_thread()
133 if (test_alloc_len > PAGE_SIZE || test_alloc_len <= 0 || in page_frag_test_init()