Home
last modified time | relevance | path

Searched defs:taprio_sched (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/net/sched/
Dsch_taprio.c62 struct taprio_sched { struct
63 struct Qdisc **qdiscs;
64 struct Qdisc *root;
65 u32 flags;
66 enum tk_offsets tk_offset;
67 int clockid;
68 atomic64_t picos_per_byte; /* Using picoseconds because for 10Gbps+
73 spinlock_t current_entry_lock;
97 static ktime_t taprio_get_time(struct taprio_sched *q) in taprio_get_time() argument