Searched refs:sweepgc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/lua/src/
H A Dlgc.c911 if (g->sweepgc == &o->next) /* should not remove 'sweepgc' object */
912 g->sweepgc = sweeptolive(L, g->sweepgc); /* change 'sweepgc' */
962 lua_assert(g->sweepgc == NULL);
963 g->sweepgc = sweeplist(L, &g->allgc, 1);
1031 if (g->sweepgc) {
1033 g->sweepgc = sweeplist(L, g->sweepgc, GCSWEEPMA
[all...]
H A Dlstate.h152 GCObject **sweepgc; /* current position of sweep in list */ member in struct:global_State
H A Dlstate.c322 g->sweepgc = NULL;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.h129 GCObject **sweepgc; /* current position of sweep in list 'allgc' */ member in struct:global_State
H A Dlgc.c882 if (g->sweepgc == &ho->next) { /* avoid removing current sweep object */
884 g->sweepgc = sweeptolive(L, g->sweepgc, NULL);
940 lua_assert(g->sweepgc == NULL && g->sweepfin == NULL);
944 g->sweepgc = sweeptolive(L, &g->allgc, &n);
1088 if (g->sweepgc) {
1089 g->sweepgc = sweeplist(L, g->sweepgc, GCSWEEPMAX);
H A Dlstate.c297 g->sweepgc = g->sweepfin = NULL;

Completed in 157 milliseconds