OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Oct 03 02:09:57 GMT 2025