Home
last modified time | relevance | path

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

/lib/
A Dstackdepot.c67 static void *new_pool; variable
300 WARN_ON_ONCE(!new_pool); /* to avoid unnecessary pre-allocation */ in depot_init_pool()
305 if (!new_pool && *prealloc) { in depot_init_pool()
307 WRITE_ONCE(new_pool, *prealloc); in depot_init_pool()
311 if (!new_pool) in depot_init_pool()
315 stack_pools[pools_num] = new_pool; in depot_init_pool()
326 WRITE_ONCE(new_pool, NULL); in depot_init_pool()
328 WRITE_ONCE(new_pool, STACK_DEPOT_POISON); in depot_init_pool()
348 if (new_pool) in depot_keep_new_pool()
351 WRITE_ONCE(new_pool, *prealloc); in depot_keep_new_pool()
[all …]

Completed in 4 milliseconds