Searched refs:mqnoti_zone (Results 1 – 1 of 1) sorted by relevance
230 static uma_zone_t mqnoti_zone; variable672 mqnoti_zone = uma_zcreate("mqnotifier", sizeof(struct mqueue_notifier), in mqfs_init()714 uma_zdestroy(mqnoti_zone); in mqfs_uninit()1961 return (uma_zalloc(mqnoti_zone, M_WAITOK | M_ZERO)); in notifier_alloc()1967 uma_zfree(mqnoti_zone, p); in notifier_free()