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()
288 n->updated = n->used = now; in neigh_alloc()
867 unsigned long now, next; in neigh_timer_handler() local
875 now = jiffies; in neigh_timer_handler()
876 next = now + HZ; in neigh_timer_handler()
882 if (time_before_eq(now, in neigh_timer_handler()
886 } else if (time_before_eq(now, in neigh_timer_handler()
893 next = now + NEIGH_VAR(neigh->parms, DELAY_PROBE_TIME); in neigh_timer_handler()
902 if (time_before_eq(now, in neigh_timer_handler()
916 next = now + NEIGH_VAR(neigh->parms, RETRANS_TIME); in neigh_timer_handler()
920 next = now + NEIGH_VAR(neigh->parms, RETRANS_TIME); in neigh_timer_handler()
966 unsigned long next, now = jiffies; in __neigh_event_send() local
971 neigh->updated = now; in __neigh_event_send()
972 next = now + max(NEIGH_VAR(neigh->parms, RETRANS_TIME), in __neigh_event_send()
1352 unsigned long now = jiffies; in neigh_proxy_process() local
1358 long tdif = NEIGH_CB(skb)->sched_next - now; in neigh_proxy_process()
1385 unsigned long now = jiffies; in pneigh_enqueue() local
1387 unsigned long sched_next = now + (prandom_u32() % in pneigh_enqueue()
1492 unsigned long now = jiffies; in neigh_table_init() local
1534 tbl->last_flush = now; in neigh_table_init()
1535 tbl->last_rand = now + tbl->parms.reachable_time * 20; in neigh_table_init()
1806 unsigned long now = jiffies; in neightbl_fill_info() local
1807 unsigned int flush_delta = now - tbl->last_flush; in neightbl_fill_info()
1808 unsigned int rand_delta = now - tbl->last_rand; in neightbl_fill_info()
2143 unsigned long now = jiffies; in neigh_fill_info() local
2175 ci.ndm_used = jiffies_to_clock_t(now - neigh->used); in neigh_fill_info()
2176 ci.ndm_confirmed = jiffies_to_clock_t(now - neigh->confirmed); in neigh_fill_info()
2177 ci.ndm_updated = jiffies_to_clock_t(now - neigh->updated); in neigh_fill_info()