Searched refs:knote_zone (Results 1 – 1 of 1) sorted by relevance
195 static uma_zone_t knote_zone; variable2565 knote_zone = uma_zcreate("KNOTE", sizeof(struct knote), NULL, NULL, in knote_init()2574 return (uma_zalloc(knote_zone, (waitok ? M_WAITOK : M_NOWAIT) | in knote_alloc()2582 uma_zfree(knote_zone, kn); in knote_free()