Lines Matching refs:ctx_list
383 struct ctx_list { struct
384 struct ctx_list *next; argument
385 struct ctx_list *prev; argument
390 static struct ctx_list *ctx_list_pool; argument
391 static struct ctx_list ctx_free;
392 static struct ctx_list ctx_used;
397 static inline void remove_from_ctx_list(struct ctx_list *entry) in remove_from_ctx_list()
403 static inline void add_to_ctx_list(struct ctx_list *head, struct ctx_list *entry) in add_to_ctx_list()
415 struct ctx_list *ctxp; in alloc_context()
441 struct ctx_list *ctx_old; in free_context()
453 size = numctx * sizeof(struct ctx_list); in sparc_context_init()
459 struct ctx_list *clist; in sparc_context_init()