Home
last modified time | relevance | path

Searched refs:next_sched (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Ddevinet.c699 unsigned long now, next, next_sec, next_sched; in check_lifetime() local
784 next_sched = next; in check_lifetime()
788 next_sched = next_sec; in check_lifetime()
792 if (time_before(next_sched, now + ADDRCONF_TIMER_FUZZ_MAX)) in check_lifetime()
793 next_sched = now + ADDRCONF_TIMER_FUZZ_MAX; in check_lifetime()
796 next_sched - now); in check_lifetime()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daddrconf.c4516 unsigned long now, next, next_sec, next_sched; in addrconf_verify_rtnl() local
4615 next_sched = next; in addrconf_verify_rtnl()
4619 next_sched = next_sec; in addrconf_verify_rtnl()
4622 if (time_before(next_sched, jiffies + ADDRCONF_TIMER_FUZZ_MAX)) in addrconf_verify_rtnl()
4623 next_sched = jiffies + ADDRCONF_TIMER_FUZZ_MAX; in addrconf_verify_rtnl()
4626 now, next, next_sec, next_sched); in addrconf_verify_rtnl()
4627 mod_delayed_work(addrconf_wq, &addr_chk_work, next_sched - now); in addrconf_verify_rtnl()
/OK3568_Linux_fs/kernel/include/net/
H A Dsch_generic.h108 struct Qdisc *next_sched; member
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c3053 q->next_sched = NULL; in __netif_reschedule()
3055 sd->output_queue_tailp = &q->next_sched; in __netif_reschedule()
4942 head = head->next_sched; in net_tx_action()