Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
A Dspin_lock_debug.c15 l->locked_count++; in spinlock_count_incr()
16 assert(l->locked_count); in spinlock_count_incr()
23 assert(l->locked_count); in spinlock_count_decr()
24 l->locked_count--; in spinlock_count_decr()
42 return !!l->locked_count; in have_spinlock()
/optee_os/core/arch/arm/include/kernel/
A Dthread.h50 unsigned int locked_count; /* Number of spinlocks held */ member

Completed in 5 milliseconds