Searched refs:watchdog (Results 1 – 9 of 9) sorted by relevance
/net/sched/ |
D | sch_etf.c | 36 struct qdisc_watchdog watchdog; member 127 qdisc_watchdog_cancel(&q->watchdog); in reset_watchdog() 132 qdisc_watchdog_schedule_ns(&q->watchdog, ktime_to_ns(next)); in reset_watchdog() 415 qdisc_watchdog_init_clockid(&q->watchdog, sch, q->clockid); in etf_init() 441 if (q->watchdog.qdisc == sch) in etf_reset() 442 qdisc_watchdog_cancel(&q->watchdog); in etf_reset() 457 if (q->watchdog.qdisc == sch) in etf_destroy() 458 qdisc_watchdog_cancel(&q->watchdog); in etf_destroy()
|
D | sch_cbs.c | 80 struct qdisc_watchdog watchdog; member 187 qdisc_watchdog_schedule_ns(&q->watchdog, q->last); in cbs_dequeue_soft() 200 qdisc_watchdog_schedule_ns(&q->watchdog, now + delay); in cbs_dequeue_soft() 428 qdisc_watchdog_init(&q->watchdog, sch); in cbs_init() 442 qdisc_watchdog_cancel(&q->watchdog); in cbs_destroy()
|
D | sch_tbf.c | 111 struct qdisc_watchdog watchdog; /* Watchdog timer */ member 295 qdisc_watchdog_schedule_ns(&q->watchdog, in tbf_dequeue() 322 qdisc_watchdog_cancel(&q->watchdog); in tbf_reset() 468 qdisc_watchdog_init(&q->watchdog, sch); in tbf_init() 483 qdisc_watchdog_cancel(&q->watchdog); in tbf_destroy()
|
D | sch_netem.c | 83 struct qdisc_watchdog watchdog; member 742 qdisc_watchdog_schedule_ns(&q->watchdog, in netem_dequeue() 763 qdisc_watchdog_cancel(&q->watchdog); in netem_reset() 1060 qdisc_watchdog_init(&q->watchdog, sch); in netem_init() 1076 qdisc_watchdog_cancel(&q->watchdog); in netem_destroy()
|
D | sch_fq.c | 135 struct qdisc_watchdog watchdog; member 553 qdisc_watchdog_schedule_range_ns(&q->watchdog, in fq_dequeue() 927 qdisc_watchdog_cancel(&q->watchdog); in fq_destroy() 960 qdisc_watchdog_init_clockid(&q->watchdog, sch, CLOCK_MONOTONIC); in fq_init()
|
D | sch_hfsc.c | 174 struct qdisc_watchdog watchdog; /* watchdog timer */ member 1400 qdisc_watchdog_schedule(&q->watchdog, next_time); in hfsc_schedule_watchdog() 1411 qdisc_watchdog_init(&q->watchdog, sch); in hfsc_init_qdisc() 1505 qdisc_watchdog_cancel(&q->watchdog); in hfsc_reset_qdisc() 1528 qdisc_watchdog_cancel(&q->watchdog); in hfsc_destroy_qdisc()
|
D | sch_cbq.c | 153 struct qdisc_watchdog watchdog; /* Watchdog timer, member 483 struct Qdisc *sch = q->watchdog.qdisc; in cbq_undelay() 856 qdisc_watchdog_schedule(&q->watchdog, in cbq_dequeue() 1037 qdisc_watchdog_cancel(&q->watchdog); in cbq_reset() 1164 qdisc_watchdog_init(&q->watchdog, sch); in cbq_init()
|
D | sch_htb.c | 169 struct qdisc_watchdog watchdog; member 985 qdisc_watchdog_schedule_ns(&q->watchdog, next_event); in htb_dequeue() 1012 qdisc_watchdog_cancel(&q->watchdog); in htb_reset() 1032 struct Qdisc *sch = q->watchdog.qdisc; in htb_work_func() 1063 qdisc_watchdog_init(&q->watchdog, sch); in htb_init() 1641 qdisc_watchdog_cancel(&q->watchdog); in htb_destroy()
|
D | sch_cake.c | 238 struct qdisc_watchdog watchdog; member 1733 qdisc_watchdog_schedule_ns(&q->watchdog, next); in cake_enqueue() 1970 qdisc_watchdog_schedule_ns(&q->watchdog, next); in cake_dequeue() 2202 qdisc_watchdog_schedule_ns(&q->watchdog, next); in cake_dequeue() 2212 qdisc_watchdog_schedule_ns(&q->watchdog, in cake_dequeue() 2698 qdisc_watchdog_cancel(&q->watchdog); in cake_destroy() 2723 qdisc_watchdog_init(&q->watchdog, sch); in cake_init()
|