Searched refs:ctx_list (Results 1 – 1 of 1) sorted by relevance
381 struct ctx_list { struct382 struct ctx_list *next; argument383 struct ctx_list *prev; argument388 static struct ctx_list *ctx_list_pool; argument389 static struct ctx_list ctx_free;390 static struct ctx_list ctx_used;395 static inline void remove_from_ctx_list(struct ctx_list *entry) in remove_from_ctx_list()401 static inline void add_to_ctx_list(struct ctx_list *head, struct ctx_list *entry) in add_to_ctx_list()413 struct ctx_list *ctxp; in alloc_context()439 struct ctx_list *ctx_old; in free_context()[all …]