HomeSort by: relevance | last modified time | path
    Searched defs:newnfsd_callout (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_commonport.c 67 struct callout newnfsd_callout; variable in typeref:struct:callout
404 callout_reset(&newnfsd_callout, nfscl_ticks, newnfs_timer, NULL);
711 callout_init(&newnfsd_callout, 1);
725 callout_drain(&newnfsd_callout);
nfs_commonport.c 67 struct callout newnfsd_callout; variable in typeref:struct:callout
404 callout_reset(&newnfsd_callout, nfscl_ticks, newnfs_timer, NULL);
711 callout_init(&newnfsd_callout, 1);
725 callout_drain(&newnfsd_callout);

Completed in 58 milliseconds