Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlbaselib.c153 int res = lua_gc(L, o, ex); in luaB_collectgarbage()
156 int b = lua_gc(L, LUA_GCCOUNTB, 0); in luaB_collectgarbage()
H A Dlua.h293 LUA_API int (lua_gc) (lua_State *L, int what, int data); variable
H A Dlapi.c1020 LUA_API int lua_gc (lua_State *L, int what, int data) { in lua_gc() function