Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/lua/
H A Dlgc.h40 #define GCSpropagate 0 macro
70 check_exp(g->gcstate == GCSpropagate || !isgenerational(g), \
H A Dlgc.c956 luaC_runtilstate(L, bitmask(GCSpropagate)); in luaC_changemode()
1047 g->gcstate = GCSpropagate; in singlestep()
1050 case GCSpropagate: { in singlestep()
1118 lua_assert(g->gcstate == GCSpropagate); in generationalcollection()
1126 g->gcstate = GCSpropagate; /* skip restart */ in generationalcollection()
1134 lua_assert(g->gcstate == GCSpropagate); in generationalcollection()
1209 luaC_runtilstate(L, bitmask(GCSpropagate)); in luaC_fullgc()
/src/contrib/lua/src/
H A Dlgc.c511 if (g->gcstate == GCSpropagate) in traverseephemeron()
632 if (isold(th) || g->gcstate == GCSpropagate) in traversethread()
1240 g->gcstate = GCSpropagate; /* skip restart */ in finishgencycle()
1254 lua_assert(g->gcstate == GCSpropagate); in youngcollection()
1332 luaC_runtilstate(L, bitmask(GCSpropagate)); /* start new cycle */ in entergen()
1407 luaC_runtilstate(L, bitmask(GCSpropagate)); /* start new cycle */ in stepgenfull()
1593 g->gcstate = GCSpropagate; in singlestep()
1597 case GCSpropagate: { in singlestep()
1715 luaC_runtilstate(L, bitmask(GCSpropagate)); /* start new cycle */ in fullinc()
H A Dlgc.h31 #define GCSpropagate 0 macro
H A Dltests.c942 GCSpropagate, GCSenteratomic, GCSatomic, GCSswpallgc, GCSswpfinobj, in gc_state()