Searched refs:racct_zone (Results 1 – 1 of 1) sorted by relevance
99 static uma_zone_t racct_zone; variable465 *racctp = uma_zalloc(racct_zone, M_WAITOK | M_ZERO); in racct_create()494 uma_zfree(racct_zone, racct); in racct_destroy_locked()1357 racct_zone = uma_zcreate("racct", sizeof(struct racct), in racct_init()