Home
last modified time | relevance | path

Searched refs:NFS_HZ (Results 1 - 2 of 2) sorted by relevance

/third_party/NuttX/fs/nfs/
H A Dnfs.h79 #define NFS_HZ CLOCKS_PER_SEC /* Ticks/sec */ macro
80 #define NFS_TIMEO (1 * NFS_HZ) /* Default timeout = 1 second */
81 #define NFS_MINTIMEO (1 * NFS_HZ) /* Min timeout to use */
82 #define NFS_MAXTIMEO (60 * NFS_HZ) /* Max timeout to backoff to */
H A Dnfs_adapter.c353 uint32_t tmp = ((uint32_t)argp->timeo * NFS_HZ + 5) / 10; in nfs_decode_args()

Completed in 4 milliseconds