Searched refs:sleepq_zone (Results 1 – 1 of 1) sorted by relevance
162 static uma_zone_t sleepq_zone; variable228 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()