Lines Matching defs:now
47 time64_t now = seconds_since_boot();
51 h->expiry_time = now + CACHE_NEW_EXPIRY;
52 if (now <= detail->flush_time)
54 now = detail->flush_time + 1;
55 h->last_refresh = now;
164 time64_t now = seconds_since_boot();
165 if (now <= detail->flush_time)
167 now = detail->flush_time + 1;
169 head->last_refresh = now;
307 /* now see if we want to start an upcall */
470 /* Ok, now to clean this strand */
1515 time64_t now;
1530 now = seconds_since_boot();
1538 if (cd->flush_time >= now)
1539 now = cd->flush_time + 1;
1541 cd->flush_time = now;
1542 cd->nextcheck = now;