Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_sleepqueue.c162 static uma_zone_t sleepq_zone; variable
228 sleepq_zone = uma_zcreate("SLEEPQUEUE", sizeof(struct sleepqueue), in init_sleepqueues()
245 return (uma_zalloc(sleepq_zone, M_WAITOK)); in sleepq_alloc()
255 uma_zfree(sleepq_zone, sq); in sleepq_free()