Searched refs:am_timeo_w (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
H A Dget_args.c263 gopt.am_timeo_w = atoi(optarg);
264 if (gopt.am_timeo_w <= 0)
265 gopt.am_timeo_w = AM_TTL_W;
H A Dmap.c365 mp->am_timeo_w = 0;
765 mp->am_timeo_w = 0;
1029 if (mp->am_timeo_w < 4 * gopt.am_timeo_w)
1030 mp->am_timeo_w += gopt.am_timeo_w;
1031 mp->am_ttl = now + mp->am_timeo_w;
H A Dnfs_subr.c168 if (mp->am_timeo_w < 4 * gopt.am_timeo_w)
169 mp->am_timeo_w += gopt.am_timeo_w;
170 mp->am_ttl = now + mp->am_timeo_w;
1114 if (mp->am_timeo_w < 4 * gopt.am_timeo_w)
1115 mp->am_timeo_w += gopt.am_timeo_w;
1116 mp->am_ttl = now + mp->am_timeo_w;
[all...]
H A Damd.c302 gopt.am_timeo_w = AM_TTL_W;
H A Damd.h300 int am_timeo_w; /* dismount interval */ member in struct:amu_global_options
514 int am_timeo_w; /* Dismount wait interval */ member in struct:am_node
H A Dconf.c490 gopt.am_timeo_w = atoi(val);
491 if (gopt.am_timeo_w <= 0)
492 gopt.am_timeo_w = AM_TTL_W;

Completed in 166 milliseconds