Home
last modified time | relevance | path

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

/openbmc/linux/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()