Home
last modified time | relevance | path

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

/trusty/kernel/lib/arm_ffa/
Darm_ffa.c49 static mutex_t ffa_rxtx_buffer_lock = MUTEX_INITIAL_VALUE(ffa_rxtx_buffer_lock); variable
161 DEBUG_ASSERT(is_mutex_held(&ffa_rxtx_buffer_lock)); in arm_ffa_call_mem_retrieve_req()
205 DEBUG_ASSERT(is_mutex_held(&ffa_rxtx_buffer_lock)); in arm_ffa_call_mem_frag_rx()
257 mutex_acquire(&ffa_rxtx_buffer_lock); in arm_ffa_call_mem_relinquish()
268 mutex_release(&ffa_rxtx_buffer_lock); in arm_ffa_call_mem_relinquish()
341 DEBUG_ASSERT(is_mutex_held(&ffa_rxtx_buffer_lock)); in arm_ffa_call_rx_release()
465 DEBUG_ASSERT(is_mutex_held(&ffa_rxtx_buffer_lock)); in arm_ffa_populate_receive_req_tx_buffer()
491 DEBUG_ASSERT(is_mutex_held(&ffa_rxtx_buffer_lock)); in arm_ffa_mem_retrieve()
577 mutex_acquire(&ffa_rxtx_buffer_lock); in arm_ffa_mem_retrieve_start()
717 mutex_acquire(&ffa_rxtx_buffer_lock); in arm_ffa_mem_retrieve_next_frag()
[all …]