Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/target/iscsi/
Discsi_target_login.c809 if (np->np_login_timer_flags & ISCSI_TF_STOP) { in iscsi_handle_login_thread_timeout()
817 np->np_login_timer_flags &= ~ISCSI_TF_RUNNING; in iscsi_handle_login_thread_timeout()
828 np->np_login_timer_flags &= ~ISCSI_TF_STOP; in iscsi_start_login_thread_timer()
829 np->np_login_timer_flags |= ISCSI_TF_RUNNING; in iscsi_start_login_thread_timer()
840 if (!(np->np_login_timer_flags & ISCSI_TF_RUNNING)) { in iscsi_stop_login_thread_timer()
844 np->np_login_timer_flags |= ISCSI_TF_STOP; in iscsi_stop_login_thread_timer()
850 np->np_login_timer_flags &= ~ISCSI_TF_RUNNING; in iscsi_stop_login_thread_timer()
/Linux-v5.15/include/target/iscsi/
Discsi_target_core.h785 enum iscsi_timer_flags_table np_login_timer_flags; member