Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstate.h103 #define CIST_HOOKYIELD (1<<7) /* last hook called yielded */ macro
H A Dlvm.c66 if (ci->callstatus & CIST_HOOKYIELD) { /* called hook last time? */ in traceexec()
67 ci->callstatus &= ~CIST_HOOKYIELD; /* erase mark */ in traceexec()
86 ci->callstatus |= CIST_HOOKYIELD; /* mark that it yielded */ in traceexec()