Searched defs:_smb_thread (Results 1 – 1 of 1) sorted by relevance
255 typedef struct _smb_thread { struct256 uint32_t sth_magic;257 char sth_name[16];258 smb_thread_state_t sth_state;259 kthread_t *sth_th;260 kt_did_t sth_did;261 smb_thread_ep_t sth_ep;262 void *sth_ep_arg;263 boolean_t sth_kill;264 kmutex_t sth_mtx;[all …]