Searched defs:sched_gate_list (Results 1 – 1 of 1) sorted by relevance
65 struct sched_gate_list { struct69 u64 max_open_gate_duration[TC_MAX_QUEUE];70 u32 max_frm_len[TC_MAX_QUEUE]; /* for the fast path */71 u32 max_sdu[TC_MAX_QUEUE]; /* for dump */72 struct rcu_head rcu;73 struct list_head entries;97 struct sched_gate_list __rcu *oper_sched; argument