Home
last modified time | relevance | path

Searched refs:active_head (Results 1 – 4 of 4) sorted by relevance

/trusted-services/components/service/crypto/provider/
A Dcrypto_context_pool.c22 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()
A Dcrypto_context_pool.h78 struct crypto_context *active_head; member
/trusted-services/components/service/fwu/agent/
A Dstream_manager.c55 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()
A Dstream_manager.h81 struct stream_context *active_head; member

Completed in 10 milliseconds