Searched refs:ctx_list_pool (Results 1 – 5 of 5) sorted by relevance
19 struct ctx_list *ctx_list_pool; variable
96 ctx_list_pool = __alloc_bootmem(numctx * sizeof(struct ctx_list), SMP_CACHE_BYTES, 0UL); in sparc_context_init()101 clist = (ctx_list_pool + ctx); in sparc_context_init()108 add_to_free_ctxlist(ctx_list_pool + ctx); in sparc_context_init()
1544 ctx = ctx_list_pool + mm->context; in sun4c_switch_mm()1558 ctx_old = ctx_list_pool + mm->context; in sun4c_destroy_context()
557 ctx_old = ctx_list_pool + context; in free_context()
377 extern struct ctx_list *ctx_list_pool; /* Dynamically allocated */