Searched refs:lock_count (Results 1 – 1 of 1) sorted by relevance
13 static atomic_val_t lock_count; variable18 if (atomic_dec(&lock_count) == 1) { in IRQ_UNLOCK()25 if (atomic_inc(&lock_count) == 0) { in IRQ_LOCK()
Completed in 9 milliseconds