Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.c721 int tostop; /* stop sweep when this is true */ in sweeplist() local
725 tostop = bitmask(OLDBIT); /* do not sweep old generation */ in sweeplist()
730 tostop = 0; /* do not stop */ in sweeplist()
740 if (testbits(marked, tostop)) in sweeplist()