Searched refs:qdisc_watchdog_init_clockid (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/include/net/ |
D | pkt_sched.h | 71 void qdisc_watchdog_init_clockid(struct qdisc_watchdog *wd, struct Qdisc *qdisc,
|
/linux-6.6.21/net/sched/ |
D | sch_etf.c | 412 qdisc_watchdog_init_clockid(&q->watchdog, sch, q->clockid); in etf_init()
|
D | sch_api.c | 620 void qdisc_watchdog_init_clockid(struct qdisc_watchdog *wd, struct Qdisc *qdisc, in qdisc_watchdog_init_clockid() function 627 EXPORT_SYMBOL(qdisc_watchdog_init_clockid); 631 qdisc_watchdog_init_clockid(wd, qdisc, CLOCK_MONOTONIC); in qdisc_watchdog_init()
|
D | sch_fq.c | 957 qdisc_watchdog_init_clockid(&q->watchdog, sch, CLOCK_MONOTONIC); in fq_init()
|