Home
last modified time | relevance | path

Searched refs:alloc_pages_atomic (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dtest_lockup.c136 static bool alloc_pages_atomic; variable
137 module_param(alloc_pages_atomic, bool, 0400);
138 MODULE_PARM_DESC(alloc_pages_atomic, "allocate pages with GFP_ATOMIC");
478 if (alloc_pages_atomic) in test_lockup_init()
/kernel/linux/linux-6.6/lib/
H A Dtest_lockup.c136 static bool alloc_pages_atomic; variable
137 module_param(alloc_pages_atomic, bool, 0400);
138 MODULE_PARM_DESC(alloc_pages_atomic, "allocate pages with GFP_ATOMIC");
478 if (alloc_pages_atomic) in test_lockup_init()

Completed in 2 milliseconds