Searched refs:nlm_grace_period (Results 1 – 1 of 1) sorted by relevance
69 static unsigned long nlm_grace_period; variable92 if (nlm_grace_period) in get_lockd_grace_period()93 return roundup(nlm_grace_period, nlm_timeout) * HZ; in get_lockd_grace_period()542 .data = &nlm_grace_period,670 module_param_call(nlm_grace_period, param_set_grace_period, param_get_ulong,671 &nlm_grace_period, 0644);