Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstate.h99 #define CIST_YIELDED (1<<3) /* call reentered after suspension */ macro
H A Dldo.c427 ci->callstatus = (ci->callstatus & ~(CIST_YPCALL | CIST_STAT)) | CIST_YIELDED; in finishCcall()
524 ci->callstatus |= CIST_YIELDED; in resume_cb()
H A Dlapi.c880 if (L->ci->callstatus & CIST_YIELDED) { in lua_getctx()