Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sparc/mm/
Dsrmmu.c412 static struct ctx_list *ctx_list_pool; variable
465 ctx_old = ctx_list_pool + context; in free_context()
476 ctx_list_pool = memblock_alloc(size, SMP_CACHE_BYTES); in sparc_context_init()
477 if (!ctx_list_pool) in sparc_context_init()
483 clist = (ctx_list_pool + ctx); in sparc_context_init()
490 add_to_free_ctxlist(ctx_list_pool + ctx); in sparc_context_init()