Searched defs:lua_softc (Results 1 – 1 of 1) sorted by relevance
55 struct lua_softc { struct56 device_t sc_dev;58 kmutex_t sc_lock;59 kcondvar_t sc_inuse_cv;60 bool sc_inuse;63 kmutex_t sc_state_lock;64 kcondvar_t sc_state_cv;65 bool sc_state;67 struct sysctllog *sc_log;