Home
last modified time | relevance | path

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

/dragonfly/lib/libthread_xu/thread/
HDthr_spinlock.c40 #define MAX_SPINLOCKS 256 macro
51 static struct spinlock_extra extra[MAX_SPINLOCKS];
119 if ((lck->fname == NULL) && (spinlock_count < MAX_SPINLOCKS)) { in init_spinlock()