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