Searched refs:GCSpropagate (Results 1 – 5 of 5) sorted by relevance
| /src/sys/contrib/openzfs/module/lua/ |
| H A D | lgc.h | 40 #define GCSpropagate 0 macro 70 check_exp(g->gcstate == GCSpropagate || !isgenerational(g), \
|
| H A D | lgc.c | 956 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 D | lgc.c | 511 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 D | lgc.h | 31 #define GCSpropagate 0 macro
|
| H A D | ltests.c | 942 GCSpropagate, GCSenteratomic, GCSatomic, GCSswpallgc, GCSswpfinobj, in gc_state()
|