Searched refs:gcstate (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.h48 (GCSsweepstring <= (g)->gcstate && (g)->gcstate <= GCSsweep)
61 #define keepinvariant(g) (isgenerational(g) || g->gcstate <= GCSatomic)
69 check_exp(g->gcstate == GCSpropagate || !isgenerational(g), \
70 g->gcstate <= GCSatomic)
H A Dlgc.c138 lua_assert(g->gcstate != GCSpause);
406 if (g->gcstate != GCSatomic || prop)
502 if (g->gcstate == GCSatomic) { /* final traversal? */
939 g->gcstate = GCSsweepstring;
1042 switch (g->gcstate) {
1048 g->gcstate = GCSpropagate;
1060 g->gcstate = GCSatomic; /* finish mark phase */
1074 g->gcstate = GCSsweepudata;
1083 g->gcstate = GCSsweep;
1097 g->gcstate
[all...]
H A Dlstate.h123 lu_byte gcstate; /* state of garbage collector */ member in struct:global_State
H A Dlstate.c293 g->gcstate = GCSpause;
H A Dlapi.c1059 if (g->gcstate == GCSpause) /* end of cycle? */
/freebsd-11-stable/contrib/lua/src/
H A Dlgc.h50 (GCSswpallgc <= (g)->gcstate && (g)->gcstate <= GCSswpend)
61 #define keepinvariant(g) ((g)->gcstate <= GCSatomic)
H A Dlgc.c377 if (g->gcstate == GCSpropagate)
423 if (g->gcstate == GCSpropagate)
520 if (upisopen(uv) && g->gcstate != GCSinsideatomic)
534 lua_assert(g->gcstate == GCSinsideatomic ||
538 if (g->gcstate == GCSinsideatomic) { /* final traversal? */
961 g->gcstate = GCSswpallgc;
989 g->gcstate = GCSinsideatomic;
1039 g->gcstate = nextstate;
1047 switch (g->gcstate) {
1051 g->gcstate
[all...]
H A Dlstate.h148 lu_byte gcstate; /* state of garbage collector */ member in struct:global_State
H A Dlstate.c319 g->gcstate = GCSpause;
H A Dlapi.c1082 if (debt > 0 && g->gcstate == GCSpause) /* end of cycle? */

Completed in 252 milliseconds