Lines Matching refs:ctx_list
374 struct ctx_list { struct
375 struct ctx_list *next; argument
376 struct ctx_list *prev; argument
381 static struct ctx_list *ctx_list_pool; argument
382 static struct ctx_list ctx_free;
383 static struct ctx_list ctx_used;
388 static inline void remove_from_ctx_list(struct ctx_list *entry) in remove_from_ctx_list()
394 static inline void add_to_ctx_list(struct ctx_list *head, struct ctx_list *entry) in add_to_ctx_list()
406 struct ctx_list *ctxp; in alloc_context()
432 struct ctx_list *ctx_old; in free_context()
444 size = numctx * sizeof(struct ctx_list); in sparc_context_init()
448 struct ctx_list *clist; in sparc_context_init()