Home
last modified time | relevance | path

Searched refs:alloc_pages_gfp (Results 1 – 1 of 1) sorted by path

/linux/lib/
H A Dtest_lockup.c132 static gfp_t alloc_pages_gfp = GFP_KERNEL; variable
133 module_param_unsafe(alloc_pages_gfp, uint, 0400);
134 MODULE_PARM_DESC(alloc_pages_gfp, "allocate pages with this gfp_mask, default GFP_KERNEL");
310 page = alloc_pages(alloc_pages_gfp, alloc_pages_order); in test_alloc_pages()
479 alloc_pages_gfp = GFP_ATOMIC; in test_lockup_init()
521 (alloc_pages_nr && gfpflags_allow_blocking(alloc_pages_gfp))) && in test_lockup_init()
573 alloc_pages_nr, alloc_pages_order, &alloc_pages_gfp, in test_lockup_init()