Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlbaselib.c148 LUA_GCSETMAJORINC, LUA_GCISRUNNING, LUA_GCGEN, LUA_GCINC}; in luaB_collectgarbage()
H A Dlapi.c1081 case LUA_GCGEN: { /* change collector to generational mode */ in lua_gc()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h291 #define LUA_GCGEN 10 macro