Lines Matching refs:now
269 unsigned long now = jiffies; in neigh_alloc() local
275 time_after(now, tbl->last_flush + 5 * HZ))) { in neigh_alloc()
292 n->updated = n->used = now; in neigh_alloc()
871 unsigned long now, next; in neigh_timer_handler() local
879 now = jiffies; in neigh_timer_handler()
880 next = now + HZ; in neigh_timer_handler()
886 if (time_before_eq(now, in neigh_timer_handler()
890 } else if (time_before_eq(now, in neigh_timer_handler()
897 next = now + NEIGH_VAR(neigh->parms, DELAY_PROBE_TIME); in neigh_timer_handler()
906 if (time_before_eq(now, in neigh_timer_handler()
921 next = now + NEIGH_VAR(neigh->parms, RETRANS_TIME); in neigh_timer_handler()
925 next = now + NEIGH_VAR(neigh->parms, RETRANS_TIME); in neigh_timer_handler()
971 unsigned long next, now = jiffies; in __neigh_event_send() local
976 neigh->updated = now; in __neigh_event_send()
977 next = now + max(NEIGH_VAR(neigh->parms, RETRANS_TIME), in __neigh_event_send()
1359 unsigned long now = jiffies; in neigh_proxy_process() local
1365 long tdif = NEIGH_CB(skb)->sched_next - now; in neigh_proxy_process()
1392 unsigned long now = jiffies; in pneigh_enqueue() local
1394 unsigned long sched_next = now + (prandom_u32() % in pneigh_enqueue()
1499 unsigned long now = jiffies; in neigh_table_init() local
1541 tbl->last_flush = now; in neigh_table_init()
1542 tbl->last_rand = now + tbl->parms.reachable_time * 20; in neigh_table_init()
1813 unsigned long now = jiffies; in neightbl_fill_info() local
1814 unsigned int flush_delta = now - tbl->last_flush; in neightbl_fill_info()
1815 unsigned int rand_delta = now - tbl->last_rand; in neightbl_fill_info()
2151 unsigned long now = jiffies; in neigh_fill_info() local
2183 ci.ndm_used = jiffies_to_clock_t(now - neigh->used); in neigh_fill_info()
2184 ci.ndm_confirmed = jiffies_to_clock_t(now - neigh->confirmed); in neigh_fill_info()
2185 ci.ndm_updated = jiffies_to_clock_t(now - neigh->updated); in neigh_fill_info()