Searched refs:ttyoutq_zone (Results 1 – 1 of 1) sorted by relevance
62 static uma_zone_t ttyoutq_zone; variable91 uma_zfree(ttyoutq_zone, tob); \121 tob = uma_zalloc(ttyoutq_zone, M_WAITOK); in ttyoutq_setsize()126 uma_zfree(ttyoutq_zone, tob); in ttyoutq_setsize()145 uma_zfree(ttyoutq_zone, tob); in ttyoutq_free()362 ttyoutq_zone = uma_zcreate("ttyoutq", sizeof(struct ttyoutq_block), NULL, in ttyoutq_startup()
Completed in 2 milliseconds