Searched refs:ntimeout (Results 1 – 1 of 1) sorted by relevance
746 unsigned long ntimeout; in autofs4_compat_get_set_timeout() local748 if ((rv = get_user(ntimeout, p)) || in autofs4_compat_get_set_timeout()752 if (ntimeout > UINT_MAX/HZ) in autofs4_compat_get_set_timeout()755 sbi->exp_timeout = ntimeout * HZ; in autofs4_compat_get_set_timeout()765 unsigned long ntimeout; in autofs4_get_set_timeout() local767 if ((rv = get_user(ntimeout, p)) || in autofs4_get_set_timeout()771 if (ntimeout > ULONG_MAX/HZ) in autofs4_get_set_timeout()774 sbi->exp_timeout = ntimeout * HZ; in autofs4_get_set_timeout()