Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstate.h97 #define CIST_REENTRY (1<<2) /* call is running on same invocation of macro
H A Dlvm.c782 ci->callstatus |= CIST_REENTRY; in luaV_execute()
820 if (!(ci->callstatus & CIST_REENTRY)) /* 'ci' still the called one */ in luaV_execute()