Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_spinlock.c39 #define MAX_SPINLOCKS 72 macro
51 static struct spinlock_extra extra[MAX_SPINLOCKS];
92 if ((lck->thr_extra == NULL) && (spinlock_count < MAX_SPINLOCKS)) { in init_spinlock()