Searched refs:ntimeout (Results 1 – 2 of 2) sorted by relevance
456 unsigned long ntimeout; in autofs4_get_set_timeout() local458 if ( (rv = get_user(ntimeout, p)) || in autofs4_get_set_timeout()462 if ( ntimeout > ULONG_MAX/HZ ) in autofs4_get_set_timeout()465 sbi->exp_timeout = ntimeout * HZ; in autofs4_get_set_timeout()
425 unsigned long ntimeout; in autofs_get_set_timeout() local427 if (get_user(ntimeout, p) || in autofs_get_set_timeout()431 if ( ntimeout > ULONG_MAX/HZ ) in autofs_get_set_timeout()434 sbi->exp_timeout = ntimeout * HZ; in autofs_get_set_timeout()