Searched refs:ctx_list (Results 1 – 5 of 5) sorted by relevance
21 struct ctx_list *ctx_list_pool;22 struct ctx_list ctx_free;23 struct ctx_list ctx_used;
100 ctx_list_pool = __alloc_bootmem(numctx * sizeof(struct ctx_list), SMP_CACHE_BYTES, 0UL); in sparc_context_init()103 struct ctx_list *clist; in sparc_context_init()
1605 struct ctx_list *ctxp; in sun4c_alloc_context()1630 struct ctx_list *ctx; in sun4c_switch_mm()1648 struct ctx_list *ctx_old; in sun4c_destroy_context()
459 struct ctx_list *ctxp; in alloc_context()485 struct ctx_list *ctx_old; in free_context()
382 struct ctx_list { struct383 struct ctx_list *next; argument384 struct ctx_list *prev; argument389 extern struct ctx_list *ctx_list_pool; /* Dynamically allocated */ argument390 extern struct ctx_list ctx_free; /* Head of free list */391 extern struct ctx_list ctx_used; /* Head of used contexts list */395 extern __inline__ void remove_from_ctx_list(struct ctx_list *entry) in remove_from_ctx_list()401 extern __inline__ void add_to_ctx_list(struct ctx_list *head, struct ctx_list *entry) in add_to_ctx_list()