Searched defs:sch (Results 1 - 59 of 59) sorted by relevance

/linux-4.4.14/net/sched/
H A Dsch_blackhole.c20 static int blackhole_enqueue(struct sk_buff *skb, struct Qdisc *sch) blackhole_enqueue() argument
26 static struct sk_buff *blackhole_dequeue(struct Qdisc *sch) blackhole_dequeue() argument
H A Dsch_plug.c89 static int plug_enqueue(struct sk_buff *skb, struct Qdisc *sch) plug_enqueue() argument
102 static struct sk_buff *plug_dequeue(struct Qdisc *sch) plug_dequeue() argument
123 static int plug_init(struct Qdisc *sch, struct nlattr *opt) plug_init() argument
158 static int plug_change(struct Qdisc *sch, struct nlattr *opt) plug_change() argument
H A Dsch_fifo.c22 static int bfifo_enqueue(struct sk_buff *skb, struct Qdisc *sch) bfifo_enqueue() argument
30 static int pfifo_enqueue(struct sk_buff *skb, struct Qdisc *sch) pfifo_enqueue() argument
38 static int pfifo_tail_enqueue(struct sk_buff *skb, struct Qdisc *sch) pfifo_tail_enqueue() argument
51 static int fifo_init(struct Qdisc *sch, struct nlattr *opt) fifo_init() argument
84 static int fifo_dump(struct Qdisc *sch, struct sk_buff *skb) fifo_dump() argument
163 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops, fifo_create_dflt() argument
H A Dsch_ingress.c19 static struct Qdisc *ingress_leaf(struct Qdisc *sch, unsigned long arg) ingress_leaf() argument
24 static unsigned long ingress_get(struct Qdisc *sch, u32 classid) ingress_get() argument
29 static unsigned long ingress_bind_filter(struct Qdisc *sch, ingress_bind_filter() argument
35 static void ingress_put(struct Qdisc *sch, unsigned long cl) ingress_put() argument
39 static void ingress_walk(struct Qdisc *sch, struct qdisc_walker *walker) ingress_walk() argument
43 static struct tcf_proto __rcu **ingress_find_tcf(struct Qdisc *sch, ingress_find_tcf() argument
51 static int ingress_init(struct Qdisc *sch, struct nlattr *opt) ingress_init() argument
59 static void ingress_destroy(struct Qdisc *sch) ingress_destroy() argument
67 static int ingress_dump(struct Qdisc *sch, struct sk_buff *skb) ingress_dump() argument
H A Dsch_codel.c67 static struct sk_buff *dequeue(struct codel_vars *vars, struct Qdisc *sch) dequeue() argument
75 static struct sk_buff *codel_qdisc_dequeue(struct Qdisc *sch) codel_qdisc_dequeue() argument
95 static int codel_qdisc_enqueue(struct sk_buff *skb, struct Qdisc *sch) codel_qdisc_enqueue() argument
116 static int codel_change(struct Qdisc *sch, struct nlattr *opt) codel_change() argument
170 static int codel_init(struct Qdisc *sch, struct nlattr *opt) codel_init() argument
195 static int codel_dump(struct Qdisc *sch, struct sk_buff *skb) codel_dump() argument
224 static int codel_dump_stats(struct Qdisc *sch, struct gnet_dump *d) codel_dump_stats() argument
250 static void codel_reset(struct Qdisc *sch) codel_reset() argument
H A Dsch_mq.c25 static void mq_destroy(struct Qdisc *sch) mq_destroy() argument
38 static int mq_init(struct Qdisc *sch, struct nlattr *opt) mq_init() argument
77 static void mq_attach(struct Qdisc *sch) mq_attach() argument
99 static int mq_dump(struct Qdisc *sch, struct sk_buff *skb) mq_dump() argument
124 static struct netdev_queue *mq_queue_get(struct Qdisc *sch, unsigned long cl) mq_queue_get() argument
134 static struct netdev_queue *mq_select_queue(struct Qdisc *sch, mq_select_queue() argument
148 static int mq_graft(struct Qdisc *sch, unsigned long cl, struct Qdisc *new, mq_graft() argument
165 static struct Qdisc *mq_leaf(struct Qdisc *sch, unsigned long cl) mq_leaf() argument
172 static unsigned long mq_get(struct Qdisc *sch, u32 classid) mq_get() argument
181 static void mq_put(struct Qdisc *sch, unsigned long cl) mq_put() argument
185 static int mq_dump_class(struct Qdisc *sch, unsigned long cl, mq_dump_class() argument
196 static int mq_dump_class_stats(struct Qdisc *sch, unsigned long cl, mq_dump_class_stats() argument
208 static void mq_walk(struct Qdisc *sch, struct qdisc_walker *arg) mq_walk() argument
H A Dsch_dsmark.c61 static int dsmark_graft(struct Qdisc *sch, unsigned long arg, dsmark_graft() argument
80 static struct Qdisc *dsmark_leaf(struct Qdisc *sch, unsigned long arg) dsmark_leaf() argument
86 static unsigned long dsmark_get(struct Qdisc *sch, u32 classid) dsmark_get() argument
94 static unsigned long dsmark_bind_filter(struct Qdisc *sch, dsmark_bind_filter() argument
100 static void dsmark_put(struct Qdisc *sch, unsigned long cl) dsmark_put() argument
112 static int dsmark_change(struct Qdisc *sch, u32 classid, u32 parent, dsmark_change() argument
147 static int dsmark_delete(struct Qdisc *sch, unsigned long arg) dsmark_delete() argument
160 static void dsmark_walk(struct Qdisc *sch, struct qdisc_walker *walker) dsmark_walk() argument
185 static inline struct tcf_proto __rcu **dsmark_find_tcf(struct Qdisc *sch, dsmark_find_tcf() argument
194 static int dsmark_enqueue(struct sk_buff *skb, struct Qdisc *sch) dsmark_enqueue() argument
271 static struct sk_buff *dsmark_dequeue(struct Qdisc *sch) dsmark_dequeue() argument
314 static struct sk_buff *dsmark_peek(struct Qdisc *sch) dsmark_peek() argument
323 static unsigned int dsmark_drop(struct Qdisc *sch) dsmark_drop() argument
340 static int dsmark_init(struct Qdisc *sch, struct nlattr *opt) dsmark_init() argument
394 static void dsmark_reset(struct Qdisc *sch) dsmark_reset() argument
404 static void dsmark_destroy(struct Qdisc *sch) dsmark_destroy() argument
416 static int dsmark_dump_class(struct Qdisc *sch, unsigned long cl, dsmark_dump_class() argument
444 static int dsmark_dump(struct Qdisc *sch, struct sk_buff *skb) dsmark_dump() argument
H A Dsch_mqprio.c27 static void mqprio_destroy(struct Qdisc *sch) mqprio_destroy() argument
92 static int mqprio_init(struct Qdisc *sch, struct nlattr *opt) mqprio_init() argument
166 static void mqprio_attach(struct Qdisc *sch) mqprio_attach() argument
186 static struct netdev_queue *mqprio_queue_get(struct Qdisc *sch, mqprio_queue_get() argument
197 static int mqprio_graft(struct Qdisc *sch, unsigned long cl, struct Qdisc *new, mqprio_graft() argument
220 static int mqprio_dump(struct Qdisc *sch, struct sk_buff *skb) mqprio_dump() argument
264 static struct Qdisc *mqprio_leaf(struct Qdisc *sch, unsigned long cl) mqprio_leaf() argument
274 static unsigned long mqprio_get(struct Qdisc *sch, u32 classid) mqprio_get() argument
284 static void mqprio_put(struct Qdisc *sch, unsigned long cl) mqprio_put() argument
288 static int mqprio_dump_class(struct Qdisc *sch, unsigned long cl, mqprio_dump_class() argument
373 static void mqprio_walk(struct Qdisc *sch, struct qdisc_walker *arg) mqprio_walk() argument
H A Dsch_multiq.c40 multiq_classify(struct sk_buff *skb, struct Qdisc *sch, int *qerr) multiq_classify() argument
68 multiq_enqueue(struct sk_buff *skb, struct Qdisc *sch) multiq_enqueue() argument
94 static struct sk_buff *multiq_dequeue(struct Qdisc *sch) multiq_dequeue() argument
125 static struct sk_buff *multiq_peek(struct Qdisc *sch) multiq_peek() argument
154 static unsigned int multiq_drop(struct Qdisc *sch) multiq_drop() argument
176 multiq_reset(struct Qdisc *sch) multiq_reset() argument
188 multiq_destroy(struct Qdisc *sch) multiq_destroy() argument
200 static int multiq_tune(struct Qdisc *sch, struct nlattr *opt) multiq_tune() argument
254 static int multiq_init(struct Qdisc *sch, struct nlattr *opt) multiq_init() argument
280 static int multiq_dump(struct Qdisc *sch, struct sk_buff *skb) multiq_dump() argument
299 static int multiq_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, multiq_graft() argument
313 multiq_leaf(struct Qdisc *sch, unsigned long arg) multiq_leaf() argument
321 static unsigned long multiq_get(struct Qdisc *sch, u32 classid) multiq_get() argument
331 static unsigned long multiq_bind(struct Qdisc *sch, unsigned long parent, multiq_bind() argument
342 static int multiq_dump_class(struct Qdisc *sch, unsigned long cl, multiq_dump_class() argument
352 static int multiq_dump_class_stats(struct Qdisc *sch, unsigned long cl, multiq_dump_class_stats() argument
366 static void multiq_walk(struct Qdisc *sch, struct qdisc_walker *arg) multiq_walk() argument
387 static struct tcf_proto __rcu **multiq_find_tcf(struct Qdisc *sch, multiq_find_tcf() argument
H A Dsch_prio.c34 prio_classify(struct sk_buff *skb, struct Qdisc *sch, int *qerr) prio_classify() argument
70 prio_enqueue(struct sk_buff *skb, struct Qdisc *sch) prio_enqueue() argument
96 static struct sk_buff *prio_peek(struct Qdisc *sch) prio_peek() argument
110 static struct sk_buff *prio_dequeue(struct Qdisc *sch) prio_dequeue() argument
128 static unsigned int prio_drop(struct Qdisc *sch) prio_drop() argument
147 prio_reset(struct Qdisc *sch) prio_reset() argument
158 prio_destroy(struct Qdisc *sch) prio_destroy() argument
168 static int prio_tune(struct Qdisc *sch, struct nlattr *opt) prio_tune() argument
225 static int prio_init(struct Qdisc *sch, struct nlattr *opt) prio_init() argument
244 static int prio_dump(struct Qdisc *sch, struct sk_buff *skb) prio_dump() argument
263 static int prio_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, prio_graft() argument
277 prio_leaf(struct Qdisc *sch, unsigned long arg) prio_leaf() argument
285 static unsigned long prio_get(struct Qdisc *sch, u32 classid) prio_get() argument
295 static unsigned long prio_bind(struct Qdisc *sch, unsigned long parent, u32 classid) prio_bind() argument
305 static int prio_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, prio_dump_class() argument
315 static int prio_dump_class_stats(struct Qdisc *sch, unsigned long cl, prio_dump_class_stats() argument
329 static void prio_walk(struct Qdisc *sch, struct qdisc_walker *arg) prio_walk() argument
350 static struct tcf_proto __rcu **prio_find_tcf(struct Qdisc *sch, prio_find_tcf() argument
H A Dsch_red.c59 static int red_enqueue(struct sk_buff *skb, struct Qdisc *sch) red_enqueue() argument
112 static struct sk_buff *red_dequeue(struct Qdisc *sch) red_dequeue() argument
129 static struct sk_buff *red_peek(struct Qdisc *sch) red_peek() argument
137 static unsigned int red_drop(struct Qdisc *sch) red_drop() argument
156 static void red_reset(struct Qdisc *sch) red_reset() argument
165 static void red_destroy(struct Qdisc *sch) red_destroy() argument
179 static int red_change(struct Qdisc *sch, struct nlattr *opt) red_change() argument
239 struct Qdisc *sch = (struct Qdisc *)arg; red_adaptative_timer() local
249 static int red_init(struct Qdisc *sch, struct nlattr *opt) red_init() argument
258 static int red_dump(struct Qdisc *sch, struct sk_buff *skb) red_dump() argument
286 static int red_dump_stats(struct Qdisc *sch, struct gnet_dump *d) red_dump_stats() argument
299 static int red_dump_class(struct Qdisc *sch, unsigned long cl, red_dump_class() argument
309 static int red_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, red_graft() argument
321 static struct Qdisc *red_leaf(struct Qdisc *sch, unsigned long arg) red_leaf() argument
327 static unsigned long red_get(struct Qdisc *sch, u32 classid) red_get() argument
332 static void red_put(struct Qdisc *sch, unsigned long arg) red_put() argument
336 static void red_walk(struct Qdisc *sch, struct qdisc_walker *walker) red_walk() argument
H A Dsch_teql.c80 teql_enqueue(struct sk_buff *skb, struct Qdisc *sch) teql_enqueue() argument
94 teql_dequeue(struct Qdisc *sch) teql_dequeue() argument
119 teql_peek(struct Qdisc *sch) teql_peek() argument
126 teql_reset(struct Qdisc *sch) teql_reset() argument
135 teql_destroy(struct Qdisc *sch) teql_destroy() argument
170 static int teql_qdisc_init(struct Qdisc *sch, struct nlattr *opt) teql_qdisc_init() argument
H A Dsch_atm.c70 static inline struct atm_flow_data *lookup_flow(struct Qdisc *sch, u32 classid) lookup_flow() argument
82 static int atm_tc_graft(struct Qdisc *sch, unsigned long arg, atm_tc_graft() argument
101 static struct Qdisc *atm_tc_leaf(struct Qdisc *sch, unsigned long cl) atm_tc_leaf() argument
109 static unsigned long atm_tc_get(struct Qdisc *sch, u32 classid) atm_tc_get() argument
122 static unsigned long atm_tc_bind_filter(struct Qdisc *sch, atm_tc_bind_filter() argument
133 static void atm_tc_put(struct Qdisc *sch, unsigned long cl) atm_tc_put() argument
185 static int atm_tc_change(struct Qdisc *sch, u32 classid, u32 parent, atm_tc_change() argument
306 static int atm_tc_delete(struct Qdisc *sch, unsigned long arg) atm_tc_delete() argument
330 static void atm_tc_walk(struct Qdisc *sch, struct qdisc_walker *walker) atm_tc_walk() argument
348 static struct tcf_proto __rcu **atm_tc_find_tcf(struct Qdisc *sch, atm_tc_find_tcf() argument
360 static int atm_tc_enqueue(struct sk_buff *skb, struct Qdisc *sch) atm_tc_enqueue() argument
452 struct Qdisc *sch = (struct Qdisc *)data; sch_atm_dequeue() local
500 static struct sk_buff *atm_tc_dequeue(struct Qdisc *sch) atm_tc_dequeue() argument
513 static struct sk_buff *atm_tc_peek(struct Qdisc *sch) atm_tc_peek() argument
522 static unsigned int atm_tc_drop(struct Qdisc *sch) atm_tc_drop() argument
536 static int atm_tc_init(struct Qdisc *sch, struct nlattr *opt) atm_tc_init() argument
558 static void atm_tc_reset(struct Qdisc *sch) atm_tc_reset() argument
569 static void atm_tc_destroy(struct Qdisc *sch) atm_tc_destroy() argument
586 static int atm_tc_dump_class(struct Qdisc *sch, unsigned long cl, atm_tc_dump_class() argument
635 atm_tc_dump_class_stats(struct Qdisc *sch, unsigned long arg, atm_tc_dump_class_stats() argument
647 static int atm_tc_dump(struct Qdisc *sch, struct sk_buff *skb) atm_tc_dump() argument
H A Dsch_choke.c118 static void choke_drop_by_idx(struct Qdisc *sch, unsigned int idx) choke_drop_by_idx() argument
264 static int choke_enqueue(struct sk_buff *skb, struct Qdisc *sch) choke_enqueue() argument
347 static struct sk_buff *choke_dequeue(struct Qdisc *sch) choke_dequeue() argument
368 static unsigned int choke_drop(struct Qdisc *sch) choke_drop() argument
384 static void choke_reset(struct Qdisc *sch) choke_reset() argument
416 static int choke_change(struct Qdisc *sch, struct nlattr *opt) choke_change() argument
503 static int choke_init(struct Qdisc *sch, struct nlattr *opt) choke_init() argument
508 static int choke_dump(struct Qdisc *sch, struct sk_buff *skb) choke_dump() argument
536 static int choke_dump_stats(struct Qdisc *sch, struct gnet_dump *d) choke_dump_stats() argument
550 static void choke_destroy(struct Qdisc *sch) choke_destroy() argument
558 static struct sk_buff *choke_peek_head(struct Qdisc *sch) choke_peek_head() argument
194 choke_classify(struct sk_buff *skb, struct Qdisc *sch, int *qerr) choke_classify() argument
H A Dsch_drr.c42 static struct drr_class *drr_find_class(struct Qdisc *sch, u32 classid) drr_find_class() argument
66 static int drr_change_class(struct Qdisc *sch, u32 classid, u32 parentid, drr_change_class() argument
141 static void drr_destroy_class(struct Qdisc *sch, struct drr_class *cl) drr_destroy_class() argument
148 static int drr_delete_class(struct Qdisc *sch, unsigned long arg) drr_delete_class() argument
171 static unsigned long drr_get_class(struct Qdisc *sch, u32 classid) drr_get_class() argument
181 static void drr_put_class(struct Qdisc *sch, unsigned long arg) drr_put_class() argument
189 static struct tcf_proto __rcu **drr_tcf_chain(struct Qdisc *sch, drr_tcf_chain() argument
200 static unsigned long drr_bind_tcf(struct Qdisc *sch, unsigned long parent, drr_bind_tcf() argument
211 static void drr_unbind_tcf(struct Qdisc *sch, unsigned long arg) drr_unbind_tcf() argument
218 static int drr_graft_class(struct Qdisc *sch, unsigned long arg, drr_graft_class() argument
234 static struct Qdisc *drr_class_leaf(struct Qdisc *sch, unsigned long arg) drr_class_leaf() argument
249 static int drr_dump_class(struct Qdisc *sch, unsigned long arg, drr_dump_class() argument
271 static int drr_dump_class_stats(struct Qdisc *sch, unsigned long arg, drr_dump_class_stats() argument
290 static void drr_walk(struct Qdisc *sch, struct qdisc_walker *arg) drr_walk() argument
314 static struct drr_class *drr_classify(struct sk_buff *skb, struct Qdisc *sch, drr_classify() argument
350 static int drr_enqueue(struct sk_buff *skb, struct Qdisc *sch) drr_enqueue() argument
382 static struct sk_buff *drr_dequeue(struct Qdisc *sch) drr_dequeue() argument
419 static unsigned int drr_drop(struct Qdisc *sch) drr_drop() argument
439 static int drr_init_qdisc(struct Qdisc *sch, struct nlattr *opt) drr_init_qdisc() argument
451 static void drr_reset_qdisc(struct Qdisc *sch) drr_reset_qdisc() argument
467 static void drr_destroy_qdisc(struct Qdisc *sch) drr_destroy_qdisc() argument
H A Dsch_gred.c92 static inline int gred_wred_mode_check(struct Qdisc *sch) gred_wred_mode_check() argument
152 static int gred_enqueue(struct sk_buff *skb, struct Qdisc *sch) gred_enqueue() argument
247 static struct sk_buff *gred_dequeue(struct Qdisc *sch) gred_dequeue() argument
279 static unsigned int gred_drop(struct Qdisc *sch) gred_drop() argument
313 static void gred_reset(struct Qdisc *sch) gred_reset() argument
336 static inline int gred_change_table_def(struct Qdisc *sch, struct nlattr *dps) gred_change_table_def() argument
384 static inline int gred_change_vq(struct Qdisc *sch, int dp, gred_change_vq() argument
424 static int gred_change(struct Qdisc *sch, struct nlattr *opt) gred_change() argument
498 static int gred_init(struct Qdisc *sch, struct nlattr *opt) gred_init() argument
522 static int gred_dump(struct Qdisc *sch, struct sk_buff *skb) gred_dump() argument
609 static void gred_destroy(struct Qdisc *sch) gred_destroy() argument
113 gred_backlog(struct gred_sched *table, struct gred_sched_data *q, struct Qdisc *sch) gred_backlog() argument
H A Dsch_pie.c98 static bool drop_early(struct Qdisc *sch, u32 packet_size) drop_early() argument
137 static int pie_qdisc_enqueue(struct sk_buff *skb, struct Qdisc *sch) pie_qdisc_enqueue() argument
182 static int pie_change(struct Qdisc *sch, struct nlattr *opt) pie_change() argument
245 static void pie_process_dequeue(struct Qdisc *sch, struct sk_buff *skb) pie_process_dequeue() argument
311 static void calculate_probability(struct Qdisc *sch) calculate_probability() argument
426 struct Qdisc *sch = (struct Qdisc *)arg; pie_timer() local
440 static int pie_init(struct Qdisc *sch, struct nlattr *opt) pie_init() argument
461 static int pie_dump(struct Qdisc *sch, struct sk_buff *skb) pie_dump() argument
490 static int pie_dump_stats(struct Qdisc *sch, struct gnet_dump *d) pie_dump_stats() argument
510 static struct sk_buff *pie_qdisc_dequeue(struct Qdisc *sch) pie_qdisc_dequeue() argument
522 static void pie_reset(struct Qdisc *sch) pie_reset() argument
529 static void pie_destroy(struct Qdisc *sch) pie_destroy() argument
H A Dsch_tbf.c158 static int tbf_segment(struct sk_buff *skb, struct Qdisc *sch) tbf_segment() argument
193 static int tbf_enqueue(struct sk_buff *skb, struct Qdisc *sch) tbf_enqueue() argument
214 static unsigned int tbf_drop(struct Qdisc *sch) tbf_drop() argument
231 static struct sk_buff *tbf_dequeue(struct Qdisc *sch) tbf_dequeue() argument
292 static void tbf_reset(struct Qdisc *sch) tbf_reset() argument
314 static int tbf_change(struct Qdisc *sch, struct nlattr *opt) tbf_change() argument
431 static int tbf_init(struct Qdisc *sch, struct nlattr *opt) tbf_init() argument
445 static void tbf_destroy(struct Qdisc *sch) tbf_destroy() argument
453 static int tbf_dump(struct Qdisc *sch, struct sk_buff *skb) tbf_dump() argument
489 static int tbf_dump_class(struct Qdisc *sch, unsigned long cl, tbf_dump_class() argument
500 static int tbf_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, tbf_graft() argument
512 static struct Qdisc *tbf_leaf(struct Qdisc *sch, unsigned long arg) tbf_leaf() argument
518 static unsigned long tbf_get(struct Qdisc *sch, u32 classid) tbf_get() argument
523 static void tbf_put(struct Qdisc *sch, unsigned long arg) tbf_put() argument
527 static void tbf_walk(struct Qdisc *sch, struct qdisc_walker *walker) tbf_walk() argument
H A Dsch_fq_codel.c77 static unsigned int fq_codel_classify(struct sk_buff *skb, struct Qdisc *sch, fq_codel_classify() argument
136 static unsigned int fq_codel_drop(struct Qdisc *sch) fq_codel_drop() argument
166 static unsigned int fq_codel_qdisc_drop(struct Qdisc *sch) fq_codel_qdisc_drop() argument
175 static int fq_codel_enqueue(struct sk_buff *skb, struct Qdisc *sch) fq_codel_enqueue() argument
223 static struct sk_buff *dequeue(struct codel_vars *vars, struct Qdisc *sch) dequeue() argument
238 static struct sk_buff *fq_codel_dequeue(struct Qdisc *sch) fq_codel_dequeue() argument
294 static void fq_codel_reset(struct Qdisc *sch) fq_codel_reset() argument
328 static int fq_codel_change(struct Qdisc *sch, struct nlattr *opt) fq_codel_change() argument
406 static void fq_codel_destroy(struct Qdisc *sch) fq_codel_destroy() argument
415 static int fq_codel_init(struct Qdisc *sch, struct nlattr *opt) fq_codel_init() argument
460 static int fq_codel_dump(struct Qdisc *sch, struct sk_buff *skb) fq_codel_dump() argument
494 static int fq_codel_dump_stats(struct Qdisc *sch, struct gnet_dump *d) fq_codel_dump_stats() argument
517 static struct Qdisc *fq_codel_leaf(struct Qdisc *sch, unsigned long arg) fq_codel_leaf() argument
522 static unsigned long fq_codel_get(struct Qdisc *sch, u32 classid) fq_codel_get() argument
527 static unsigned long fq_codel_bind(struct Qdisc *sch, unsigned long parent, fq_codel_bind() argument
539 static struct tcf_proto __rcu **fq_codel_find_tcf(struct Qdisc *sch, fq_codel_find_tcf() argument
549 static int fq_codel_dump_class(struct Qdisc *sch, unsigned long cl, fq_codel_dump_class() argument
556 static int fq_codel_dump_class_stats(struct Qdisc *sch, unsigned long cl, fq_codel_dump_class_stats() argument
598 static void fq_codel_walk(struct Qdisc *sch, struct qdisc_walker *arg) fq_codel_walk() argument
H A Dsch_generic.c580 struct Qdisc *sch; qdisc_alloc() local
624 struct Qdisc *sch; qdisc_create_dflt() local
H A Dsch_hhf.c246 static enum wdrr_bucket_idx hhf_classify(struct sk_buff *skb, struct Qdisc *sch) hhf_classify() argument
348 static unsigned int hhf_drop(struct Qdisc *sch) hhf_drop() argument
371 static unsigned int hhf_qdisc_drop(struct Qdisc *sch) hhf_qdisc_drop() argument
380 static int hhf_enqueue(struct sk_buff *skb, struct Qdisc *sch) hhf_enqueue() argument
426 static struct sk_buff *hhf_dequeue(struct Qdisc *sch) hhf_dequeue() argument
471 static void hhf_reset(struct Qdisc *sch) hhf_reset() argument
494 static void hhf_destroy(struct Qdisc *sch) hhf_destroy() argument
528 static int hhf_change(struct Qdisc *sch, struct nlattr *opt) hhf_change() argument
595 static int hhf_init(struct Qdisc *sch, struct nlattr *opt) hhf_init() argument
666 static int hhf_dump(struct Qdisc *sch, struct sk_buff *skb) hhf_dump() argument
692 static int hhf_dump_stats(struct Qdisc *sch, struct gnet_dump *d) hhf_dump_stats() argument
H A Dsch_sfb.c278 static int sfb_enqueue(struct sk_buff *skb, struct Qdisc *sch) sfb_enqueue() argument
420 static struct sk_buff *sfb_dequeue(struct Qdisc *sch) sfb_dequeue() argument
437 static struct sk_buff *sfb_peek(struct Qdisc *sch) sfb_peek() argument
447 static void sfb_reset(struct Qdisc *sch) sfb_reset() argument
459 static void sfb_destroy(struct Qdisc *sch) sfb_destroy() argument
483 static int sfb_change(struct Qdisc *sch, struct nlattr *opt) sfb_change() argument
542 static int sfb_init(struct Qdisc *sch, struct nlattr *opt) sfb_init() argument
550 static int sfb_dump(struct Qdisc *sch, struct sk_buff *skb) sfb_dump() argument
579 static int sfb_dump_stats(struct Qdisc *sch, struct gnet_dump *d) sfb_dump_stats() argument
596 static int sfb_dump_class(struct Qdisc *sch, unsigned long cl, sfb_dump_class() argument
602 static int sfb_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, sfb_graft() argument
614 static struct Qdisc *sfb_leaf(struct Qdisc *sch, unsigned long arg) sfb_leaf() argument
621 static unsigned long sfb_get(struct Qdisc *sch, u32 classid) sfb_get() argument
626 static void sfb_put(struct Qdisc *sch, unsigned long arg) sfb_put() argument
630 static int sfb_change_class(struct Qdisc *sch, u32 classid, u32 parentid, sfb_change_class() argument
636 static int sfb_delete(struct Qdisc *sch, unsigned long cl) sfb_delete() argument
641 static void sfb_walk(struct Qdisc *sch, struct qdisc_walker *walker) sfb_walk() argument
653 static struct tcf_proto __rcu **sfb_find_tcf(struct Qdisc *sch, sfb_find_tcf() argument
663 static unsigned long sfb_bind(struct Qdisc *sch, unsigned long parent, sfb_bind() argument
H A Dsch_sfq.c164 static unsigned int sfq_classify(struct sk_buff *skb, struct Qdisc *sch, sfq_classify() argument
292 static unsigned int sfq_drop(struct Qdisc *sch) sfq_drop() argument
346 sfq_enqueue(struct sk_buff *skb, struct Qdisc *sch) sfq_enqueue() argument
477 sfq_dequeue(struct Qdisc *sch) sfq_dequeue() argument
518 sfq_reset(struct Qdisc *sch) sfq_reset() argument
532 static void sfq_rehash(struct Qdisc *sch) sfq_rehash() argument
604 struct Qdisc *sch = (struct Qdisc *)arg; sfq_perturbation() local
618 static int sfq_change(struct Qdisc *sch, struct nlattr *opt) sfq_change() argument
699 static void sfq_destroy(struct Qdisc *sch) sfq_destroy() argument
711 static int sfq_init(struct Qdisc *sch, struct nlattr *opt) sfq_init() argument
762 static int sfq_dump(struct Qdisc *sch, struct sk_buff *skb) sfq_dump() argument
799 static struct Qdisc *sfq_leaf(struct Qdisc *sch, unsigned long arg) sfq_leaf() argument
804 static unsigned long sfq_get(struct Qdisc *sch, u32 classid) sfq_get() argument
809 static unsigned long sfq_bind(struct Qdisc *sch, unsigned long parent, sfq_bind() argument
821 static struct tcf_proto __rcu **sfq_find_tcf(struct Qdisc *sch, sfq_find_tcf() argument
831 static int sfq_dump_class(struct Qdisc *sch, unsigned long cl, sfq_dump_class() argument
838 static int sfq_dump_class_stats(struct Qdisc *sch, unsigned long cl, sfq_dump_class_stats() argument
858 static void sfq_walk(struct Qdisc *sch, struct qdisc_walker *arg) sfq_walk() argument
H A Dsch_fq.c299 static struct sk_buff *fq_dequeue_head(struct Qdisc *sch, struct fq_flow *flow) fq_dequeue_head() argument
371 static int fq_enqueue(struct sk_buff *skb, struct Qdisc *sch) fq_enqueue() argument
428 static struct sk_buff *fq_dequeue(struct Qdisc *sch) fq_dequeue() argument
518 static void fq_reset(struct Qdisc *sch) fq_reset() argument
613 static int fq_resize(struct Qdisc *sch, u32 log) fq_resize() argument
660 static int fq_change(struct Qdisc *sch, struct nlattr *opt) fq_change() argument
750 static void fq_destroy(struct Qdisc *sch) fq_destroy() argument
759 static int fq_init(struct Qdisc *sch, struct nlattr *opt) fq_init() argument
787 static int fq_dump(struct Qdisc *sch, struct sk_buff *skb) fq_dump() argument
816 static int fq_dump_stats(struct Qdisc *sch, struct gnet_dump *d) fq_dump_stats() argument
H A Dsch_netem.c362 static void tfifo_reset(struct Qdisc *sch) tfifo_reset() argument
377 static void tfifo_enqueue(struct sk_buff *nskb, struct Qdisc *sch) tfifo_enqueue() argument
402 static struct sk_buff *netem_segment(struct sk_buff *skb, struct Qdisc *sch) netem_segment() argument
423 static int netem_enqueue(struct sk_buff *skb, struct Qdisc *sch) netem_enqueue() argument
579 static unsigned int netem_drop(struct Qdisc *sch) netem_drop() argument
608 static struct sk_buff *netem_dequeue(struct Qdisc *sch) netem_dequeue() argument
683 static void netem_reset(struct Qdisc *sch) netem_reset() argument
703 static int get_dist_table(struct Qdisc *sch, const struct nlattr *attr) get_dist_table() argument
859 static int netem_change(struct Qdisc *sch, struct nlattr *opt) netem_change() argument
941 static int netem_init(struct Qdisc *sch, struct nlattr *opt) netem_init() argument
958 static void netem_destroy(struct Qdisc *sch) netem_destroy() argument
1018 static int netem_dump(struct Qdisc *sch, struct sk_buff *skb) netem_dump() argument
1079 static int netem_dump_class(struct Qdisc *sch, unsigned long cl, netem_dump_class() argument
1093 static int netem_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, netem_graft() argument
1102 static struct Qdisc *netem_leaf(struct Qdisc *sch, unsigned long arg) netem_leaf() argument
1108 static unsigned long netem_get(struct Qdisc *sch, u32 classid) netem_get() argument
1113 static void netem_put(struct Qdisc *sch, unsigned long arg) netem_put() argument
1117 static void netem_walk(struct Qdisc *sch, struct qdisc_walker *walker) netem_walk() argument
H A Dsch_api.c651 void qdisc_class_hash_grow(struct Qdisc *sch, struct Qdisc_class_hash *clhash) qdisc_class_hash_grow() argument
747 void qdisc_tree_reduce_backlog(struct Qdisc *sch, unsigned int n, qdisc_tree_reduce_backlog() argument
897 struct Qdisc *sch; qdisc_create() local
1029 static int qdisc_change(struct Qdisc *sch, struct nlattr **tca) qdisc_change() argument
H A Dsch_cbq.c217 cbq_classify(struct sk_buff *skb, struct Qdisc *sch, int *qerr) cbq_classify() argument
369 cbq_enqueue(struct sk_buff *skb, struct Qdisc *sch) cbq_enqueue() argument
591 struct Qdisc *sch = q->watchdog.qdisc; cbq_undelay() local
631 struct Qdisc *sch = child->__parent; cbq_reshape_fail() local
822 cbq_dequeue_prio(struct Qdisc *sch, int prio) cbq_dequeue_prio() argument
925 cbq_dequeue_1(struct Qdisc *sch) cbq_dequeue_1() argument
943 cbq_dequeue(struct Qdisc *sch) cbq_dequeue() argument
1169 static unsigned int cbq_drop(struct Qdisc *sch) cbq_drop() argument
1195 cbq_reset(struct Qdisc *sch) cbq_reset() argument
1343 static int cbq_init(struct Qdisc *sch, struct nlattr *opt) cbq_init() argument
1538 static int cbq_dump(struct Qdisc *sch, struct sk_buff *skb) cbq_dump() argument
1556 cbq_dump_stats(struct Qdisc *sch, struct gnet_dump *d) cbq_dump_stats() argument
1565 cbq_dump_class(struct Qdisc *sch, unsigned long arg, cbq_dump_class() argument
1591 cbq_dump_class_stats(struct Qdisc *sch, unsigned long arg, cbq_dump_class_stats() argument
1611 static int cbq_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, cbq_graft() argument
1632 static struct Qdisc *cbq_leaf(struct Qdisc *sch, unsigned long arg) cbq_leaf() argument
1639 static void cbq_qlen_notify(struct Qdisc *sch, unsigned long arg) cbq_qlen_notify() argument
1647 static unsigned long cbq_get(struct Qdisc *sch, u32 classid) cbq_get() argument
1659 static void cbq_destroy_class(struct Qdisc *sch, struct cbq_class *cl) cbq_destroy_class() argument
1673 static void cbq_destroy(struct Qdisc *sch) cbq_destroy() argument
1700 static void cbq_put(struct Qdisc *sch, unsigned long arg) cbq_put() argument
1720 cbq_change_class(struct Qdisc *sch, u32 classid, u32 parentid, struct nlattr **tca, cbq_change_class() argument
1908 static int cbq_delete(struct Qdisc *sch, unsigned long arg) cbq_delete() argument
1955 static struct tcf_proto __rcu **cbq_find_tcf(struct Qdisc *sch, cbq_find_tcf() argument
1967 static unsigned long cbq_bind_filter(struct Qdisc *sch, unsigned long parent, cbq_bind_filter() argument
1983 static void cbq_unbind_filter(struct Qdisc *sch, unsigned long arg) cbq_unbind_filter() argument
1990 static void cbq_walk(struct Qdisc *sch, struct qdisc_walker *arg) cbq_walk() argument
H A Dsch_hfsc.c879 qdisc_peek_len(struct Qdisc *sch) qdisc_peek_len() argument
895 hfsc_purge_queue(struct Qdisc *sch, struct hfsc_class *cl) hfsc_purge_queue() argument
921 hfsc_find_class(u32 classid, struct Qdisc *sch) hfsc_find_class() argument
970 hfsc_change_class(struct Qdisc *sch, u32 classid, u32 parentid, hfsc_change_class() argument
1114 hfsc_destroy_class(struct Qdisc *sch, struct hfsc_class *cl) hfsc_destroy_class() argument
1126 hfsc_delete_class(struct Qdisc *sch, unsigned long arg) hfsc_delete_class() argument
1153 hfsc_classify(struct sk_buff *skb, struct Qdisc *sch, int *qerr) hfsc_classify() argument
1205 hfsc_graft_class(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, hfsc_graft_class() argument
1224 hfsc_class_leaf(struct Qdisc *sch, unsigned long arg) hfsc_class_leaf() argument
1235 hfsc_qlen_notify(struct Qdisc *sch, unsigned long arg) hfsc_qlen_notify() argument
1246 hfsc_get_class(struct Qdisc *sch, u32 classid) hfsc_get_class() argument
1257 hfsc_put_class(struct Qdisc *sch, unsigned long arg) hfsc_put_class() argument
1266 hfsc_bind_tcf(struct Qdisc *sch, unsigned long parent, u32 classid) hfsc_bind_tcf() argument
1281 hfsc_unbind_tcf(struct Qdisc *sch, unsigned long arg) hfsc_unbind_tcf() argument
1289 hfsc_tcf_chain(struct Qdisc *sch, unsigned long arg) hfsc_tcf_chain() argument
1339 hfsc_dump_class(struct Qdisc *sch, unsigned long arg, struct sk_buff *skb, hfsc_dump_class() argument
1364 hfsc_dump_class_stats(struct Qdisc *sch, unsigned long arg, hfsc_dump_class_stats() argument
1387 hfsc_walk(struct Qdisc *sch, struct qdisc_walker *arg) hfsc_walk() argument
1413 hfsc_schedule_watchdog(struct Qdisc *sch) hfsc_schedule_watchdog() argument
1431 hfsc_init_qdisc(struct Qdisc *sch, struct nlattr *opt) hfsc_init_qdisc() argument
1468 hfsc_change_qdisc(struct Qdisc *sch, struct nlattr *opt) hfsc_change_qdisc() argument
1519 hfsc_reset_qdisc(struct Qdisc *sch) hfsc_reset_qdisc() argument
1536 hfsc_destroy_qdisc(struct Qdisc *sch) hfsc_destroy_qdisc() argument
1557 hfsc_dump_qdisc(struct Qdisc *sch, struct sk_buff *skb) hfsc_dump_qdisc() argument
1582 hfsc_enqueue(struct sk_buff *skb, struct Qdisc *sch) hfsc_enqueue() argument
1613 hfsc_dequeue(struct Qdisc *sch) hfsc_dequeue() argument
1681 hfsc_drop(struct Qdisc *sch) hfsc_drop() argument
H A Dsch_htb.c181 static inline struct htb_class *htb_find(u32 handle, struct Qdisc *sch) htb_find() argument
206 static struct htb_class *htb_classify(struct sk_buff *skb, struct Qdisc *sch, htb_classify() argument
572 static int htb_enqueue(struct sk_buff *skb, struct Qdisc *sch) htb_enqueue() argument
879 static struct sk_buff *htb_dequeue(struct Qdisc *sch) htb_dequeue() argument
947 static unsigned int htb_drop(struct Qdisc *sch) htb_drop() argument
973 static void htb_reset(struct Qdisc *sch) htb_reset() argument
1015 struct Qdisc *sch = q->watchdog.qdisc; htb_work_func() local
1020 static int htb_init(struct Qdisc *sch, struct nlattr *opt) htb_init() argument
1064 static int htb_dump(struct Qdisc *sch, struct sk_buff *skb) htb_dump() argument
1094 static int htb_dump_class(struct Qdisc *sch, unsigned long arg, htb_dump_class() argument
1139 htb_dump_class_stats(struct Qdisc *sch, unsigned long arg, struct gnet_dump *d) htb_dump_class_stats() argument
1157 static int htb_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, htb_graft() argument
1173 static struct Qdisc *htb_leaf(struct Qdisc *sch, unsigned long arg) htb_leaf() argument
1179 static void htb_qlen_notify(struct Qdisc *sch, unsigned long arg) htb_qlen_notify() argument
1187 static unsigned long htb_get(struct Qdisc *sch, u32 classid) htb_get() argument
1227 static void htb_destroy_class(struct Qdisc *sch, struct htb_class *cl) htb_destroy_class() argument
1238 static void htb_destroy(struct Qdisc *sch) htb_destroy() argument
1267 static int htb_delete(struct Qdisc *sch, unsigned long arg) htb_delete() argument
1322 static void htb_put(struct Qdisc *sch, unsigned long arg) htb_put() argument
1330 static int htb_change_class(struct Qdisc *sch, u32 classid, htb_change_class() argument
1523 static struct tcf_proto __rcu **htb_find_tcf(struct Qdisc *sch, htb_find_tcf() argument
1533 static unsigned long htb_bind_filter(struct Qdisc *sch, unsigned long parent, htb_bind_filter() argument
1552 static void htb_unbind_filter(struct Qdisc *sch, unsigned long arg) htb_unbind_filter() argument
1560 static void htb_walk(struct Qdisc *sch, struct qdisc_walker *arg) htb_walk() argument
H A Dsch_qfq.c209 static struct qfq_class *qfq_find_class(struct Qdisc *sch, u32 classid) qfq_find_class() argument
386 static int qfq_change_agg(struct Qdisc *sch, struct qfq_class *cl, u32 weight, qfq_change_agg() argument
404 static int qfq_change_class(struct Qdisc *sch, u32 classid, u32 parentid, qfq_change_class() argument
529 static void qfq_destroy_class(struct Qdisc *sch, struct qfq_class *cl) qfq_destroy_class() argument
539 static int qfq_delete_class(struct Qdisc *sch, unsigned long arg) qfq_delete_class() argument
562 static unsigned long qfq_get_class(struct Qdisc *sch, u32 classid) qfq_get_class() argument
572 static void qfq_put_class(struct Qdisc *sch, unsigned long arg) qfq_put_class() argument
580 static struct tcf_proto __rcu **qfq_tcf_chain(struct Qdisc *sch, qfq_tcf_chain() argument
591 static unsigned long qfq_bind_tcf(struct Qdisc *sch, unsigned long parent, qfq_bind_tcf() argument
602 static void qfq_unbind_tcf(struct Qdisc *sch, unsigned long arg) qfq_unbind_tcf() argument
609 static int qfq_graft_class(struct Qdisc *sch, unsigned long arg, qfq_graft_class() argument
625 static struct Qdisc *qfq_class_leaf(struct Qdisc *sch, unsigned long arg) qfq_class_leaf() argument
632 static int qfq_dump_class(struct Qdisc *sch, unsigned long arg, qfq_dump_class() argument
655 static int qfq_dump_class_stats(struct Qdisc *sch, unsigned long arg, qfq_dump_class_stats() argument
675 static void qfq_walk(struct Qdisc *sch, struct qdisc_walker *arg) qfq_walk() argument
699 static struct qfq_class *qfq_classify(struct sk_buff *skb, struct Qdisc *sch, qfq_classify() argument
1098 static struct sk_buff *qfq_dequeue(struct Qdisc *sch) qfq_dequeue() argument
1217 static int qfq_enqueue(struct sk_buff *skb, struct Qdisc *sch) qfq_enqueue() argument
1414 static void qfq_qlen_notify(struct Qdisc *sch, unsigned long arg) qfq_qlen_notify() argument
1448 static unsigned int qfq_drop(struct Qdisc *sch) qfq_drop() argument
1469 static int qfq_init_qdisc(struct Qdisc *sch, struct nlattr *opt) qfq_init_qdisc() argument
1505 static void qfq_reset_qdisc(struct Qdisc *sch) qfq_reset_qdisc() argument
1522 static void qfq_destroy_qdisc(struct Qdisc *sch) qfq_destroy_qdisc() argument
/linux-4.4.14/drivers/s390/cio/
H A Deadm_sch.h14 struct subchannel *sch; member in struct:eadm_private
H A Ddevice_status.c53 struct subchannel *sch; ccw_device_path_notoper() local
311 struct subchannel *sch; ccw_device_do_sense() local
H A Ddevice_id.c200 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_sense_id_start() local
H A Dccwreq.c77 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccwreq_do() local
152 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_request_cancel() local
327 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_request_timeout() local
H A Deadm_sch.c64 static int eadm_subchannel_start(struct subchannel *sch, struct aob *aob) eadm_subchannel_start() argument
91 static int eadm_subchannel_clear(struct subchannel *sch) eadm_subchannel_clear() argument
105 struct subchannel *sch = (struct subchannel *) data; eadm_subchannel_timeout() local
115 static void eadm_subchannel_set_timeout(struct subchannel *sch, int expires) eadm_subchannel_set_timeout() argument
133 static void eadm_subchannel_irq(struct subchannel *sch) eadm_subchannel_irq() argument
171 struct subchannel *sch; eadm_get_idle_sch() local
196 struct subchannel *sch; eadm_start_aob() local
223 static int eadm_subchannel_probe(struct subchannel *sch) eadm_subchannel_probe() argument
261 static void eadm_quiesce(struct subchannel *sch) eadm_quiesce() argument
291 static int eadm_subchannel_remove(struct subchannel *sch) eadm_subchannel_remove() argument
310 static void eadm_subchannel_shutdown(struct subchannel *sch) eadm_subchannel_shutdown() argument
315 static int eadm_subchannel_freeze(struct subchannel *sch) eadm_subchannel_freeze() argument
320 static int eadm_subchannel_restore(struct subchannel *sch) eadm_subchannel_restore() argument
335 static int eadm_subchannel_sch_event(struct subchannel *sch, int process) eadm_subchannel_sch_event() argument
H A Ddevice_ops.c140 struct subchannel *sch; ccw_device_clear() local
188 struct subchannel *sch; ccw_device_start_key() local
365 struct subchannel *sch; ccw_device_halt() local
400 struct subchannel *sch; ccw_device_resume() local
450 struct subchannel *sch; ccw_device_get_path_mask() local
470 struct subchannel *sch; ccw_device_get_chp_desc() local
504 struct subchannel *sch; ccw_device_tm_start_key() local
608 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_get_mdc() local
653 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_tm_intrg() local
673 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_get_schid() local
H A Ddevice_pgid.c34 struct subchannel *sch = to_subchannel(cdev->dev.parent); verify_done() local
73 struct subchannel *sch = to_subchannel(cdev->dev.parent); nop_do() local
105 struct subchannel *sch = to_subchannel(cdev->dev.parent); nop_callback() local
168 struct subchannel *sch = to_subchannel(cdev->dev.parent); pgid_wipeout_start() local
195 struct subchannel *sch = to_subchannel(cdev->dev.parent); spid_do() local
228 struct subchannel *sch = to_subchannel(cdev->dev.parent); spid_callback() local
333 struct subchannel *sch = to_subchannel(cdev->dev.parent); pgid_to_donepm() local
379 struct subchannel *sch = to_subchannel(cdev->dev.parent); snid_done() local
453 struct subchannel *sch = to_subchannel(cdev->dev.parent); snid_do() local
510 struct subchannel *sch = to_subchannel(cdev->dev.parent); verify_start() local
573 struct subchannel *sch = to_subchannel(cdev->dev.parent); disband_callback() local
600 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_disband_start() local
661 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_stlck_start() local
682 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_stlck() local
H A Ddevice_fsm.c39 struct subchannel *sch; ccw_timeout_log() local
138 struct subchannel *sch; ccw_device_cancel_halt_clear() local
205 __recover_lost_chpids(struct subchannel *sch, int old_lpm) __recover_lost_chpids() argument
229 struct subchannel *sch; ccw_device_recog_done() local
354 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_oper_notify() local
374 struct subchannel *sch; ccw_device_done() local
433 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_recognition() local
474 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_report_path_events() local
519 struct subchannel *sch; ccw_device_verify_done() local
576 struct subchannel *sch; ccw_device_online() local
619 struct subchannel *sch; ccw_device_offline() local
673 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_offline_verify() local
684 struct subchannel *sch; ccw_device_online_verify() local
722 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_boxed_verify() local
949 struct subchannel *sch; ccw_device_start_id() local
961 struct subchannel *sch; ccw_device_trigger_reprobe() local
994 struct subchannel *sch; ccw_device_disabled_irq() local
H A Dchp.c77 u8 chp_get_sch_opm(struct subchannel *sch) chp_get_sch_opm() argument
H A Dchsc.h219 u16 sch; member in struct:chsc_pnso_area
H A Dchsc_sch.c57 static void chsc_subchannel_irq(struct subchannel *sch) chsc_subchannel_irq() argument
80 static int chsc_subchannel_probe(struct subchannel *sch) chsc_subchannel_probe() argument
107 static int chsc_subchannel_remove(struct subchannel *sch) chsc_subchannel_remove() argument
122 static void chsc_subchannel_shutdown(struct subchannel *sch) chsc_subchannel_shutdown() argument
127 static int chsc_subchannel_prepare(struct subchannel *sch) chsc_subchannel_prepare() argument
142 static int chsc_subchannel_freeze(struct subchannel *sch) chsc_subchannel_freeze() argument
147 static int chsc_subchannel_restore(struct subchannel *sch) chsc_subchannel_restore() argument
213 struct subchannel *sch = to_subchannel(dev); chsc_subchannel_match_next_free() local
218 static struct subchannel *chsc_get_next_subchannel(struct subchannel *sch) chsc_get_next_subchannel() argument
247 struct subchannel *sch = NULL; chsc_async() local
H A Dcio.c90 int cio_set_options(struct subchannel *sch, int flags) cio_set_options() argument
101 cio_start_handle_notoper(struct subchannel *sch, __u8 lpm) cio_start_handle_notoper() argument
125 cio_start_key (struct subchannel *sch, /* subchannel structure */ cio_start_key() argument
177 cio_start (struct subchannel *sch, struct ccw1 *cpa, __u8 lpm) cio_start() argument
186 cio_resume (struct subchannel *sch) cio_resume() argument
218 cio_halt(struct subchannel *sch) cio_halt() argument
251 cio_clear(struct subchannel *sch) cio_clear() argument
285 cio_cancel (struct subchannel *sch) cio_cancel() argument
315 static void cio_apply_config(struct subchannel *sch, struct schib *schib) cio_apply_config() argument
329 static int cio_check_config(struct subchannel *sch, struct schib *schib) cio_check_config() argument
345 int cio_commit_config(struct subchannel *sch) cio_commit_config() argument
393 int cio_update_schib(struct subchannel *sch) cio_update_schib() argument
410 int cio_enable_subchannel(struct subchannel *sch, u32 intparm) cio_enable_subchannel() argument
444 int cio_disable_subchannel(struct subchannel *sch) cio_disable_subchannel() argument
464 static int cio_check_devno_blacklisted(struct subchannel *sch) cio_check_devno_blacklisted() argument
491 int cio_validate_subchannel(struct subchannel *sch, struct subchannel_id schid) cio_validate_subchannel() argument
540 struct subchannel *sch; do_cio_interrupt() local
590 void cio_tsch(struct subchannel *sch) cio_tsch() argument
655 struct subchannel *sch; cio_probe_console() local
969 int cio_tm_start_key(struct subchannel *sch, struct tcw *tcw, u8 lpm, u8 key) cio_tm_start_key() argument
999 int cio_tm_intrg(struct subchannel *sch) cio_tm_intrg() argument
H A Dio_sch.h26 static inline struct ccw_device *sch_get_cdev(struct subchannel *sch) sch_get_cdev() argument
32 static inline void sch_set_cdev(struct subchannel *sch, sch_set_cdev() argument
119 struct subchannel *sch; member in struct:ccw_device_private
H A Dcmf.c187 struct subchannel *sch = to_subchannel(cdev->dev.parent); set_schib() local
303 struct subchannel *sch; cmf_copy_block() local
H A Dcss.c67 struct subchannel *sch = to_subchannel(dev); call_fn_known_sch() local
91 struct subchannel *sch; call_fn_all_sch() local
147 static int css_sch_create_locks(struct subchannel *sch) css_sch_create_locks() argument
161 struct subchannel *sch = to_subchannel(dev); css_subchannel_release() local
171 struct subchannel *sch; css_alloc_subchannel() local
196 static int css_sch_device_register(struct subchannel *sch) css_sch_device_register() argument
212 void css_sch_device_unregister(struct subchannel *sch) css_sch_device_unregister() argument
250 void css_update_ssd_info(struct subchannel *sch) css_update_ssd_info() argument
264 struct subchannel *sch = to_subchannel(dev); type_show() local
274 struct subchannel *sch = to_subchannel(dev); modalias_show() local
296 int css_register_subchannel(struct subchannel *sch) css_register_subchannel() argument
336 struct subchannel *sch; css_probe_device() local
353 struct subchannel *sch; check_subchannel() local
407 static int css_evaluate_known_subchannel(struct subchannel *sch, int slow) css_evaluate_known_subchannel() argument
428 struct subchannel *sch; css_evaluate_subchannel() local
450 void css_sched_sch_todo(struct subchannel *sch, enum sch_todo todo) css_sched_sch_todo() argument
469 struct subchannel *sch; css_sch_todo() local
519 static int slow_eval_known_fn(struct subchannel *sch, void *data) slow_eval_known_fn() argument
613 struct subchannel *sch = to_subchannel(dev); __unset_registered() local
661 struct subchannel *sch; css_process_crw() local
1121 int sch_is_pseudo_sch(struct subchannel *sch) sch_is_pseudo_sch() argument
1128 struct subchannel *sch = to_subchannel(dev); css_bus_match() local
1142 struct subchannel *sch; css_probe() local
1155 struct subchannel *sch; css_remove() local
1166 struct subchannel *sch; css_shutdown() local
1175 struct subchannel *sch = to_subchannel(dev); css_uevent() local
1187 struct subchannel *sch = to_subchannel(dev); css_pm_prepare() local
1201 struct subchannel *sch = to_subchannel(dev); css_pm_complete() local
1213 struct subchannel *sch = to_subchannel(dev); css_pm_freeze() local
1224 struct subchannel *sch = to_subchannel(dev); css_pm_thaw() local
1235 struct subchannel *sch = to_subchannel(dev); css_pm_restore() local
H A Ddevice.c150 static int io_subchannel_prepare(struct subchannel *sch) io_subchannel_prepare() argument
220 struct subchannel *sch = to_subchannel(dev); chpids_show() local
240 struct subchannel *sch = to_subchannel(dev); pimpampom_show() local
323 struct subchannel *sch; ccw_device_set_offline() local
592 struct subchannel *sch; available_show() local
617 struct subchannel *sch = to_subchannel(dev); initiate_logging() local
635 struct subchannel *sch = to_subchannel(dev); vpm_show() local
740 static struct ccw_device * io_subchannel_allocate_dev(struct subchannel *sch) io_subchannel_allocate_dev() argument
757 static int io_subchannel_initialize_dev(struct subchannel *sch, io_subchannel_initialize_dev() argument
802 static struct ccw_device * io_subchannel_create_ccwdev(struct subchannel *sch) io_subchannel_create_ccwdev() argument
818 static void sch_create_and_recog_new_device(struct subchannel *sch) sch_create_and_recog_new_device() argument
838 struct subchannel *sch; io_subchannel_register() local
900 struct subchannel *sch; ccw_device_call_sch_unregister() local
941 static void io_subchannel_recog(struct ccw_device *cdev, struct subchannel *sch) io_subchannel_recog() argument
1018 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_move_to_orph() local
1024 static void io_subchannel_irq(struct subchannel *sch) io_subchannel_irq() argument
1038 void io_subchannel_init_config(struct subchannel *sch) io_subchannel_init_config() argument
1044 static void io_subchannel_init_fields(struct subchannel *sch) io_subchannel_init_fields() argument
1066 static int io_subchannel_probe(struct subchannel *sch) io_subchannel_probe() argument
1123 io_subchannel_remove (struct subchannel *sch) io_subchannel_remove() argument
1145 static void io_subchannel_verify(struct subchannel *sch) io_subchannel_verify() argument
1154 static void io_subchannel_terminate_path(struct subchannel *sch, u8 mask) io_subchannel_terminate_path() argument
1181 static int io_subchannel_chp_event(struct subchannel *sch, io_subchannel_chp_event() argument
1224 static void io_subchannel_quiesce(struct subchannel *sch) io_subchannel_quiesce() argument
1257 static void io_subchannel_shutdown(struct subchannel *sch) io_subchannel_shutdown() argument
1382 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_set_notoper() local
1403 static enum io_sch_action sch_get_action(struct subchannel *sch) sch_get_action() argument
1448 static int io_subchannel_sch_event(struct subchannel *sch, int process) io_subchannel_sch_event() argument
1591 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_enable_console() local
1632 struct subchannel *sch; ccw_device_create_console() local
1657 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_destroy_console() local
1676 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_wait_idle() local
1832 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_pm_freeze() local
1866 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_pm_thaw() local
1894 struct subchannel *sch = to_subchannel(cdev->dev.parent); __ccw_device_pm_restore() local
1950 struct subchannel *sch; ccw_device_pm_restore() local
2076 struct subchannel *sch; ccw_device_todo() local
2152 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_siosl() local
952 ccw_device_move_to_sch(struct ccw_device *cdev, struct subchannel *sch) ccw_device_move_to_sch() argument
H A Dchsc.c89 u16 sch; /* subchannel */ member in struct:chsc_ssd_area
209 static int s390_subchannel_remove_chpid(struct subchannel *sch, void *data) s390_subchannel_remove_chpid() argument
242 static int __s390_process_res_acc(struct subchannel *sch, void *data) __s390_process_res_acc() argument
710 static void __s390_subchannel_vary_chpid(struct subchannel *sch, __s390_subchannel_vary_chpid() argument
725 static int s390_subchannel_vary_chpid_off(struct subchannel *sch, void *data) s390_subchannel_vary_chpid_off() argument
733 static int s390_subchannel_vary_chpid_on(struct subchannel *sch, void *data) s390_subchannel_vary_chpid_on() argument
/linux-4.4.14/net/netfilter/
H A Dxt_sctp.c45 const sctp_chunkhdr_t *sch; match_packet() local
H A Dnf_conntrack_proto_sctp.c216 sctp_chunkhdr_t _sch, *sch; do_basic_checks() local
335 const struct sctp_chunkhdr *sch; sctp_packet() local
451 const struct sctp_chunkhdr *sch; sctp_new() local
/linux-4.4.14/drivers/gpio/
H A Dgpio-sch.c46 static unsigned sch_gpio_offset(struct sch_gpio *sch, unsigned gpio, sch_gpio_offset() argument
59 static unsigned sch_gpio_bit(struct sch_gpio *sch, unsigned gpio) sch_gpio_bit() argument
68 struct sch_gpio *sch = to_sch_gpio(gc); sch_gpio_reg_get() local
83 struct sch_gpio *sch = to_sch_gpio(gc); sch_gpio_reg_set() local
100 struct sch_gpio *sch = to_sch_gpio(gc); sch_gpio_direction_in() local
115 struct sch_gpio *sch = to_sch_gpio(gc); sch_gpio_set() local
125 struct sch_gpio *sch = to_sch_gpio(gc); sch_gpio_direction_out() local
155 struct sch_gpio *sch; sch_gpio_probe() local
225 struct sch_gpio *sch = platform_get_drvdata(pdev); sch_gpio_remove() local
/linux-4.4.14/include/net/
H A Dcodel.h270 static struct sk_buff *codel_dequeue(struct Qdisc *sch, codel_dequeue() argument
179 codel_params_init(struct codel_params *params, const struct Qdisc *sch) codel_params_init() argument
229 codel_should_drop(const struct sk_buff *skb, struct Qdisc *sch, struct codel_vars *vars, struct codel_params *params, struct codel_stats *stats, codel_time_t now) codel_should_drop() argument
H A Dsch_generic.h504 static inline int qdisc_enqueue(struct sk_buff *skb, struct Qdisc *sch) qdisc_enqueue() argument
530 static inline void qdisc_bstats_cpu_update(struct Qdisc *sch, qdisc_bstats_cpu_update() argument
536 static inline void qdisc_bstats_update(struct Qdisc *sch, qdisc_bstats_update() argument
542 static inline void qdisc_qstats_backlog_dec(struct Qdisc *sch, qdisc_qstats_backlog_dec() argument
548 static inline void qdisc_qstats_backlog_inc(struct Qdisc *sch, qdisc_qstats_backlog_inc() argument
554 static inline void __qdisc_qstats_drop(struct Qdisc *sch, int count) __qdisc_qstats_drop() argument
569 static inline void qdisc_qstats_drop(struct Qdisc *sch) qdisc_qstats_drop() argument
574 static inline void qdisc_qstats_cpu_drop(struct Qdisc *sch) qdisc_qstats_cpu_drop() argument
579 static inline void qdisc_qstats_overlimit(struct Qdisc *sch) qdisc_qstats_overlimit() argument
584 static inline int __qdisc_enqueue_tail(struct sk_buff *skb, struct Qdisc *sch, __qdisc_enqueue_tail() argument
593 static inline int qdisc_enqueue_tail(struct sk_buff *skb, struct Qdisc *sch) qdisc_enqueue_tail() argument
598 static inline struct sk_buff *__qdisc_dequeue_head(struct Qdisc *sch, __qdisc_dequeue_head() argument
611 static inline struct sk_buff *qdisc_dequeue_head(struct Qdisc *sch) qdisc_dequeue_head() argument
616 static inline unsigned int __qdisc_queue_drop_head(struct Qdisc *sch, __qdisc_queue_drop_head() argument
631 static inline unsigned int qdisc_queue_drop_head(struct Qdisc *sch) qdisc_queue_drop_head() argument
636 static inline struct sk_buff *__qdisc_dequeue_tail(struct Qdisc *sch, __qdisc_dequeue_tail() argument
647 static inline struct sk_buff *qdisc_dequeue_tail(struct Qdisc *sch) qdisc_dequeue_tail() argument
652 static inline struct sk_buff *qdisc_peek_head(struct Qdisc *sch) qdisc_peek_head() argument
658 static inline struct sk_buff *qdisc_peek_dequeued(struct Qdisc *sch) qdisc_peek_dequeued() argument
672 static inline struct sk_buff *qdisc_dequeue_peeked(struct Qdisc *sch) qdisc_dequeue_peeked() argument
686 static inline void __qdisc_reset_queue(struct Qdisc *sch, __qdisc_reset_queue() argument
696 static inline void qdisc_reset_queue(struct Qdisc *sch) qdisc_reset_queue() argument
702 static inline struct Qdisc *qdisc_replace(struct Qdisc *sch, struct Qdisc *new, qdisc_replace() argument
719 static inline unsigned int __qdisc_queue_drop(struct Qdisc *sch, __qdisc_queue_drop() argument
733 static inline unsigned int qdisc_queue_drop(struct Qdisc *sch) qdisc_queue_drop() argument
738 static inline int qdisc_drop(struct sk_buff *skb, struct Qdisc *sch) qdisc_drop() argument
746 static inline int qdisc_reshape_fail(struct sk_buff *skb, struct Qdisc *sch) qdisc_reshape_fail() argument
493 qdisc_calculate_pkt_len(struct sk_buff *skb, const struct Qdisc *sch) qdisc_calculate_pkt_len() argument
/linux-4.4.14/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c18 sctp_chunkhdr_t _schunkh, *sch; sctp_conn_schedule() local
381 sctp_chunkhdr_t _sctpch, *sch; set_sctp_state() local
H A Dip_vs_core.c1036 sctp_chunkhdr_t *sch, schunk; is_sctp_abort() local
1069 sctp_chunkhdr_t *sch, schunk; is_new_conn() local
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
H A Dinternal.h81 u32 sch; member in struct:isr_statistics
/linux-4.4.14/arch/mips/include/asm/netlogic/xlp-hal/
H A Dpic.h228 nlm_9xx_pic_write_irt(uint64_t base, int irt_num, int en, int nmi, int sch, int vec, int dt, int db, int cpu) nlm_9xx_pic_write_irt() argument
242 nlm_pic_write_irt(uint64_t base, int irt_num, int en, int nmi, int sch, int vec, int dt, int db, int dte) nlm_pic_write_irt() argument
256 nlm_pic_write_irt_direct(uint64_t base, int irt_num, int en, int nmi, int sch, int vec, int cpu) nlm_pic_write_irt_direct() argument
/linux-4.4.14/arch/s390/include/asm/
H A Dqdio.h289 u16 sch; member in struct:qdio_ssqd_desc
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h2340 uint64_t sch:4; member in struct:cvmx_mio_fus_read_times::cvmx_mio_fus_read_times_s
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A Dcommon.h1024 u32 sch; member in struct:isr_stats

Completed in 5630 milliseconds