Home
last modified time | relevance | path

Searched refs:idle_point (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/net/ipv4/
H A Dnexthop.c1472 unsigned long idle_point; in nh_res_bucket_should_migrate() local
1495 idle_point = nh_res_bucket_idle_point(res_table, bucket, now); in nh_res_bucket_should_migrate()
1496 if (time_after_eq(now, idle_point)) { in nh_res_bucket_should_migrate()
1520 nh_res_time_set_deadline(idle_point, deadline); in nh_res_bucket_should_migrate()
1606 unsigned long idle_point; in nh_res_table_upkeep() local
1615 idle_point = nh_res_bucket_idle_point(res_table, in nh_res_table_upkeep()
1618 nh_res_time_set_deadline(idle_point, &deadline); in nh_res_table_upkeep()

Completed in 6 milliseconds