Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/iscsi/
Discsi_target_login.c815 if (np->np_login_timer_flags & ISCSI_TF_STOP) { in iscsi_handle_login_thread_timeout()
823 np->np_login_timer_flags &= ~ISCSI_TF_RUNNING; in iscsi_handle_login_thread_timeout()
834 np->np_login_timer_flags &= ~ISCSI_TF_STOP; in iscsi_start_login_thread_timer()
835 np->np_login_timer_flags |= ISCSI_TF_RUNNING; in iscsi_start_login_thread_timer()
846 if (!(np->np_login_timer_flags & ISCSI_TF_RUNNING)) { in iscsi_stop_login_thread_timer()
850 np->np_login_timer_flags |= ISCSI_TF_STOP; in iscsi_stop_login_thread_timer()
856 np->np_login_timer_flags &= ~ISCSI_TF_RUNNING; in iscsi_stop_login_thread_timer()
/Linux-v4.19/include/target/iscsi/
Discsi_target_core.h792 enum iscsi_timer_flags_table np_login_timer_flags; member