Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sparc/mm/
Dsrmmu.c391 static struct ctx_list *ctx_list_pool; variable
444 ctx_old = ctx_list_pool + context; in free_context()
455 ctx_list_pool = memblock_alloc(size, SMP_CACHE_BYTES); in sparc_context_init()
456 if (!ctx_list_pool) in sparc_context_init()
462 clist = (ctx_list_pool + ctx); in sparc_context_init()
469 add_to_free_ctxlist(ctx_list_pool + ctx); in sparc_context_init()