Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlgc.c511 g->gcstate = GCSpropagate; in markroot()
564 case GCSpropagate: { in singlestep()
637 if (g->gcstate <= GCSpropagate) { in luaC_fullgc()
647 lua_assert(g->gcstate != GCSpause && g->gcstate != GCSpropagate); in luaC_fullgc()
667 if (g->gcstate == GCSpropagate) in luaC_barrierf()
700 if (g->gcstate == GCSpropagate) { in luaC_linkupval()
H A Dlgc.h18 #define GCSpropagate 1 macro