HomeSort by: relevance | last modified time | path
    Searched defs:nlm_grace_threshold (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 132 * Grace period handling. The value of nlm_grace_threshold is the
135 static time_t nlm_grace_threshold; variable in typeref:typename:time_t
1720 nlm_grace_threshold = time_uptime + uap->grace_period;
1892 if (time_uptime < nlm_grace_threshold) {
1999 if (time_uptime < nlm_grace_threshold && !argp->reclaim) {
2179 if (time_uptime < nlm_grace_threshold) {
2268 if (time_uptime < nlm_grace_threshold) {
nlm_prot_impl.c 132 * Grace period handling. The value of nlm_grace_threshold is the
135 static time_t nlm_grace_threshold; variable in typeref:typename:time_t
1720 nlm_grace_threshold = time_uptime + uap->grace_period;
1892 if (time_uptime < nlm_grace_threshold) {
1999 if (time_uptime < nlm_grace_threshold && !argp->reclaim) {
2179 if (time_uptime < nlm_grace_threshold) {
2268 if (time_uptime < nlm_grace_threshold) {

Completed in 60 milliseconds