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

/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonport.c65 struct callout newnfsd_callout; variable in typeref:struct:callout
403 callout_reset(&newnfsd_callout, nfscl_ticks, newnfs_timer, NULL);
709 callout_init(&newnfsd_callout, 1);
723 callout_drain(&newnfsd_callout);

Completed in 36 milliseconds