Searched refs:SPINLOCK_COUNT (Results 1 – 2 of 2) sorted by relevance
43 #ifndef SPINLOCK_COUNT44 #define SPINLOCK_COUNT (1<<10) macro46 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;74 static Lock locks[SPINLOCK_COUNT] = { [0 ... SPINLOCK_COUNT-1] = {0,1,0} };87 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0104 static Lock locks[SPINLOCK_COUNT];
43 #ifndef SPINLOCK_COUNT44 #define SPINLOCK_COUNT (1 << 10) macro46 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;77 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}};86 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0103 static Lock locks[SPINLOCK_COUNT];