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);
now246drivers/net/sdla.cunsigned long start, done, now;
now249drivers/net/sdla.cstart = now = jiffies;
now258drivers/net/sdla.cif (jiffies != now)
now261drivers/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
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)