Searched refs:locked_count (Results 1 – 3 of 3) sorted by relevance
14 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()
29 unsigned int locked_count; /* Number of spinlocks held */ member
59 unsigned int locked_count; /* Number of spinlocks held */ member
Completed in 5 milliseconds