Searched refs:alloc_pages_gfp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_lockup.c | 132 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() 505 (alloc_pages_nr && gfpflags_allow_blocking(alloc_pages_gfp))) && in test_lockup_init() 557 alloc_pages_nr, alloc_pages_order, &alloc_pages_gfp, in test_lockup_init()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_lockup.c | 132 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()
|
Completed in 2 milliseconds