Searched refs:rl_entry_zone (Results 1 – 1 of 1) sorted by relevance
46 static uma_zone_t rl_entry_zone; variable52 rl_entry_zone = uma_zcreate("rl_entry", sizeof(struct rl_q_entry), in rangelock_sys_init()61 return (uma_zalloc(rl_entry_zone, M_WAITOK)); in rlqentry_alloc()68 uma_zfree(rl_entry_zone, rleq); in rlqentry_free()