Searched defs:quarantine_s (Results 1 – 1 of 1) sorted by relevance
19 struct quarantine_s { struct20 size_t curbytes;21 size_t curobjs;22 size_t first;24 size_t lg_maxobjs;25 quarantine_obj_t objs[1]; /* Dynamically sized ring buffer. */