Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dspin_lock_debug.c14 l->locked_count++; in spinlock_count_incr()
15 assert(l->locked_count); in spinlock_count_incr()
22 assert(l->locked_count); in spinlock_count_decr()
23 l->locked_count--; in spinlock_count_decr()
41 return !!l->locked_count; in have_spinlock()
/optee_os/core/arch/riscv/include/kernel/
H A Dthread_arch.h43 unsigned int locked_count; /* Number of spinlocks held */ member
/optee_os/core/arch/arm/include/kernel/
H A Dthread_arch.h62 unsigned int locked_count; /* Number of spinlocks held */ member