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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.h99 #define CIST_YIELDED (1<<3) /* call reentered after suspension */ macro
H A Dldo.c433 ci->callstatus = (ci->callstatus & ~(CIST_YPCALL | CIST_STAT)) | CIST_YIELDED;
530 ci->callstatus |= CIST_YIELDED;
H A Dlapi.c880 if (L->ci->callstatus & CIST_YIELDED) {

Completed in 197 milliseconds