Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/mm/
Dsrmmu.c390 static struct ctx_list *ctx_list_pool; variable
443 ctx_old = ctx_list_pool + context; in free_context()
454 ctx_list_pool = memblock_alloc(size, SMP_CACHE_BYTES); in sparc_context_init()
455 if (!ctx_list_pool) in sparc_context_init()
461 clist = (ctx_list_pool + ctx); in sparc_context_init()
468 add_to_free_ctxlist(ctx_list_pool + ctx); in sparc_context_init()