Home
last modified time | relevance | path

Searched refs:OLDBIT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlgc.h94 #define OLDBIT 6 /* object is old (only in generational mode) */ macro
105 #define isold(x) testbit((x)->gch.marked, OLDBIT)
109 #define resetoldbit(o) resetbit((o)->gch.marked, OLDBIT)
H A Dlgc.c57 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS))
725 toset = bitmask(OLDBIT); /* set the old bit of all surviving objects */ in sweeplist()
726 tostop = bitmask(OLDBIT); /* do not sweep old generation */ in sweeplist()