Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/include/lib/trusty/
Dipc.h92 spin_lock_t ref_slock; member
/trusty/kernel/lib/trusty/
Dipc.c520 spin_lock_save(&chan->ref_slock, &state, SPIN_LOCK_FLAG_INTERRUPTS); in chan_add_ref()
522 spin_unlock_restore(&chan->ref_slock, state, SPIN_LOCK_FLAG_INTERRUPTS); in chan_add_ref()
528 spin_lock_save(&chan->ref_slock, &state, SPIN_LOCK_FLAG_INTERRUPTS); in chan_del_ref()
530 spin_unlock_restore(&chan->ref_slock, state, SPIN_LOCK_FLAG_INTERRUPTS); in chan_del_ref()
560 spin_lock_init(&chan->ref_slock); in chan_alloc()