Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_thread.c141 kthread_t *tmpthread; in smb_thread_start() local
150 tmpthread = zthread_create(NULL, 0, smb_thread_entry_point, in smb_thread_start()
152 ASSERT(tmpthread != NULL); in smb_thread_start()
154 thread->sth_th = tmpthread; in smb_thread_start()
155 thread->sth_did = THR_TO_DID(tmpthread); in smb_thread_start()