Searched refs:gclist (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.c100 #define linktable(h,p) ((h)->gclist = *(p), *(p) = obj2gco(h))
152 ** only works for tables; access to 'gclist' is not uniform across
159 gco2t(o)->gclist = g->grayagain;
180 p->gclist = g->grayagain;
268 gco2lcl(o)->gclist = g->gray;
273 gco2ccl(o)->gclist = g->gray;
282 gco2th(o)->gclist = g->gray;
287 gco2p(o)->gclist = g->gray;
529 g->gray = h->gclist; /* remove from 'gray' list */
535 g->gray = cl->gclist; /* remov
[all...]
H A Dlstate.h172 GCObject *gclist; member in struct:lua_State
H A Dlobject.h484 GCObject *gclist; member in struct:Proto
513 CommonHeader; lu_byte nupvalues; GCObject *gclist
568 GCObject *gclist; member in struct:Table
/freebsd-11-stable/contrib/lua/src/
H A Dlgc.c113 #define linkgclist(o,p) ((o)->gclist = (p), (p) = obj2gco(o))
567 g->gray = h->gclist; /* remove from 'gray' list */
573 g->gray = cl->gclist; /* remove from 'gray' list */
579 g->gray = cl->gclist; /* remove from 'gray' list */
585 g->gray = th->gclist; /* remove from 'gray' list */
593 g->gray = p->gclist; /* remove from 'gray' list */
616 next = gco2t(w)->gclist;
640 for (; l != f; l = gco2t(l)->gclist) {
659 for (; l != f; l = gco2t(l)->gclist) {
H A Dlstate.h31 ** These lists are linked by fields 'gclist'. (All objects that
189 GCObject *gclist; member in struct:lua_State
H A Dlobject.h428 GCObject *gclist; member in struct:Proto
444 CommonHeader; lu_byte nupvalues; GCObject *gclist
506 GCObject *gclist; member in struct:Table

Completed in 131 milliseconds