Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstate.c211 L->basehookcount = 0; in preinit_state()
244 L1->basehookcount = L->basehookcount; in lua_newthread()
H A Dldebug.h18 #define resethookcount(L) (L->hookcount = L->basehookcount)
H A Dlstate.h168 int basehookcount; member
H A Dldebug.c68 L->basehookcount = count; in lua_sethook()
86 return L->basehookcount; in lua_gethookcount()