taglinefilesource code
now66arch/alpha/kernel/time.c__u32 delta, now;
now68arch/alpha/kernel/time.cnow = rpcc();
now69arch/alpha/kernel/time.cdelta = now - state.last_time;
now70arch/alpha/kernel/time.cstate.last_time = now;
now316drivers/char/ftape/ftape-eof.cunsigned long now = 0;
now333drivers/char/ftape/ftape-eof.cPUT4(buffer, 74, now);
now236drivers/net/sdla.cunsigned long start, done, now;
now239drivers/net/sdla.cstart = now = jiffies;
now248drivers/net/sdla.cif (jiffies != now)
now251drivers/net/sdla.cnow = jiffies;
now781drivers/net/wavelan.cLeave out 0x3C0 for now -- seems to clash
now611drivers/scsi/wd7000.cregister unsigned long now;
now621drivers/scsi/wd7000.cnow = jiffies;  while (jiffies == now)  /* wait a jiffy */;
now630drivers/scsi/wd7000.cnow = jiffies;   while (jiffies == now) /* wait a jiffy */;
now56kernel/itimer.cunsigned long now = jiffies;
now60kernel/itimer.cif (val <= now)
now61kernel/itimer.cval = now+1;
now62kernel/itimer.cval -= now;
now219net/802/tr.cunsigned long now=jiffies,flags;
now229net/802/tr.cif((now-entry->last_used) > RIF_TIMEOUT) {
now593net/ipv4/arp.cunsigned long now = jiffies;
now611net/ipv4/arp.cif (now - entry->last_used > ARP_TIMEOUT
now623net/ipv4/arp.c&& now - entry->last_updated > ARP_CONFIRM_INTERVAL
now376net/ipv4/icmp.cunsigned long now;
now388net/ipv4/icmp.cnow = jiffies;    /* Cache current time (saves accesses to volatile variable) */
now391net/ipv4/icmp.cunsigned long oldest = now;    /* Find the oldest entry to replace */
now402net/ipv4/icmp.cc->last_access = now;      /* Fill the entry with new data */
now405net/ipv4/icmp.cc->next_reset = now + r->timeout;
now410net/ipv4/icmp.cc->last_access = now;
now411net/ipv4/icmp.cif (c->next_reset > now) {      /* Let's increment the counter */
now415net/ipv4/icmp.cc->next_packet = now + r->delay;
now419net/ipv4/icmp.cif (c->next_packet > now)
now421net/ipv4/icmp.cc->next_packet = now + r->delay;
now427net/ipv4/icmp.cc->next_reset = now + r->timeout;
now1054net/ipv4/route.cunsigned long now = jiffies;
now1070net/ipv4/route.cif (!rth->rt_refcnt && rth->rt_lastuse + RT_CACHE_TIMEOUT < now)
now1190net/ipv4/route.cunsigned long now = jiffies;
now1200net/ipv4/route.cif (rth->rt_lastuse + expire*(rth->rt_refcnt+1) > now)
now1382net/ipv4/route.cunsigned long  now = jiffies;
now1447net/ipv4/route.cif ((!rth->rt_refcnt && rth->rt_lastuse + RT_CACHE_TIMEOUT < now)
now765net/ipv4/tcp_output.cunsigned long timeout, now;
now768net/ipv4/tcp_output.cnow = jiffies;
now772net/ipv4/tcp_output.ctimeout += now;
now774net/ipv4/tcp_output.ctimeout = now;