Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.c882 if (g->sweepgc == &ho->next) { /* avoid removing current sweep object */ in luaC_checkfinalizer()
884 g->sweepgc = sweeptolive(L, g->sweepgc, NULL); in luaC_checkfinalizer()
940 lua_assert(g->sweepgc == NULL && g->sweepfin == NULL); in entersweep()
944 g->sweepgc = sweeptolive(L, &g->allgc, &n); in entersweep()
1088 if (g->sweepgc) { in singlestep()
1089 g->sweepgc = sweeplist(L, g->sweepgc, GCSWEEPMAX); in singlestep()
H A Dlstate.h129 GCObject **sweepgc; /* current position of sweep in list 'allgc' */ member
H A Dlstate.c297 g->sweepgc = g->sweepfin = NULL; in lua_newstate()