taglinefilesource code
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) {
now401net/ipv4/arp.cunsigned long now = jiffies;
now419net/ipv4/arp.cif (now - entry->last_used > ARP_TIMEOUT
now431net/ipv4/arp.c&& now - entry->last_updated > ARP_CONFIRM_INTERVAL
now1043net/ipv4/route.cunsigned long now = jiffies;
now1059net/ipv4/route.cif (!rth->rt_refcnt && rth->rt_lastuse + RT_CACHE_TIMEOUT < now)
now1179net/ipv4/route.cunsigned long now = jiffies;
now1189net/ipv4/route.cif (rth->rt_lastuse + expire*(rth->rt_refcnt+1) > now)
now1371net/ipv4/route.cunsigned long  now = jiffies;
now1436net/ipv4/route.cif ((!rth->rt_refcnt && rth->rt_lastuse + RT_CACHE_TIMEOUT < now)