Searched refs:next_sched (Results 1 – 3 of 3) sorted by relevance
4622 unsigned long now, next, next_sec, next_sched; in addrconf_verify_rtnl() local4725 next_sched = next; in addrconf_verify_rtnl()4729 next_sched = next_sec; in addrconf_verify_rtnl()4732 if (time_before(next_sched, jiffies + ADDRCONF_TIMER_FUZZ_MAX)) in addrconf_verify_rtnl()4733 next_sched = jiffies + ADDRCONF_TIMER_FUZZ_MAX; in addrconf_verify_rtnl()4736 now, next, next_sec, next_sched); in addrconf_verify_rtnl()4737 mod_delayed_work(addrconf_wq, &net->ipv6.addr_chk_work, next_sched - now); in addrconf_verify_rtnl()
114 struct Qdisc *next_sched; member
3387 q->next_sched = NULL; in __netif_reschedule()3389 sd->output_queue_tailp = &q->next_sched; in __netif_reschedule()5828 head = head->next_sched; in net_tx_action()