Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdlib/
H A Dnmalloc.c346 static spinlock_t bigspin_array[BIGXSIZE]; variable
567 _SPINLOCK(&bigspin_array[hv & BIGXMASK]); in bigalloc_lock()
588 _SPINLOCK(&bigspin_array[hv & BIGXMASK]); in bigalloc_check_and_lock()
600 _SPINUNLOCK(&bigspin_array[hv & BIGXMASK]); in bigalloc_unlock()
674 _SPINLOCK(&bigspin_array[i & BIGXMASK]); in handle_excess_big()
678 _SPINUNLOCK(&bigspin_array[i & BIGXMASK])); in handle_excess_big()
680 _SPINUNLOCK(&bigspin_array[i & BIGXMASK])); in handle_excess_big()
689 _SPINUNLOCK(&bigspin_array[i & BIGXMASK]); in handle_excess_big()