Lines Matching refs:ctx_list
399 struct ctx_list { struct
400 struct ctx_list *next; argument
401 struct ctx_list *prev; argument
406 static struct ctx_list *ctx_list_pool; argument
407 static struct ctx_list ctx_free;
408 static struct ctx_list ctx_used;
413 static inline void remove_from_ctx_list(struct ctx_list *entry) in remove_from_ctx_list()
419 static inline void add_to_ctx_list(struct ctx_list *head, struct ctx_list *entry) in add_to_ctx_list()
431 struct ctx_list *ctxp; in alloc_context()
457 struct ctx_list *ctx_old; in free_context()
469 size = numctx * sizeof(struct ctx_list); in sparc_context_init()
473 struct ctx_list *clist; in sparc_context_init()