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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c985 * a vnode for nfsrv_fmod_pendtime milliseconds.
988 int nfsrv_fmod_pendtime = 1000; /* msec to wait */ variable
1009 clock_interval_to_deadline(nfsrv_fmod_pendtime, 1000 * 1000,
1096 * for nfsrv_fmod_pendtime msec from now.
1111 clock_interval_to_deadline(nfsrv_fmod_pendtime, 1000 * 1000, &deadline);
1151 * callout timer to go off after nfsrv_fmod_pendtime.
1157 nfsrv_fmod_pendtime);

Completed in 27 milliseconds