Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlbaselib.c148 static const int optsnum[] = {LUA_GCSTOP, LUA_GCRESTART, LUA_GCCOLLECT, in luaB_collectgarbage()
H A Dlua.h280 #define LUA_GCSTOP 0 macro
H A Dlapi.c1026 case LUA_GCSTOP: { in lua_gc()