Searched refs:qdisc_watchdog_init_clockid (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/include/net/ |
D | pkt_sched.h | 72 void qdisc_watchdog_init_clockid(struct qdisc_watchdog *wd, struct Qdisc *qdisc,
|
/Linux-v6.1/net/sched/ |
D | sch_etf.c | 412 qdisc_watchdog_init_clockid(&q->watchdog, sch, q->clockid); in etf_init()
|
D | sch_api.c | 618 void qdisc_watchdog_init_clockid(struct qdisc_watchdog *wd, struct Qdisc *qdisc, in qdisc_watchdog_init_clockid() function 625 EXPORT_SYMBOL(qdisc_watchdog_init_clockid); 629 qdisc_watchdog_init_clockid(wd, qdisc, CLOCK_MONOTONIC); in qdisc_watchdog_init()
|
D | sch_fq.c | 953 qdisc_watchdog_init_clockid(&q->watchdog, sch, CLOCK_MONOTONIC); in fq_init()
|