Home | History | Annotate | Download | only in lua

Lines Matching refs:lua_state

77 static LIST_HEAD(, lua_state)	lua_states =
86 static const char *lua_reader(lua_State *, void *, size_t *);
87 static void lua_maxcount(lua_State *, lua_Debug *);
89 static int lua_require(lua_State *);
208 struct lua_state *s;
225 kmem_free(s, sizeof(struct lua_state));
286 struct lua_state *s;
501 lua_require(lua_State *L)
503 struct lua_state *s;
592 lua_reader(lua_State *L, void *data, size_t *size)
619 lua_maxcount(lua_State *L, lua_Debug *d)
669 struct lua_state *s;
673 s = kmem_zalloc(sizeof(struct lua_state), KM_SLEEP);
686 kmem_free(s, sizeof(struct lua_state));
728 struct lua_state *s, *ns;
757 kmem_free(s, sizeof(struct lua_state));
773 struct lua_state *s;