Searched refs:qdisc_watchdog_init_clockid (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/include/net/ |
D | pkt_sched.h | 78 void qdisc_watchdog_init_clockid(struct qdisc_watchdog *wd, struct Qdisc *qdisc,
|
/Linux-v5.15/net/sched/ |
D | sch_etf.c | 415 qdisc_watchdog_init_clockid(&q->watchdog, sch, q->clockid); in etf_init()
|
D | sch_api.c | 616 void qdisc_watchdog_init_clockid(struct qdisc_watchdog *wd, struct Qdisc *qdisc, in qdisc_watchdog_init_clockid() function 623 EXPORT_SYMBOL(qdisc_watchdog_init_clockid); 627 qdisc_watchdog_init_clockid(wd, qdisc, CLOCK_MONOTONIC); in qdisc_watchdog_init()
|
D | sch_fq.c | 956 qdisc_watchdog_init_clockid(&q->watchdog, sch, CLOCK_MONOTONIC); in fq_init()
|