Searched refs:ISCSI_THREAD_SIGNAL_KILL (Results 1 – 2 of 2) sorted by relevance
85 if (!(thread->sign.bitmap & ISCSI_THREAD_SIGNAL_KILL)) { in iscsi_thread_destroy()86 thread->sign.bitmap |= ISCSI_THREAD_SIGNAL_KILL; in iscsi_thread_destroy()136 if (!(thread->sign.bitmap & ISCSI_THREAD_SIGNAL_KILL)) { in iscsi_thread_start()137 thread->sign.bitmap |= ISCSI_THREAD_SIGNAL_KILL; in iscsi_thread_start()191 if (!(thread->sign.bitmap & ISCSI_THREAD_SIGNAL_KILL)) { in iscsi_thread_stop()192 thread->sign.bitmap |= ISCSI_THREAD_SIGNAL_KILL; in iscsi_thread_stop()231 if (!(thread->sign.bitmap & ISCSI_THREAD_SIGNAL_KILL)) { in iscsi_thread_send_kill()232 thread->sign.bitmap |= ISCSI_THREAD_SIGNAL_KILL; in iscsi_thread_send_kill()317 if (thread->sign.bitmap & ISCSI_THREAD_SIGNAL_KILL) { in iscsi_thread_wait()333 if (thread->sign.bitmap & ISCSI_THREAD_SIGNAL_KILL) { in iscsi_thread_wait()
45 #define ISCSI_THREAD_SIGNAL_KILL 0x00000001 macro