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