Searched refs:sweeptolive (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlgc.c757 static GCObject **sweeptolive (lua_State *L, GCObject **p, int *n) { function
883 g->sweepgc = sweeptolive(L, g->sweepgc, NULL);
929 ** sweep phases. The calls to 'sweeptolive' make pointers point to an
942 g->sweepfin = sweeptolive(L, &g->finobj, &n);
943 g->sweepgc = sweeptolive(L, &g->allgc, &n);
/freebsd-13-stable/contrib/lua/src/
H A Dlgc.c843 static GCObject **sweeptolive (lua_State *L, GCObject **p) { function
1021 g->sweepgc = sweeptolive(L, g->sweepgc); /* change 'sweepgc' */
1473 ** The call to 'sweeptolive' makes the pointer point to an object
1482 g->sweepgc = sweeptolive(L, &g->allgc);

Completed in 100 milliseconds