OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nfscl_ticks
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/common/
nfs_commonsubs.c
66
int
nfscl_ticks
;
variable in typeref:typename:int
465
nfscl_ticks
= (hz * NFS_TICKINTVL + 500) / 1000;
466
if (
nfscl_ticks
< 1)
467
nfscl_ticks
= 1;
nfs_commonsubs.c
66
int
nfscl_ticks
;
variable in typeref:typename:int
465
nfscl_ticks
= (hz * NFS_TICKINTVL + 500) / 1000;
466
if (
nfscl_ticks
< 1)
467
nfscl_ticks
= 1;
Completed in 25 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025