HomeSort by: relevance | last modified time | path
    Searched refs:am_ttl (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/am-utils/dist/amd/
map.c 368 mp->am_ttl = clocktime(&mp->am_fattr.na_atime);
369 mp->am_ttl += mp->am_timeo; /* sun's -tl option */
595 mp->am_ttl = clocktime(NULL);
765 mp->am_ttl = 0;
1022 if (now >= mp->am_ttl) {
1033 mp->am_ttl = now + mp->am_timeo_w;
1042 mp->am_ttl = now + backoff + 1;
1049 t = smallest_t(t, mp->am_ttl);
nfs_subr.c 172 mp->am_ttl = now + mp->am_timeo_w;
247 if (ap->am_ttl < mp->am_ttl)
248 ap->am_ttl = mp->am_ttl;
1118 mp->am_ttl = now + mp->am_timeo_w;
1208 if (ap->am_ttl < mp->am_ttl)
1209 ap->am_ttl = mp->am_ttl;
    [all...]
autil.c 181 mp->am_ttl = clocktime(NULL);
amd.h 184 #define AM_TTL (300) /* Default cache period (5 min) */
515 time_t am_ttl; /* Time to live */ member in struct:am_node
amfs_generic.c 884 mp->am_ttl = clocktime(NULL) + RETRY_INTERVAL;

Completed in 24 milliseconds