Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/target/iscsi/
Discsi_target_login.c822 if (np->np_login_timer_flags & ISCSI_TF_STOP) { in iscsi_handle_login_thread_timeout()
830 np->np_login_timer_flags &= ~ISCSI_TF_RUNNING; in iscsi_handle_login_thread_timeout()
841 np->np_login_timer_flags &= ~ISCSI_TF_STOP; in iscsi_start_login_thread_timer()
842 np->np_login_timer_flags |= ISCSI_TF_RUNNING; in iscsi_start_login_thread_timer()
853 if (!(np->np_login_timer_flags & ISCSI_TF_RUNNING)) { in iscsi_stop_login_thread_timer()
857 np->np_login_timer_flags |= ISCSI_TF_STOP; in iscsi_stop_login_thread_timer()
863 np->np_login_timer_flags &= ~ISCSI_TF_RUNNING; in iscsi_stop_login_thread_timer()
/Linux-v6.1/include/target/iscsi/
Discsi_target_core.h794 enum iscsi_timer_flags_table np_login_timer_flags; member