Searched refs:watchdog (Results 1 – 8 of 8) 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() 412 qdisc_watchdog_init_clockid(&q->watchdog, sch, q->clockid); in etf_init() 438 if (q->watchdog.qdisc == sch) in etf_reset() 439 qdisc_watchdog_cancel(&q->watchdog); in etf_reset() 454 if (q->watchdog.qdisc == sch) in etf_destroy() 455 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 309 qdisc_watchdog_schedule_ns(&q->watchdog, in tbf_dequeue() 336 qdisc_watchdog_cancel(&q->watchdog); in tbf_reset() 482 qdisc_watchdog_init(&q->watchdog, sch); in tbf_init() 497 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() 1057 qdisc_watchdog_init(&q->watchdog, sch); in netem_init() 1073 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() 924 qdisc_watchdog_cancel(&q->watchdog); in fq_destroy() 957 qdisc_watchdog_init_clockid(&q->watchdog, sch, CLOCK_MONOTONIC); in fq_init()
|
D | sch_hfsc.c | 174 struct qdisc_watchdog watchdog; /* watchdog timer */ member 1387 qdisc_watchdog_schedule(&q->watchdog, next_time); in hfsc_schedule_watchdog() 1398 qdisc_watchdog_init(&q->watchdog, sch); in hfsc_init_qdisc() 1493 qdisc_watchdog_cancel(&q->watchdog); in hfsc_reset_qdisc() 1516 qdisc_watchdog_cancel(&q->watchdog); in hfsc_destroy_qdisc()
|
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() 1629 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() 2695 qdisc_watchdog_cancel(&q->watchdog); in cake_destroy() 2720 qdisc_watchdog_init(&q->watchdog, sch); in cake_init()
|