Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_slaballoc.c243 static struct spinlock kmemstat_spin = variable
385 spin_lock(&kmemstat_spin); in malloc_init()
389 spin_unlock(&kmemstat_spin); in malloc_init()
420 spin_lock(&kmemstat_spin); in malloc_uninit()
422 ssleep(type, &kmemstat_spin, 0, "kmuninit", 0); in malloc_uninit()
439 spin_unlock(&kmemstat_spin); in malloc_uninit()
496 spin_lock(&kmemstat_spin); in kmalloc_poller_thread()
503 spin_unlock(&kmemstat_spin); in kmalloc_poller_thread()
505 spin_lock(&kmemstat_spin); in kmalloc_poller_thread()
508 spin_lock(&kmemstat_spin); in kmalloc_poller_thread()
[all …]