Lines Matching refs:now
397 time64_t now, expiry = 0; in afs_update_cell() local
435 now = ktime_get_real_seconds(); in afs_update_cell()
438 if (expiry < now + min_ttl) in afs_update_cell()
439 expiry = now + min_ttl; in afs_update_cell()
440 else if (expiry > now + max_ttl) in afs_update_cell()
441 expiry = now + max_ttl; in afs_update_cell()
458 cell->dns_expiry = now + 10; in afs_update_cell()
595 time64_t now, expire_delay; in afs_unuse_cell() local
603 now = ktime_get_real_seconds(); in afs_unuse_cell()
604 cell->last_inactive = now; in afs_unuse_cell()
863 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_cells() local
905 if (purging || expire_at <= now) in afs_manage_cells()
927 now = ktime_get_real_seconds(); in afs_manage_cells()
929 if (next_manage - now <= 0) { in afs_manage_cells()
933 afs_set_cell_timer(net, next_manage - now); in afs_manage_cells()