Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/hyperv/
H A Dnetvsc_drv.c2059 unsigned long flags, next_reconfig, delay; in netvsc_link_change() local
2073 next_reconfig = ndev_ctx->last_reconfig + LINKCHANGE_INT; in netvsc_link_change()
2074 if (time_is_after_jiffies(next_reconfig)) { in netvsc_link_change()
2079 delay = next_reconfig - jiffies; in netvsc_link_change()
/kernel/linux/linux-6.6/drivers/net/hyperv/
H A Dnetvsc_drv.c2051 unsigned long flags, next_reconfig, delay; in netvsc_link_change() local
2069 next_reconfig = ndev_ctx->last_reconfig + LINKCHANGE_INT; in netvsc_link_change()
2070 if (time_is_after_jiffies(next_reconfig)) { in netvsc_link_change()
2075 delay = next_reconfig - jiffies; in netvsc_link_change()

Completed in 7 milliseconds