Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_thread.c71 if (!thread->sth_kill) { in smb_thread_entry_point()
211 if (!thread->sth_kill) { in smb_thread_stop()
212 thread->sth_kill = B_TRUE; in smb_thread_stop()
221 thread->sth_kill = B_FALSE; in smb_thread_stop()
228 if (thread->sth_kill) { in smb_thread_stop()
328 if (ticks != -1 && !thread->sth_kill) { in smb_thread_continue_timedwait_locked()
336 result = (thread->sth_kill == 0); in smb_thread_continue_timedwait_locked()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h277 boolean_t sth_kill; member