Searched refs:prealloc (Results 1 – 1 of 1) sorted by relevance
305 if (!new_pool && *prealloc) { in depot_init_pool()307 WRITE_ONCE(new_pool, *prealloc); in depot_init_pool()308 *prealloc = NULL; in depot_init_pool()351 WRITE_ONCE(new_pool, *prealloc); in depot_keep_new_pool()352 *prealloc = NULL; in depot_keep_new_pool()368 if (!depot_init_pool(prealloc)) in depot_pop_free_pool()642 void *prealloc = NULL; in stack_depot_save_flags() local680 prealloc = page_address(page); in stack_depot_save_flags()710 if (prealloc) { in stack_depot_save_flags()716 depot_keep_new_pool(&prealloc); in stack_depot_save_flags()[all …]
Completed in 3 milliseconds