Home
last modified time | relevance | path

Searched refs:finobj (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.c847 GCObject **p = &g->finobj; in separatetobefnz()
889 ho->next = g->finobj; /* link it in list 'finobj' */ in luaC_checkfinalizer()
890 g->finobj = o; in luaC_checkfinalizer()
943 g->sweepfin = sweeptolive(L, &g->finobj, &n); in entersweep()
987 lua_assert(g->finobj == NULL); in luaC_freeallobjects()
991 sweepwholelist(L, &g->finobj); /* finalizers can create objs. in 'finobj' */ in luaC_freeallobjects()
H A Dlstate.h128 GCObject *finobj; /* list of collectable objects with finalizers */ member
H A Dlstate.c295 g->finobj = NULL; in lua_newstate()