Lines Matching refs:ticks
165 int ticks; member
347 int ticks; member
428 elm->ticks = ticks; in _cache_mntrel()
431 delta1 = ticks - best->ticks; in _cache_mntrel()
432 delta2 = ticks - elm->ticks; in _cache_mntrel()
438 best->ticks = ticks; in _cache_mntrel()
514 didwarn = ticks - nclockwarn; in _cache_lock()
529 (int)(ticks - didwarn) / hz); in _cache_lock()
608 didwarn = ticks - nclockwarn; in _cache_lock_shared()
623 (int)(ticks - didwarn) / hz); in _cache_lock_shared()
1059 elm->ticks = ticks; in cache_drop_and_cache()
1066 delta1 = ticks - best->ticks; in cache_drop_and_cache()
1067 delta2 = ticks - elm->ticks; in cache_drop_and_cache()
1074 best->ticks = ticks; in cache_drop_and_cache()
1439 if ((ncp->nc_timeout = ticks + nticks) == 0) in cache_settimeout()
1530 if (ncp->nc_timeout && (int)(ncp->nc_timeout - ticks) < 0 && in _cache_auto_unresolve_test()
3910 delta = (int)(ticks - ncc->ticks); /* beware GCC opts */ in ncmount_cache_lookup()
3912 ncc->ticks = ticks; in ncmount_cache_lookup()
3920 delta = (int)(ticks - ncc->ticks); in ncmount_cache_lookup()
3922 ncc->ticks = ticks; in ncmount_cache_lookup()
4011 if (ncc->ticks != (int)ticks) in cache_findmount()
4012 ncc->ticks = (int)ticks; in cache_findmount()
4020 if (ncc->ticks != (int)ticks) in cache_findmount()
4021 ncc->ticks = (int)ticks; in cache_findmount()
4066 ncc->ticks = (int)ticks; in cache_findmount()
4157 ncc->ticks = (int)ticks - hz * 120; in cache_ismounting()
4180 ncc->ticks = (int)ticks; in cache_ismounting()
4239 ncc->ticks = (int)ticks - hz * 120; in cache_unmounting()