Searched refs:ntimeout (Results 1 – 1 of 1) sorted by relevance
770 unsigned long ntimeout; in autofs_compat_get_set_timeout() local773 rv = get_user(ntimeout, p); in autofs_compat_get_set_timeout()781 if (ntimeout > UINT_MAX/HZ) in autofs_compat_get_set_timeout()784 sbi->exp_timeout = ntimeout * HZ; in autofs_compat_get_set_timeout()795 unsigned long ntimeout; in autofs_get_set_timeout() local798 rv = get_user(ntimeout, p); in autofs_get_set_timeout()806 if (ntimeout > ULONG_MAX/HZ) in autofs_get_set_timeout()809 sbi->exp_timeout = ntimeout * HZ; in autofs_get_set_timeout()
Completed in 7 milliseconds