Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlgc.c722 int tostop; /* stop sweep when this is true */ in sweeplist() local
726 tostop = bitmask(OLDBIT); /* do not sweep old generation */ in sweeplist()
731 tostop = 0; /* do not stop */ in sweeplist()
741 if (testbits(marked, tostop)) in sweeplist()