OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nlm_grace_threshold
(Results
1 - 1
of
1
) 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
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 17 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026