Searched refs:active_head (Results 1 – 4 of 4) sorted by relevance
22 pool->active_head = NULL; in crypto_context_pool_init()53 context->next = pool->active_head; in crypto_context_pool_alloc()55 pool->active_head = context; in crypto_context_pool_alloc()78 pool->active_head = context->next; in crypto_context_pool_free()103 struct crypto_context *context = pool->active_head; in crypto_context_pool_find()149 struct crypto_context *context = pool->active_head; in op_handle_in_use()
78 struct crypto_context *active_head; member
55 context->next = subject->active_head; in alloc_stream_context()57 subject->active_head = context; in alloc_stream_context()80 subject->active_head = context->next; in free_stream_context()109 subject->active_head = NULL; in stream_manager_init()
81 struct stream_context *active_head; member
Completed in 10 milliseconds