Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c737 p->auth_freshness = gethrestime_sec(); in nfsauth_refresh_thread()
929 np->auth_time = np->auth_freshness = gethrestime_sec(); in nfsauth_cache_get()
1067 p->auth_time = p->auth_freshness = gethrestime_sec(); in nfsauth_cache_get()
1110 refresh = gethrestime_sec() - p->auth_freshness; in nfsauth_cache_get()
/titanic_41/usr/src/uts/common/nfs/
H A Dexport.h319 time_t auth_freshness; member