Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sparc/mm/
H A 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()
/kernel/linux/linux-6.6/arch/sparc/mm/
H A 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()

Completed in 8 milliseconds