Searched refs:resethookcount (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldebug.h18 #define resethookcount(L) (L->hookcount = L->basehookcount) macro
H A Dlstate.c213 resethookcount(L);
246 resethookcount(L1);
H A Dldebug.c69 resethookcount(L);
H A Dlvm.c65 resethookcount(L); /* reset count */
/freebsd-11-stable/contrib/lua/src/
H A Dldebug.h18 #define resethookcount(L) (L->hookcount = L->basehookcount) macro
H A Dlstate.c234 resethookcount(L);
274 resethookcount(L1);
H A Dldebug.c75 ** 'resethookcount') are for debug only, and it is no problem if they
90 resethookcount(L);
671 resethookcount(L); /* reset count */

Completed in 114 milliseconds