Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.h39 #define GCSpropagate 0 macro
69 check_exp(g->gcstate == GCSpropagate || !isgenerational(g), \
H A Dlgc.c955 luaC_runtilstate(L, bitmask(GCSpropagate)); in luaC_changemode()
1046 g->gcstate = GCSpropagate; in singlestep()
1049 case GCSpropagate: { in singlestep()
1117 lua_assert(g->gcstate == GCSpropagate); in generationalcollection()
1125 g->gcstate = GCSpropagate; /* skip restart */ in generationalcollection()
1133 lua_assert(g->gcstate == GCSpropagate); in generationalcollection()
1208 luaC_runtilstate(L, bitmask(GCSpropagate)); in luaC_fullgc()
/freebsd/contrib/lua/src/
H A Dlgc.c511 if (g->gcstate == GCSpropagate) in traverseephemeron()
630 if (isold(th) || g->gcstate == GCSpropagate) in traversethread()
1238 g->gcstate = GCSpropagate; /* skip restart */ in finishgencycle()
1252 lua_assert(g->gcstate == GCSpropagate); in youngcollection()
1330 luaC_runtilstate(L, bitmask(GCSpropagate)); /* start new cycle */ in entergen()
1405 luaC_runtilstate(L, bitmask(GCSpropagate)); /* start new cycle */ in stepgenfull()
1591 g->gcstate = GCSpropagate; in singlestep()
1595 case GCSpropagate: { in singlestep()
H A Dlgc.h31 #define GCSpropagate 0 macro
H A Dltests.c942 GCSpropagate, GCSenteratomic, GCSatomic, GCSswpallgc, GCSswpfinobj, in gc_state()