Searched refs:active_tail (Results 1 – 4 of 4) sorted by relevance
23 pool->active_tail = NULL; in crypto_context_pool_init()45 if (!pool->free && pool->active_tail) crypto_context_pool_free(pool, pool->active_tail); in crypto_context_pool_alloc()57 if (!pool->active_tail) pool->active_tail = context; in crypto_context_pool_alloc()85 pool->active_tail = context->prev; in crypto_context_pool_free()
79 struct crypto_context *active_tail; member
46 if (!subject->free && subject->active_tail) { in alloc_stream_context()47 stream_manager_close(subject, subject->active_tail->handle, false); in alloc_stream_context()59 if (!subject->active_tail) in alloc_stream_context()60 subject->active_tail = context; in alloc_stream_context()85 subject->active_tail = context->prev; in free_stream_context()110 subject->active_tail = NULL; in stream_manager_init()
82 struct stream_context *active_tail; member
Completed in 11 milliseconds