Searched refs:TA_LOGIN_TIMEOUT (Results 1 - 4 of 4) sorted by relevance

/drivers/target/iscsi/
H A Discsi_target_nego.c434 sk->sk_sndtimeo = TA_LOGIN_TIMEOUT * HZ;
435 sk->sk_rcvtimeo = TA_LOGIN_TIMEOUT * HZ;
544 login_timer.expires = (get_jiffies_64() + TA_LOGIN_TIMEOUT * HZ);
H A Discsi_target_core.h43 #define TA_LOGIN_TIMEOUT 15 macro
H A Discsi_target_tpg.c221 a->login_timeout = TA_LOGIN_TIMEOUT;
H A Discsi_target_login.c853 * This used the TA_LOGIN_TIMEOUT constant because at this
858 np->np_login_timer.expires = (get_jiffies_64() + TA_LOGIN_TIMEOUT * HZ);
866 " %u seconds.\n", TA_LOGIN_TIMEOUT);

Completed in 50 milliseconds