OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfscl_ticks
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/fs/nfs/common/
nfs_commonport.c
55
extern int
nfscl_ticks
;
404
callout_reset(&newnfsd_callout,
nfscl_ticks
, newnfs_timer, NULL);
nfs.h
45
#define NFS_HZ (hz /
nfscl_ticks
) /* Ticks/sec */
nfs_commonkrpc.c
101
extern int
nfscl_ticks
;
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;
/src/sys/fs/nfs/client/
nfs_clvfsops.c
82
extern int
nfscl_ticks
;
Completed in 17 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025