Home
last modified time | relevance | path

Searched refs:luaC_condGC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.h122 #define luaC_condGC(L,c) \ macro
124 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);)
H A Dlvm.c574 Protect( luaC_condGC(L,{L->top = (c); /* limit of live values */ \