Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dllimits.h295 #define condmovestack(L) ((void)0) macro
298 #define condmovestack(L) luaD_reallocstack((L), (L)->stacksize) macro
302 #define condchangemem(L) condmovestack(L)
H A Dldo.h17 luaD_growstack(L, n); else condmovestack(L);
H A Dldo.c215 condmovestack(L); /* don't change stack (change only for debugging) */ in luaD_shrinkstack()