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

/linux-4.1.27/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
162 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.c25 static struct Qdisc *ingress_leaf(struct Qdisc *sch, unsigned long arg) ingress_leaf() argument
30 static unsigned long ingress_get(struct Qdisc *sch, u32 classid) ingress_get() argument
35 static unsigned long ingress_bind_filter(struct Qdisc *sch, ingress_bind_filter() argument
41 static void ingress_put(struct Qdisc *sch, unsigned long cl) ingress_put() argument
45 static void ingress_walk(struct Qdisc *sch, struct qdisc_walker *walker) ingress_walk() argument
49 static struct tcf_proto __rcu **ingress_find_tcf(struct Qdisc *sch, ingress_find_tcf() argument
59 static int ingress_enqueue(struct sk_buff *skb, struct Qdisc *sch) ingress_enqueue() argument
91 static int ingress_init(struct Qdisc *sch, struct nlattr *opt) ingress_init() argument
98 static void ingress_destroy(struct Qdisc *sch) ingress_destroy() argument
106 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
94 static int codel_qdisc_enqueue(struct sk_buff *skb, struct Qdisc *sch) codel_qdisc_enqueue() argument
114 static int codel_change(struct Qdisc *sch, struct nlattr *opt) codel_change() argument
161 static int codel_init(struct Qdisc *sch, struct nlattr *opt) codel_init() argument
186 static int codel_dump(struct Qdisc *sch, struct sk_buff *skb) codel_dump() argument
212 static int codel_dump_stats(struct Qdisc *sch, struct gnet_dump *d) codel_dump_stats() argument
237 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.c55 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
151 static int dsmark_delete(struct Qdisc *sch, unsigned long arg) dsmark_delete() argument
164 static void dsmark_walk(struct Qdisc *sch, struct qdisc_walker *walker) dsmark_walk() argument
189 static inline struct tcf_proto __rcu **dsmark_find_tcf(struct Qdisc *sch, dsmark_find_tcf() argument
198 static int dsmark_enqueue(struct sk_buff *skb, struct Qdisc *sch) dsmark_enqueue() argument
274 static struct sk_buff *dsmark_dequeue(struct Qdisc *sch) dsmark_dequeue() argument
316 static struct sk_buff *dsmark_peek(struct Qdisc *sch) dsmark_peek() argument
325 static unsigned int dsmark_drop(struct Qdisc *sch) dsmark_drop() argument
342 static int dsmark_init(struct Qdisc *sch, struct nlattr *opt) dsmark_init() argument
396 static void dsmark_reset(struct Qdisc *sch) dsmark_reset() argument
405 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
252 static int multiq_init(struct Qdisc *sch, struct nlattr *opt) multiq_init() argument
278 static int multiq_dump(struct Qdisc *sch, struct sk_buff *skb) multiq_dump() argument
297 static int multiq_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, multiq_graft() argument
317 multiq_leaf(struct Qdisc *sch, unsigned long arg) multiq_leaf() argument
325 static unsigned long multiq_get(struct Qdisc *sch, u32 classid) multiq_get() argument
335 static unsigned long multiq_bind(struct Qdisc *sch, unsigned long parent, multiq_bind() argument
346 static int multiq_dump_class(struct Qdisc *sch, unsigned long cl, multiq_dump_class() argument
356 static int multiq_dump_class_stats(struct Qdisc *sch, unsigned long cl, multiq_dump_class_stats() argument
370 static void multiq_walk(struct Qdisc *sch, struct qdisc_walker *arg) multiq_walk() argument
391 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
224 static int prio_init(struct Qdisc *sch, struct nlattr *opt) prio_init() argument
243 static int prio_dump(struct Qdisc *sch, struct sk_buff *skb) prio_dump() argument
262 static int prio_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, prio_graft() argument
282 prio_leaf(struct Qdisc *sch, unsigned long arg) prio_leaf() argument
290 static unsigned long prio_get(struct Qdisc *sch, u32 classid) prio_get() argument
300 static unsigned long prio_bind(struct Qdisc *sch, unsigned long parent, u32 classid) prio_bind() argument
310 static int prio_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, prio_dump_class() argument
320 static int prio_dump_class_stats(struct Qdisc *sch, unsigned long cl, prio_dump_class_stats() argument
334 static void prio_walk(struct Qdisc *sch, struct qdisc_walker *arg) prio_walk() argument
355 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
238 struct Qdisc *sch = (struct Qdisc *)arg; red_adaptative_timer() local
248 static int red_init(struct Qdisc *sch, struct nlattr *opt) red_init() argument
257 static int red_dump(struct Qdisc *sch, struct sk_buff *skb) red_dump() argument
285 static int red_dump_stats(struct Qdisc *sch, struct gnet_dump *d) red_dump_stats() argument
298 static int red_dump_class(struct Qdisc *sch, unsigned long cl, red_dump_class() argument
308 static int red_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, red_graft() argument
325 static struct Qdisc *red_leaf(struct Qdisc *sch, unsigned long arg) red_leaf() argument
331 static unsigned long red_get(struct Qdisc *sch, u32 classid) red_get() argument
336 static void red_put(struct Qdisc *sch, unsigned long arg) red_put() argument
340 static void red_walk(struct Qdisc *sch, struct qdisc_walker *walker) red_walk() argument
H A Dsch_tbf.c158 static int tbf_segment(struct sk_buff *skb, struct Qdisc *sch) tbf_segment() argument
191 static int tbf_enqueue(struct sk_buff *skb, struct Qdisc *sch) tbf_enqueue() argument
212 static unsigned int tbf_drop(struct Qdisc *sch) tbf_drop() argument
229 static struct sk_buff *tbf_dequeue(struct Qdisc *sch) tbf_dequeue() argument
290 static void tbf_reset(struct Qdisc *sch) tbf_reset() argument
312 static int tbf_change(struct Qdisc *sch, struct nlattr *opt) tbf_change() argument
428 static int tbf_init(struct Qdisc *sch, struct nlattr *opt) tbf_init() argument
442 static void tbf_destroy(struct Qdisc *sch) tbf_destroy() argument
450 static int tbf_dump(struct Qdisc *sch, struct sk_buff *skb) tbf_dump() argument
486 static int tbf_dump_class(struct Qdisc *sch, unsigned long cl, tbf_dump_class() argument
497 static int tbf_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, tbf_graft() argument
515 static struct Qdisc *tbf_leaf(struct Qdisc *sch, unsigned long arg) tbf_leaf() argument
521 static unsigned long tbf_get(struct Qdisc *sch, u32 classid) tbf_get() argument
526 static void tbf_put(struct Qdisc *sch, unsigned long arg) tbf_put() argument
530 static void tbf_walk(struct Qdisc *sch, struct qdisc_walker *walker) tbf_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_drr.c42 static struct drr_class *drr_find_class(struct Qdisc *sch, u32 classid) drr_find_class() argument
65 static int drr_change_class(struct Qdisc *sch, u32 classid, u32 parentid, drr_change_class() argument
140 static void drr_destroy_class(struct Qdisc *sch, struct drr_class *cl) drr_destroy_class() argument
147 static int drr_delete_class(struct Qdisc *sch, unsigned long arg) drr_delete_class() argument
170 static unsigned long drr_get_class(struct Qdisc *sch, u32 classid) drr_get_class() argument
180 static void drr_put_class(struct Qdisc *sch, unsigned long arg) drr_put_class() argument
188 static struct tcf_proto __rcu **drr_tcf_chain(struct Qdisc *sch, drr_tcf_chain() argument
199 static unsigned long drr_bind_tcf(struct Qdisc *sch, unsigned long parent, drr_bind_tcf() argument
210 static void drr_unbind_tcf(struct Qdisc *sch, unsigned long arg) drr_unbind_tcf() argument
217 static int drr_graft_class(struct Qdisc *sch, unsigned long arg, drr_graft_class() argument
237 static struct Qdisc *drr_class_leaf(struct Qdisc *sch, unsigned long arg) drr_class_leaf() argument
252 static int drr_dump_class(struct Qdisc *sch, unsigned long arg, drr_dump_class() argument
274 static int drr_dump_class_stats(struct Qdisc *sch, unsigned long arg, drr_dump_class_stats() argument
293 static void drr_walk(struct Qdisc *sch, struct qdisc_walker *arg) drr_walk() argument
317 static struct drr_class *drr_classify(struct sk_buff *skb, struct Qdisc *sch, drr_classify() argument
353 static int drr_enqueue(struct sk_buff *skb, struct Qdisc *sch) drr_enqueue() argument
385 static struct sk_buff *drr_dequeue(struct Qdisc *sch) drr_dequeue() argument
422 static unsigned int drr_drop(struct Qdisc *sch) drr_drop() argument
442 static int drr_init_qdisc(struct Qdisc *sch, struct nlattr *opt) drr_init_qdisc() argument
454 static void drr_reset_qdisc(struct Qdisc *sch) drr_reset_qdisc() argument
470 static void drr_destroy_qdisc(struct Qdisc *sch) drr_destroy_qdisc() argument
H A Dsch_fq_codel.c84 static unsigned int fq_codel_classify(struct sk_buff *skb, struct Qdisc *sch, fq_codel_classify() argument
143 static unsigned int fq_codel_drop(struct Qdisc *sch) fq_codel_drop() argument
173 static int fq_codel_enqueue(struct sk_buff *skb, struct Qdisc *sch) fq_codel_enqueue() argument
220 static struct sk_buff *dequeue(struct codel_vars *vars, struct Qdisc *sch) dequeue() argument
235 static struct sk_buff *fq_codel_dequeue(struct Qdisc *sch) fq_codel_dequeue() argument
287 static void fq_codel_reset(struct Qdisc *sch) fq_codel_reset() argument
304 static int fq_codel_change(struct Qdisc *sch, struct nlattr *opt) fq_codel_change() argument
374 static void fq_codel_destroy(struct Qdisc *sch) fq_codel_destroy() argument
383 static int fq_codel_init(struct Qdisc *sch, struct nlattr *opt) fq_codel_init() argument
428 static int fq_codel_dump(struct Qdisc *sch, struct sk_buff *skb) fq_codel_dump() argument
457 static int fq_codel_dump_stats(struct Qdisc *sch, struct gnet_dump *d) fq_codel_dump_stats() argument
479 static struct Qdisc *fq_codel_leaf(struct Qdisc *sch, unsigned long arg) fq_codel_leaf() argument
484 static unsigned long fq_codel_get(struct Qdisc *sch, u32 classid) fq_codel_get() argument
489 static unsigned long fq_codel_bind(struct Qdisc *sch, unsigned long parent, fq_codel_bind() argument
501 static struct tcf_proto __rcu **fq_codel_find_tcf(struct Qdisc *sch, fq_codel_find_tcf() argument
511 static int fq_codel_dump_class(struct Qdisc *sch, unsigned long cl, fq_codel_dump_class() argument
518 static int fq_codel_dump_class_stats(struct Qdisc *sch, unsigned long cl, fq_codel_dump_class_stats() argument
560 static void fq_codel_walk(struct Qdisc *sch, struct qdisc_walker *arg) fq_codel_walk() 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
246 static struct sk_buff *gred_dequeue(struct Qdisc *sch) gred_dequeue() argument
278 static unsigned int gred_drop(struct Qdisc *sch) gred_drop() argument
312 static void gred_reset(struct Qdisc *sch) gred_reset() argument
335 static inline int gred_change_table_def(struct Qdisc *sch, struct nlattr *dps) gred_change_table_def() argument
383 static inline int gred_change_vq(struct Qdisc *sch, int dp, gred_change_vq() argument
419 static int gred_change(struct Qdisc *sch, struct nlattr *opt) gred_change() argument
489 static int gred_init(struct Qdisc *sch, struct nlattr *opt) gred_init() argument
507 static int gred_dump(struct Qdisc *sch, struct sk_buff *skb) gred_dump() argument
591 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
244 static void pie_process_dequeue(struct Qdisc *sch, struct sk_buff *skb) pie_process_dequeue() argument
310 static void calculate_probability(struct Qdisc *sch) calculate_probability() argument
425 struct Qdisc *sch = (struct Qdisc *)arg; pie_timer() local
439 static int pie_init(struct Qdisc *sch, struct nlattr *opt) pie_init() argument
460 static int pie_dump(struct Qdisc *sch, struct sk_buff *skb) pie_dump() argument
489 static int pie_dump_stats(struct Qdisc *sch, struct gnet_dump *d) pie_dump_stats() argument
509 static struct sk_buff *pie_qdisc_dequeue(struct Qdisc *sch) pie_qdisc_dequeue() argument
521 static void pie_reset(struct Qdisc *sch) pie_reset() argument
528 static void pie_destroy(struct Qdisc *sch) pie_destroy() argument
H A Dsch_choke.c118 static void choke_drop_by_idx(struct Qdisc *sch, unsigned int idx) choke_drop_by_idx() argument
270 static int choke_enqueue(struct sk_buff *skb, struct Qdisc *sch) choke_enqueue() argument
353 static struct sk_buff *choke_dequeue(struct Qdisc *sch) choke_dequeue() argument
374 static unsigned int choke_drop(struct Qdisc *sch) choke_drop() argument
390 static void choke_reset(struct Qdisc *sch) choke_reset() argument
409 static int choke_change(struct Qdisc *sch, struct nlattr *opt) choke_change() argument
494 static int choke_init(struct Qdisc *sch, struct nlattr *opt) choke_init() argument
499 static int choke_dump(struct Qdisc *sch, struct sk_buff *skb) choke_dump() argument
527 static int choke_dump_stats(struct Qdisc *sch, struct gnet_dump *d) choke_dump_stats() argument
541 static void choke_destroy(struct Qdisc *sch) choke_destroy() argument
549 static struct Qdisc *choke_leaf(struct Qdisc *sch, unsigned long arg) choke_leaf() argument
554 static unsigned long choke_get(struct Qdisc *sch, u32 classid) choke_get() argument
563 static unsigned long choke_bind(struct Qdisc *sch, unsigned long parent, choke_bind() argument
569 static struct tcf_proto __rcu **choke_find_tcf(struct Qdisc *sch, choke_find_tcf() argument
579 static int choke_dump_class(struct Qdisc *sch, unsigned long cl, choke_dump_class() argument
586 static void choke_walk(struct Qdisc *sch, struct qdisc_walker *arg) choke_walk() argument
608 static struct sk_buff *choke_peek_head(struct Qdisc *sch) choke_peek_head() argument
200 choke_classify(struct sk_buff *skb, struct Qdisc *sch, int *qerr) choke_classify() argument
H A Dsch_generic.c585 struct Qdisc *sch; qdisc_alloc() local
629 struct Qdisc *sch; qdisc_create_dflt() local
H A Dsch_hhf.c263 static enum wdrr_bucket_idx hhf_classify(struct sk_buff *skb, struct Qdisc *sch) hhf_classify() argument
365 static unsigned int hhf_drop(struct Qdisc *sch) hhf_drop() argument
388 static int hhf_enqueue(struct sk_buff *skb, struct Qdisc *sch) hhf_enqueue() argument
432 static struct sk_buff *hhf_dequeue(struct Qdisc *sch) hhf_dequeue() argument
477 static void hhf_reset(struct Qdisc *sch) hhf_reset() argument
500 static void hhf_destroy(struct Qdisc *sch) hhf_destroy() argument
534 static int hhf_change(struct Qdisc *sch, struct nlattr *opt) hhf_change() argument
599 static int hhf_init(struct Qdisc *sch, struct nlattr *opt) hhf_init() argument
670 static int hhf_dump(struct Qdisc *sch, struct sk_buff *skb) hhf_dump() argument
696 static int hhf_dump_stats(struct Qdisc *sch, struct gnet_dump *d) hhf_dump_stats() argument
H A Dsch_sfb.c279 static int sfb_enqueue(struct sk_buff *skb, struct Qdisc *sch) sfb_enqueue() argument
428 static struct sk_buff *sfb_dequeue(struct Qdisc *sch) sfb_dequeue() argument
445 static struct sk_buff *sfb_peek(struct Qdisc *sch) sfb_peek() argument
455 static void sfb_reset(struct Qdisc *sch) sfb_reset() argument
467 static void sfb_destroy(struct Qdisc *sch) sfb_destroy() argument
491 static int sfb_change(struct Qdisc *sch, struct nlattr *opt) sfb_change() argument
549 static int sfb_init(struct Qdisc *sch, struct nlattr *opt) sfb_init() argument
557 static int sfb_dump(struct Qdisc *sch, struct sk_buff *skb) sfb_dump() argument
586 static int sfb_dump_stats(struct Qdisc *sch, struct gnet_dump *d) sfb_dump_stats() argument
603 static int sfb_dump_class(struct Qdisc *sch, unsigned long cl, sfb_dump_class() argument
609 static int sfb_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, sfb_graft() argument
626 static struct Qdisc *sfb_leaf(struct Qdisc *sch, unsigned long arg) sfb_leaf() argument
633 static unsigned long sfb_get(struct Qdisc *sch, u32 classid) sfb_get() argument
638 static void sfb_put(struct Qdisc *sch, unsigned long arg) sfb_put() argument
642 static int sfb_change_class(struct Qdisc *sch, u32 classid, u32 parentid, sfb_change_class() argument
648 static int sfb_delete(struct Qdisc *sch, unsigned long cl) sfb_delete() argument
653 static void sfb_walk(struct Qdisc *sch, struct qdisc_walker *walker) sfb_walk() argument
665 static struct tcf_proto __rcu **sfb_find_tcf(struct Qdisc *sch, sfb_find_tcf() argument
675 static unsigned long sfb_bind(struct Qdisc *sch, unsigned long parent, sfb_bind() argument
H A Dsch_sfq.c185 static unsigned int sfq_classify(struct sk_buff *skb, struct Qdisc *sch, sfq_classify() argument
315 static unsigned int sfq_drop(struct Qdisc *sch) sfq_drop() argument
369 sfq_enqueue(struct sk_buff *skb, struct Qdisc *sch) sfq_enqueue() argument
500 sfq_dequeue(struct Qdisc *sch) sfq_dequeue() argument
541 sfq_reset(struct Qdisc *sch) sfq_reset() argument
555 static void sfq_rehash(struct Qdisc *sch) sfq_rehash() argument
625 struct Qdisc *sch = (struct Qdisc *)arg; sfq_perturbation() local
639 static int sfq_change(struct Qdisc *sch, struct nlattr *opt) sfq_change() argument
720 static void sfq_destroy(struct Qdisc *sch) sfq_destroy() argument
732 static int sfq_init(struct Qdisc *sch, struct nlattr *opt) sfq_init() argument
783 static int sfq_dump(struct Qdisc *sch, struct sk_buff *skb) sfq_dump() argument
820 static struct Qdisc *sfq_leaf(struct Qdisc *sch, unsigned long arg) sfq_leaf() argument
825 static unsigned long sfq_get(struct Qdisc *sch, u32 classid) sfq_get() argument
830 static unsigned long sfq_bind(struct Qdisc *sch, unsigned long parent, sfq_bind() argument
842 static struct tcf_proto __rcu **sfq_find_tcf(struct Qdisc *sch, sfq_find_tcf() argument
852 static int sfq_dump_class(struct Qdisc *sch, unsigned long cl, sfq_dump_class() argument
859 static int sfq_dump_class_stats(struct Qdisc *sch, unsigned long cl, sfq_dump_class_stats() argument
879 static void sfq_walk(struct Qdisc *sch, struct qdisc_walker *arg) sfq_walk() argument
H A Dsch_fq.c296 static struct sk_buff *fq_dequeue_head(struct Qdisc *sch, struct fq_flow *flow) fq_dequeue_head() argument
368 static int fq_enqueue(struct sk_buff *skb, struct Qdisc *sch) fq_enqueue() argument
425 static struct sk_buff *fq_dequeue(struct Qdisc *sch) fq_dequeue() argument
515 static void fq_reset(struct Qdisc *sch) fq_reset() argument
610 static int fq_resize(struct Qdisc *sch, u32 log) fq_resize() argument
657 static int fq_change(struct Qdisc *sch, struct nlattr *opt) fq_change() argument
745 static void fq_destroy(struct Qdisc *sch) fq_destroy() argument
754 static int fq_init(struct Qdisc *sch, struct nlattr *opt) fq_init() argument
782 static int fq_dump(struct Qdisc *sch, struct sk_buff *skb) fq_dump() argument
811 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
404 static int netem_enqueue(struct sk_buff *skb, struct Qdisc *sch) netem_enqueue() argument
522 static unsigned int netem_drop(struct Qdisc *sch) netem_drop() argument
551 static struct sk_buff *netem_dequeue(struct Qdisc *sch) netem_dequeue() argument
625 static void netem_reset(struct Qdisc *sch) netem_reset() argument
645 static int get_dist_table(struct Qdisc *sch, const struct nlattr *attr) get_dist_table() argument
801 static int netem_change(struct Qdisc *sch, struct nlattr *opt) netem_change() argument
883 static int netem_init(struct Qdisc *sch, struct nlattr *opt) netem_init() argument
900 static void netem_destroy(struct Qdisc *sch) netem_destroy() argument
960 static int netem_dump(struct Qdisc *sch, struct sk_buff *skb) netem_dump() argument
1021 static int netem_dump_class(struct Qdisc *sch, unsigned long cl, netem_dump_class() argument
1035 static int netem_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, netem_graft() argument
1052 static struct Qdisc *netem_leaf(struct Qdisc *sch, unsigned long arg) netem_leaf() argument
1058 static unsigned long netem_get(struct Qdisc *sch, u32 classid) netem_get() argument
1063 static void netem_put(struct Qdisc *sch, unsigned long arg) netem_put() argument
1067 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_decrease_qlen(struct Qdisc *sch, unsigned int n) qdisc_tree_decrease_qlen() argument
895 struct Qdisc *sch; qdisc_create() local
1027 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
1637 static struct Qdisc *cbq_leaf(struct Qdisc *sch, unsigned long arg) cbq_leaf() argument
1644 static void cbq_qlen_notify(struct Qdisc *sch, unsigned long arg) cbq_qlen_notify() argument
1652 static unsigned long cbq_get(struct Qdisc *sch, u32 classid) cbq_get() argument
1664 static void cbq_destroy_class(struct Qdisc *sch, struct cbq_class *cl) cbq_destroy_class() argument
1678 static void cbq_destroy(struct Qdisc *sch) cbq_destroy() argument
1705 static void cbq_put(struct Qdisc *sch, unsigned long arg) cbq_put() argument
1725 cbq_change_class(struct Qdisc *sch, u32 classid, u32 parentid, struct nlattr **tca, cbq_change_class() argument
1913 static int cbq_delete(struct Qdisc *sch, unsigned long arg) cbq_delete() argument
1959 static struct tcf_proto __rcu **cbq_find_tcf(struct Qdisc *sch, cbq_find_tcf() argument
1971 static unsigned long cbq_bind_filter(struct Qdisc *sch, unsigned long parent, cbq_bind_filter() argument
1987 static void cbq_unbind_filter(struct Qdisc *sch, unsigned long arg) cbq_unbind_filter() argument
1994 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
920 hfsc_find_class(u32 classid, struct Qdisc *sch) hfsc_find_class() argument
969 hfsc_change_class(struct Qdisc *sch, u32 classid, u32 parentid, hfsc_change_class() argument
1113 hfsc_destroy_class(struct Qdisc *sch, struct hfsc_class *cl) hfsc_destroy_class() argument
1125 hfsc_delete_class(struct Qdisc *sch, unsigned long arg) hfsc_delete_class() argument
1152 hfsc_classify(struct sk_buff *skb, struct Qdisc *sch, int *qerr) hfsc_classify() argument
1204 hfsc_graft_class(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, hfsc_graft_class() argument
1227 hfsc_class_leaf(struct Qdisc *sch, unsigned long arg) hfsc_class_leaf() argument
1238 hfsc_qlen_notify(struct Qdisc *sch, unsigned long arg) hfsc_qlen_notify() argument
1249 hfsc_get_class(struct Qdisc *sch, u32 classid) hfsc_get_class() argument
1260 hfsc_put_class(struct Qdisc *sch, unsigned long arg) hfsc_put_class() argument
1269 hfsc_bind_tcf(struct Qdisc *sch, unsigned long parent, u32 classid) hfsc_bind_tcf() argument
1284 hfsc_unbind_tcf(struct Qdisc *sch, unsigned long arg) hfsc_unbind_tcf() argument
1292 hfsc_tcf_chain(struct Qdisc *sch, unsigned long arg) hfsc_tcf_chain() argument
1342 hfsc_dump_class(struct Qdisc *sch, unsigned long arg, struct sk_buff *skb, hfsc_dump_class() argument
1367 hfsc_dump_class_stats(struct Qdisc *sch, unsigned long arg, hfsc_dump_class_stats() argument
1390 hfsc_walk(struct Qdisc *sch, struct qdisc_walker *arg) hfsc_walk() argument
1416 hfsc_schedule_watchdog(struct Qdisc *sch) hfsc_schedule_watchdog() argument
1434 hfsc_init_qdisc(struct Qdisc *sch, struct nlattr *opt) hfsc_init_qdisc() argument
1471 hfsc_change_qdisc(struct Qdisc *sch, struct nlattr *opt) hfsc_change_qdisc() argument
1522 hfsc_reset_qdisc(struct Qdisc *sch) hfsc_reset_qdisc() argument
1539 hfsc_destroy_qdisc(struct Qdisc *sch) hfsc_destroy_qdisc() argument
1560 hfsc_dump_qdisc(struct Qdisc *sch, struct sk_buff *skb) hfsc_dump_qdisc() argument
1585 hfsc_enqueue(struct sk_buff *skb, struct Qdisc *sch) hfsc_enqueue() argument
1616 hfsc_dequeue(struct Qdisc *sch) hfsc_dequeue() argument
1684 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
878 static struct sk_buff *htb_dequeue(struct Qdisc *sch) htb_dequeue() argument
945 static unsigned int htb_drop(struct Qdisc *sch) htb_drop() argument
970 static void htb_reset(struct Qdisc *sch) htb_reset() argument
1012 struct Qdisc *sch = q->watchdog.qdisc; htb_work_func() local
1017 static int htb_init(struct Qdisc *sch, struct nlattr *opt) htb_init() argument
1063 static int htb_dump(struct Qdisc *sch, struct sk_buff *skb) htb_dump() argument
1093 static int htb_dump_class(struct Qdisc *sch, unsigned long arg, htb_dump_class() argument
1138 htb_dump_class_stats(struct Qdisc *sch, unsigned long arg, struct gnet_dump *d) htb_dump_class_stats() argument
1156 static int htb_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, htb_graft() argument
1179 static struct Qdisc *htb_leaf(struct Qdisc *sch, unsigned long arg) htb_leaf() argument
1185 static void htb_qlen_notify(struct Qdisc *sch, unsigned long arg) htb_qlen_notify() argument
1193 static unsigned long htb_get(struct Qdisc *sch, u32 classid) htb_get() argument
1233 static void htb_destroy_class(struct Qdisc *sch, struct htb_class *cl) htb_destroy_class() argument
1244 static void htb_destroy(struct Qdisc *sch) htb_destroy() argument
1273 static int htb_delete(struct Qdisc *sch, unsigned long arg) htb_delete() argument
1327 static void htb_put(struct Qdisc *sch, unsigned long arg) htb_put() argument
1335 static int htb_change_class(struct Qdisc *sch, u32 classid, htb_change_class() argument
1527 static struct tcf_proto __rcu **htb_find_tcf(struct Qdisc *sch, htb_find_tcf() argument
1537 static unsigned long htb_bind_filter(struct Qdisc *sch, unsigned long parent, htb_bind_filter() argument
1556 static void htb_unbind_filter(struct Qdisc *sch, unsigned long arg) htb_unbind_filter() argument
1564 static void htb_walk(struct Qdisc *sch, struct qdisc_walker *arg) htb_walk() argument
H A Dsch_qfq.c210 static struct qfq_class *qfq_find_class(struct Qdisc *sch, u32 classid) qfq_find_class() argument
387 static int qfq_change_agg(struct Qdisc *sch, struct qfq_class *cl, u32 weight, qfq_change_agg() argument
405 static int qfq_change_class(struct Qdisc *sch, u32 classid, u32 parentid, qfq_change_class() argument
530 static void qfq_destroy_class(struct Qdisc *sch, struct qfq_class *cl) qfq_destroy_class() argument
540 static int qfq_delete_class(struct Qdisc *sch, unsigned long arg) qfq_delete_class() argument
563 static unsigned long qfq_get_class(struct Qdisc *sch, u32 classid) qfq_get_class() argument
573 static void qfq_put_class(struct Qdisc *sch, unsigned long arg) qfq_put_class() argument
581 static struct tcf_proto __rcu **qfq_tcf_chain(struct Qdisc *sch, qfq_tcf_chain() argument
592 static unsigned long qfq_bind_tcf(struct Qdisc *sch, unsigned long parent, qfq_bind_tcf() argument
603 static void qfq_unbind_tcf(struct Qdisc *sch, unsigned long arg) qfq_unbind_tcf() argument
610 static int qfq_graft_class(struct Qdisc *sch, unsigned long arg, qfq_graft_class() argument
630 static struct Qdisc *qfq_class_leaf(struct Qdisc *sch, unsigned long arg) qfq_class_leaf() argument
637 static int qfq_dump_class(struct Qdisc *sch, unsigned long arg, qfq_dump_class() argument
660 static int qfq_dump_class_stats(struct Qdisc *sch, unsigned long arg, qfq_dump_class_stats() argument
680 static void qfq_walk(struct Qdisc *sch, struct qdisc_walker *arg) qfq_walk() argument
704 static struct qfq_class *qfq_classify(struct sk_buff *skb, struct Qdisc *sch, qfq_classify() argument
1103 static struct sk_buff *qfq_dequeue(struct Qdisc *sch) qfq_dequeue() argument
1222 static int qfq_enqueue(struct sk_buff *skb, struct Qdisc *sch) qfq_enqueue() argument
1419 static void qfq_qlen_notify(struct Qdisc *sch, unsigned long arg) qfq_qlen_notify() argument
1453 static unsigned int qfq_drop(struct Qdisc *sch) qfq_drop() argument
1474 static int qfq_init_qdisc(struct Qdisc *sch, struct nlattr *opt) qfq_init_qdisc() argument
1510 static void qfq_reset_qdisc(struct Qdisc *sch) qfq_reset_qdisc() argument
1527 static void qfq_destroy_qdisc(struct Qdisc *sch) qfq_destroy_qdisc() argument
/linux-4.1.27/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
496 struct subchannel *sch; ccw_device_get_path_mask() local
523 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_stlck() local
577 struct subchannel *sch; ccw_device_get_chp_desc() local
611 struct subchannel *sch; ccw_device_tm_start_key() local
715 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_get_mdc() local
760 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_tm_intrg() local
780 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_get_schid() local
H A Ddevice_pgid.c33 struct subchannel *sch = to_subchannel(cdev->dev.parent); verify_done() local
72 struct subchannel *sch = to_subchannel(cdev->dev.parent); nop_do() local
104 struct subchannel *sch = to_subchannel(cdev->dev.parent); nop_callback() local
167 struct subchannel *sch = to_subchannel(cdev->dev.parent); pgid_wipeout_start() local
194 struct subchannel *sch = to_subchannel(cdev->dev.parent); spid_do() local
227 struct subchannel *sch = to_subchannel(cdev->dev.parent); spid_callback() local
332 struct subchannel *sch = to_subchannel(cdev->dev.parent); pgid_to_donepm() local
378 struct subchannel *sch = to_subchannel(cdev->dev.parent); snid_done() local
452 struct subchannel *sch = to_subchannel(cdev->dev.parent); snid_do() local
509 struct subchannel *sch = to_subchannel(cdev->dev.parent); verify_start() local
572 struct subchannel *sch = to_subchannel(cdev->dev.parent); disband_callback() local
599 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_disband_start() local
654 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_stlck_start() 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
911 struct subchannel *sch; ccw_device_start_id() local
923 struct subchannel *sch; ccw_device_trigger_reprobe() local
956 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.h204 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
479 static int cio_validate_io_subchannel(struct subchannel *sch) cio_validate_io_subchannel() argument
489 static int cio_validate_msg_subchannel(struct subchannel *sch) cio_validate_msg_subchannel() argument
511 int cio_validate_subchannel(struct subchannel *sch, struct subchannel_id schid) cio_validate_subchannel() argument
559 struct subchannel *sch; do_cio_interrupt() local
609 void cio_tsch(struct subchannel *sch) cio_tsch() argument
674 struct subchannel *sch; cio_probe_console() local
974 int cio_tm_start_key(struct subchannel *sch, struct tcw *tcw, u8 lpm, u8 key) cio_tm_start_key() argument
1004 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.c189 struct subchannel *sch; set_schib() local
298 struct subchannel *sch; cmf_copy_block() local
H A Dcss.c68 struct subchannel *sch = to_subchannel(dev); call_fn_known_sch() local
92 struct subchannel *sch; call_fn_all_sch() local
148 static int css_sch_create_locks(struct subchannel *sch) css_sch_create_locks() argument
162 struct subchannel *sch = to_subchannel(dev); css_subchannel_release() local
172 struct subchannel *sch; css_alloc_subchannel() local
197 static int css_sch_device_register(struct subchannel *sch) css_sch_device_register() argument
213 void css_sch_device_unregister(struct subchannel *sch) css_sch_device_unregister() argument
251 void css_update_ssd_info(struct subchannel *sch) css_update_ssd_info() argument
265 struct subchannel *sch = to_subchannel(dev); type_show() local
275 struct subchannel *sch = to_subchannel(dev); modalias_show() local
297 int css_register_subchannel(struct subchannel *sch) css_register_subchannel() argument
337 struct subchannel *sch; css_probe_device() local
354 struct subchannel *sch; check_subchannel() local
408 static int css_evaluate_known_subchannel(struct subchannel *sch, int slow) css_evaluate_known_subchannel() argument
429 struct subchannel *sch; css_evaluate_subchannel() local
451 void css_sched_sch_todo(struct subchannel *sch, enum sch_todo todo) css_sched_sch_todo() argument
470 struct subchannel *sch; css_sch_todo() local
520 static int slow_eval_known_fn(struct subchannel *sch, void *data) slow_eval_known_fn() argument
614 struct subchannel *sch = to_subchannel(dev); __unset_registered() local
662 struct subchannel *sch; css_process_crw() local
1126 int sch_is_pseudo_sch(struct subchannel *sch) sch_is_pseudo_sch() argument
1133 struct subchannel *sch = to_subchannel(dev); css_bus_match() local
1147 struct subchannel *sch; css_probe() local
1160 struct subchannel *sch; css_remove() local
1171 struct subchannel *sch; css_shutdown() local
1180 struct subchannel *sch = to_subchannel(dev); css_uevent() local
1192 struct subchannel *sch = to_subchannel(dev); css_pm_prepare() local
1206 struct subchannel *sch = to_subchannel(dev); css_pm_complete() local
1218 struct subchannel *sch = to_subchannel(dev); css_pm_freeze() local
1229 struct subchannel *sch = to_subchannel(dev); css_pm_thaw() local
1240 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
1830 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_pm_freeze() local
1864 struct subchannel *sch = to_subchannel(cdev->dev.parent); ccw_device_pm_thaw() local
1892 struct subchannel *sch = to_subchannel(cdev->dev.parent); __ccw_device_pm_restore() local
1948 struct subchannel *sch; ccw_device_pm_restore() local
2074 struct subchannel *sch; ccw_device_todo() local
2150 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.c88 u16 sch; /* subchannel */ member in struct:chsc_ssd_area
208 static int s390_subchannel_remove_chpid(struct subchannel *sch, void *data) s390_subchannel_remove_chpid() argument
241 static int __s390_process_res_acc(struct subchannel *sch, void *data) __s390_process_res_acc() argument
629 static void __s390_subchannel_vary_chpid(struct subchannel *sch, __s390_subchannel_vary_chpid() argument
644 static int s390_subchannel_vary_chpid_off(struct subchannel *sch, void *data) s390_subchannel_vary_chpid_off() argument
652 static int s390_subchannel_vary_chpid_on(struct subchannel *sch, void *data) s390_subchannel_vary_chpid_on() argument
/linux-4.1.27/net/netfilter/
H A Dxt_sctp.c45 const sctp_chunkhdr_t *sch; match_packet() local
H A Dnf_conntrack_proto_sctp.c202 sctp_chunkhdr_t _sch, *sch; do_basic_checks() local
314 const struct sctp_chunkhdr *sch; sctp_packet() local
418 const struct sctp_chunkhdr *sch; sctp_new() local
/linux-4.1.27/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.1.27/include/net/
H A Dcodel.h261 static struct sk_buff *codel_dequeue(struct Qdisc *sch, codel_dequeue() argument
171 codel_params_init(struct codel_params *params, const struct Qdisc *sch) codel_params_init() argument
220 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.h501 static inline int qdisc_enqueue(struct sk_buff *skb, struct Qdisc *sch) qdisc_enqueue() argument
507 static inline int qdisc_enqueue_root(struct sk_buff *skb, struct Qdisc *sch) qdisc_enqueue_root() argument
525 static inline void qdisc_bstats_update_cpu(struct Qdisc *sch, qdisc_bstats_update_cpu() 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
559 static inline void qdisc_qstats_drop(struct Qdisc *sch) qdisc_qstats_drop() argument
564 static inline void qdisc_qstats_drop_cpu(struct Qdisc *sch) qdisc_qstats_drop_cpu() argument
571 static inline void qdisc_qstats_overlimit(struct Qdisc *sch) qdisc_qstats_overlimit() argument
576 static inline int __qdisc_enqueue_tail(struct sk_buff *skb, struct Qdisc *sch, __qdisc_enqueue_tail() argument
585 static inline int qdisc_enqueue_tail(struct sk_buff *skb, struct Qdisc *sch) qdisc_enqueue_tail() argument
590 static inline struct sk_buff *__qdisc_dequeue_head(struct Qdisc *sch, __qdisc_dequeue_head() argument
603 static inline struct sk_buff *qdisc_dequeue_head(struct Qdisc *sch) qdisc_dequeue_head() argument
608 static inline unsigned int __qdisc_queue_drop_head(struct Qdisc *sch, __qdisc_queue_drop_head() argument
623 static inline unsigned int qdisc_queue_drop_head(struct Qdisc *sch) qdisc_queue_drop_head() argument
628 static inline struct sk_buff *__qdisc_dequeue_tail(struct Qdisc *sch, __qdisc_dequeue_tail() argument
639 static inline struct sk_buff *qdisc_dequeue_tail(struct Qdisc *sch) qdisc_dequeue_tail() argument
644 static inline struct sk_buff *qdisc_peek_head(struct Qdisc *sch) qdisc_peek_head() argument
650 static inline struct sk_buff *qdisc_peek_dequeued(struct Qdisc *sch) qdisc_peek_dequeued() argument
664 static inline struct sk_buff *qdisc_dequeue_peeked(struct Qdisc *sch) qdisc_dequeue_peeked() argument
678 static inline void __qdisc_reset_queue(struct Qdisc *sch, __qdisc_reset_queue() argument
688 static inline void qdisc_reset_queue(struct Qdisc *sch) qdisc_reset_queue() argument
694 static inline unsigned int __qdisc_queue_drop(struct Qdisc *sch, __qdisc_queue_drop() argument
708 static inline unsigned int qdisc_queue_drop(struct Qdisc *sch) qdisc_queue_drop() argument
713 static inline int qdisc_drop(struct sk_buff *skb, struct Qdisc *sch) qdisc_drop() argument
721 static inline int qdisc_reshape_fail(struct sk_buff *skb, struct Qdisc *sch) qdisc_reshape_fail() argument
490 qdisc_calculate_pkt_len(struct sk_buff *skb, const struct Qdisc *sch) qdisc_calculate_pkt_len() argument
/linux-4.1.27/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c19 sctp_chunkhdr_t _schunkh, *sch; sctp_conn_schedule() local
372 sctp_chunkhdr_t _sctpch, *sch; set_sctp_state() local
H A Dip_vs_core.c1021 sctp_chunkhdr_t *sch, schunk; is_sctp_abort() local
1054 sctp_chunkhdr_t *sch, schunk; is_new_conn() local
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
H A Dinternal.h66 u32 sch; member in struct:isr_statistics
/linux-4.1.27/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.1.27/arch/s390/include/asm/
H A Dqdio.h289 u16 sch; member in struct:qdio_ssqd_desc
/linux-4.1.27/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.1.27/drivers/net/wireless/iwlegacy/
H A Dcommon.h1024 u32 sch; member in struct:isr_stats

Completed in 3050 milliseconds