Home
last modified time | relevance | path

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

/openbmc/linux/fs/lockd/
H A Dsvc.c71 static unsigned long nlm_grace_period; variable
94 if (nlm_grace_period) in get_lockd_grace_period()
95 return roundup(nlm_grace_period, nlm_timeout) * HZ; in get_lockd_grace_period()
429 .data = &nlm_grace_period,
541 module_param_call(nlm_grace_period, param_set_grace_period, param_get_ulong,
542 &nlm_grace_period, 0644);
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2915 lockd.nlm_grace_period=P [NFS] Assign grace period.