Searched refs:record_zone (Results 1 – 2 of 2) sorted by relevance
60 static uma_zone_t record_zone = NULL; variable67 entry = uma_zalloc(record_zone, flags); in hwt_record_clone()114 record_zone = uma_zcreate("HWT records", in hwt_record_load()121 uma_zdestroy(record_zone); in hwt_record_unload()173 return (uma_zalloc(record_zone, M_WAITOK | M_ZERO)); in hwt_record_entry_alloc()190 uma_zfree(record_zone, entry); in hwt_record_entry_free()
5 function record_zone(zone, data) { function15 record_zone(zone, data)