Searched refs:last_probe (Results 1 – 1 of 1) sorted by relevance
615 unsigned long last_probe; in rt6_probe() local634 last_probe = READ_ONCE(fib6_nh->last_probe); in rt6_probe()650 } else if (time_after(jiffies, last_probe + in rt6_probe()655 if (!work || cmpxchg(&fib6_nh->last_probe, in rt6_probe()656 last_probe, jiffies) != last_probe) { in rt6_probe()3532 fib6_nh->last_probe = jiffies; in fib6_nh_init()