Lines Matching refs:ctx_list
405 struct ctx_list { struct
406 struct ctx_list *next; argument
407 struct ctx_list *prev; argument
412 static struct ctx_list *ctx_list_pool; argument
413 static struct ctx_list ctx_free;
414 static struct ctx_list ctx_used;
419 static inline void remove_from_ctx_list(struct ctx_list *entry) in remove_from_ctx_list()
425 static inline void add_to_ctx_list(struct ctx_list *head, struct ctx_list *entry) in add_to_ctx_list()
437 struct ctx_list *ctxp; in alloc_context()
463 struct ctx_list *ctx_old; in free_context()
475 size = numctx * sizeof(struct ctx_list); in sparc_context_init()
481 struct ctx_list *clist; in sparc_context_init()