Home
last modified time | relevance | path

Searched defs:cl (Results 1 – 25 of 121) sorted by relevance

12345

/linux-3.3/net/sched/
Dsch_cbq.c176 #define L2T(cl, len) qdisc_l2t((cl)->R_tab, len) argument
194 struct cbq_class *cl; in cbq_reclassify() local
223 struct cbq_class *cl = NULL; in cbq_classify() local
299 static inline void cbq_activate_class(struct cbq_class *cl) in cbq_activate_class()
327 struct cbq_class *cl; in cbq_deactivate_class() local
350 cbq_mark_toplevel(struct cbq_sched_data *q, struct cbq_class *cl) in cbq_mark_toplevel()
376 struct cbq_class *cl = cbq_classify(skb, sch, &ret); in cbq_enqueue() local
412 static void cbq_ovl_classic(struct cbq_class *cl) in cbq_ovl_classic()
466 static void cbq_ovl_rclassic(struct cbq_class *cl) in cbq_ovl_rclassic()
485 static void cbq_ovl_delay(struct cbq_class *cl) in cbq_ovl_delay()
[all …]
Dsch_drr.c53 static void drr_purge_queue(struct drr_class *cl) in drr_purge_queue()
69 struct drr_class *cl = (struct drr_class *)*arg; in drr_change_class() local
139 static void drr_destroy_class(struct Qdisc *sch, struct drr_class *cl) in drr_destroy_class()
149 struct drr_class *cl = (struct drr_class *)arg; in drr_delete_class() local
171 struct drr_class *cl = drr_find_class(sch, classid); in drr_get_class() local
181 struct drr_class *cl = (struct drr_class *)arg; in drr_put_class() local
187 static struct tcf_proto **drr_tcf_chain(struct Qdisc *sch, unsigned long cl) in drr_tcf_chain()
200 struct drr_class *cl = drr_find_class(sch, classid); in drr_bind_tcf() local
210 struct drr_class *cl = (struct drr_class *)arg; in drr_unbind_tcf() local
218 struct drr_class *cl = (struct drr_class *)arg; in drr_graft_class() local
[all …]
Dsch_hfsc.c194 eltree_insert(struct hfsc_class *cl) in eltree_insert()
213 eltree_remove(struct hfsc_class *cl) in eltree_remove()
219 eltree_update(struct hfsc_class *cl) in eltree_update()
229 struct hfsc_class *p, *cl = NULL; in eltree_get_mindl() local
259 vttree_insert(struct hfsc_class *cl) in vttree_insert()
278 vttree_remove(struct hfsc_class *cl) in vttree_remove()
284 vttree_update(struct hfsc_class *cl) in vttree_update()
291 vttree_firstfit(struct hfsc_class *cl, u64 cur_time) in vttree_firstfit()
308 vttree_get_minvt(struct hfsc_class *cl, u64 cur_time) in vttree_get_minvt()
328 cftree_insert(struct hfsc_class *cl) in cftree_insert()
[all …]
Dsch_htb.c195 struct htb_class *cl; in htb_classify() local
250 struct htb_class *cl, int prio) in htb_add_to_id_tree()
276 struct htb_class *cl, long delay) in htb_add_to_wait_tree()
319 struct htb_class *cl, int mask) in htb_add_class_to_row()
348 struct htb_class *cl, int mask) in htb_remove_class_from_row()
373 static void htb_activate_prios(struct htb_sched *q, struct htb_class *cl) in htb_activate_prios()
408 static void htb_deactivate_prios(struct htb_sched *q, struct htb_class *cl) in htb_deactivate_prios()
444 static inline long htb_lowater(const struct htb_class *cl) in htb_lowater()
451 static inline long htb_hiwater(const struct htb_class *cl) in htb_hiwater()
472 htb_class_mode(struct htb_class *cl, long *diff) in htb_class_mode()
[all …]
Dsch_qfq.c166 static void qfq_purge_queue(struct qfq_class *cl) in qfq_purge_queue()
210 struct qfq_class *cl = (struct qfq_class *)*arg; in qfq_change_class() local
309 static void qfq_destroy_class(struct Qdisc *sch, struct qfq_class *cl) in qfq_destroy_class()
326 struct qfq_class *cl = (struct qfq_class *)arg; in qfq_delete_class() local
348 struct qfq_class *cl = qfq_find_class(sch, classid); in qfq_get_class() local
358 struct qfq_class *cl = (struct qfq_class *)arg; in qfq_put_class() local
364 static struct tcf_proto **qfq_tcf_chain(struct Qdisc *sch, unsigned long cl) in qfq_tcf_chain()
377 struct qfq_class *cl = qfq_find_class(sch, classid); in qfq_bind_tcf() local
387 struct qfq_class *cl = (struct qfq_class *)arg; in qfq_unbind_tcf() local
395 struct qfq_class *cl = (struct qfq_class *)arg; in qfq_graft_class() local
[all …]
Dsch_mq.c119 static struct netdev_queue *mq_queue_get(struct Qdisc *sch, unsigned long cl) in mq_queue_get()
143 static int mq_graft(struct Qdisc *sch, unsigned long cl, struct Qdisc *new, in mq_graft()
159 static struct Qdisc *mq_leaf(struct Qdisc *sch, unsigned long cl) in mq_leaf()
175 static void mq_put(struct Qdisc *sch, unsigned long cl) in mq_put()
179 static int mq_dump_class(struct Qdisc *sch, unsigned long cl, in mq_dump_class()
190 static int mq_dump_class_stats(struct Qdisc *sch, unsigned long cl, in mq_dump_class_stats()
Dsch_mqprio.c184 unsigned long cl) in mqprio_queue_get()
194 static int mqprio_graft(struct Qdisc *sch, unsigned long cl, struct Qdisc *new, in mqprio_graft()
258 static struct Qdisc *mqprio_leaf(struct Qdisc *sch, unsigned long cl) in mqprio_leaf()
278 static void mqprio_put(struct Qdisc *sch, unsigned long cl) in mqprio_put()
282 static int mqprio_dump_class(struct Qdisc *sch, unsigned long cl, in mqprio_dump_class()
314 static int mqprio_dump_class_stats(struct Qdisc *sch, unsigned long cl, in mqprio_dump_class_stats()
Dsch_api.c253 unsigned long cl; in qdisc_leaf() local
547 struct Qdisc_class_common *cl; in qdisc_class_hash_grow() local
602 struct Qdisc_class_common *cl) in qdisc_class_hash_insert()
614 struct Qdisc_class_common *cl) in qdisc_class_hash_remove()
644 unsigned long cl; in qdisc_tree_decrease_qlen() local
749 unsigned long cl = cops->get(parent, classid); in qdisc_graft() local
953 check_loop_fn(struct Qdisc *q, unsigned long cl, struct qdisc_walker *w) in check_loop_fn()
1372 unsigned long cl = 0; in tc_ctl_tclass() local
1490 unsigned long cl, in tc_fill_tclass()
1533 unsigned long cl, int event) in tclass_notify()
[all …]
Dsch_ingress.c41 static void ingress_put(struct Qdisc *sch, unsigned long cl) in ingress_put()
49 static struct tcf_proto **ingress_find_tcf(struct Qdisc *sch, unsigned long cl) in ingress_find_tcf()
Dsch_multiq.c341 static void multiq_put(struct Qdisc *q, unsigned long cl) in multiq_put()
345 static int multiq_dump_class(struct Qdisc *sch, unsigned long cl, in multiq_dump_class()
355 static int multiq_dump_class_stats(struct Qdisc *sch, unsigned long cl, in multiq_dump_class_stats()
391 static struct tcf_proto **multiq_find_tcf(struct Qdisc *sch, unsigned long cl) in multiq_find_tcf()
Dsch_prio.c303 static void prio_put(struct Qdisc *q, unsigned long cl) in prio_put()
307 static int prio_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, in prio_dump_class()
317 static int prio_dump_class_stats(struct Qdisc *sch, unsigned long cl, in prio_dump_class_stats()
353 static struct tcf_proto **prio_find_tcf(struct Qdisc *sch, unsigned long cl) in prio_find_tcf()
Dsch_atm.c103 static struct Qdisc *atm_tc_leaf(struct Qdisc *sch, unsigned long cl) in atm_tc_leaf()
135 static void atm_tc_put(struct Qdisc *sch, unsigned long cl) in atm_tc_put()
261 unsigned long cl; in atm_tc_change() local
350 static struct tcf_proto **atm_tc_find_tcf(struct Qdisc *sch, unsigned long cl) in atm_tc_find_tcf()
586 static int atm_tc_dump_class(struct Qdisc *sch, unsigned long cl, in atm_tc_dump_class()
/linux-3.3/drivers/staging/mei/
Dinterrupt.c58 static void _mei_cmpl(struct mei_cl *cl, struct mei_cl_cb *cb_pos) in _mei_cmpl()
119 struct mei_cl *cl; in mei_irq_thread_read_amthi_message() local
173 static int _mei_irq_thread_state_ok(struct mei_cl *cl, in _mei_irq_thread_state_ok()
196 struct mei_cl *cl; in mei_irq_thread_read_client_message() local
305 struct mei_cl *cl, in _mei_irq_thread_close()
343 static bool is_treat_specially_client(struct mei_cl *cl, in is_treat_specially_client()
374 struct mei_cl *cl; in mei_client_connect_response() local
429 struct mei_cl *cl; in mei_client_disconnect_response() local
473 static int same_flow_addr(struct mei_cl *cl, struct hbm_flow_control *flow) in same_flow_addr()
555 static int same_disconn_addr(struct mei_cl *cl, in same_disconn_addr()
[all …]
Dinterface.c254 int mei_flow_ctrl_creds(struct mei_device *dev, struct mei_cl *cl) in mei_flow_ctrl_creds()
289 int mei_flow_ctrl_reduce(struct mei_device *dev, struct mei_cl *cl) in mei_flow_ctrl_reduce()
322 int mei_send_flow_control(struct mei_device *dev, struct mei_cl *cl) in mei_send_flow_control()
362 struct mei_cl *cl) in mei_other_client_is_connecting()
385 int mei_disconnect(struct mei_device *dev, struct mei_cl *cl) in mei_disconnect()
421 int mei_connect(struct mei_device *dev, struct mei_cl *cl) in mei_connect()
Dmain.c199 struct mei_cl *cl) in find_read_list_entry()
226 struct mei_cl *cl; in mei_open() local
293 struct mei_cl *cl = file->private_data; in mei_release() local
383 struct mei_cl *cl = file->private_data; in mei_read() local
538 struct mei_cl *cl = file->private_data; in mei_write() local
792 struct mei_cl *cl = file->private_data; in mei_ioctl() local
875 struct mei_cl *cl = file->private_data; in mei_poll() local
Diorw.c61 struct mei_cl *cl; in mei_ioctl_connect_client() local
267 struct mei_cl *cl = file->private_data; in amthi_read() local
381 int mei_start_read(struct mei_device *dev, struct mei_cl *cl) in mei_start_read()
Dinit.c49 void mei_io_list_flush(struct mei_io_list *list, struct mei_cl *cl) in mei_io_list_flush()
69 int mei_cl_flush_queues(struct mei_cl *cl) in mei_cl_flush_queues()
628 struct mei_cl *cl; in mei_cl_allocate() local
651 int mei_disconnect_host_client(struct mei_device *dev, struct mei_cl *cl) in mei_disconnect_host_client()
/linux-3.3/drivers/clk/
Dclkdev.c37 struct clk_lookup *p, *cl = NULL; in clk_find() local
66 struct clk_lookup *cl; in clk_get_sys() local
92 void clkdev_add(struct clk_lookup *cl) in clkdev_add()
100 void __init clkdev_add_table(struct clk_lookup *cl, size_t num) in clkdev_add_table()
114 struct clk_lookup cl; member
168 void clkdev_drop(struct clk_lookup *cl) in clkdev_drop()
/linux-3.3/drivers/staging/iio/addac/
Dadt7316-i2c.c23 struct i2c_client *cl = client; in adt7316_i2c_read() local
43 struct i2c_client *cl = client; in adt7316_i2c_write() local
55 struct i2c_client *cl = client; in adt7316_i2c_multi_read() local
74 struct i2c_client *cl = client; in adt7316_i2c_multi_write() local
/linux-3.3/arch/openrisc/kernel/
Ddma.c32 unsigned long cl; in page_set_nocache() local
122 unsigned long cl; in or1k_map_page() local
188 unsigned long cl; in or1k_sync_single_for_cpu() local
200 unsigned long cl; in or1k_sync_single_for_device() local
/linux-3.3/drivers/macintosh/
Dtherm_windtunnel.c121 write_reg( struct i2c_client *cl, int reg, int data, int len ) in write_reg()
139 read_reg( struct i2c_client *cl, int reg, int len ) in read_reg()
357 attach_fan( struct i2c_client *cl ) in attach_fan()
373 attach_thermostat( struct i2c_client *cl ) in attach_thermostat()
414 do_probe(struct i2c_client *cl, const struct i2c_device_id *id) in do_probe()
/linux-3.3/net/bluetooth/bnep/
Dsock.c65 struct bnep_connlist_req cl; in bnep_sock_ioctl() local
145 struct bnep_connlist_req cl; in bnep_sock_compat_ioctl() local
/linux-3.3/net/bluetooth/cmtp/
Dsock.c65 struct cmtp_connlist_req cl; in cmtp_sock_ioctl() local
139 struct cmtp_connlist_req cl; in cmtp_sock_compat_ioctl() local
/linux-3.3/fs/ocfs2/
Dsuballoc.c170 static u32 ocfs2_bits_per_group(struct ocfs2_chain_list *cl) in ocfs2_bits_per_group()
359 struct ocfs2_chain_list *cl, in ocfs2_bg_discontig_add_extent()
385 struct ocfs2_chain_list *cl) in ocfs2_block_group_fill()
442 static inline u16 ocfs2_find_smallest_chain(struct ocfs2_chain_list *cl) in ocfs2_find_smallest_chain()
460 struct ocfs2_chain_list *cl) in ocfs2_block_group_alloc_contig()
525 struct ocfs2_chain_list *cl, in ocfs2_block_group_grow_discontig()
617 struct ocfs2_chain_list *cl) in ocfs2_block_group_alloc_discontig()
700 struct ocfs2_chain_list *cl; in ocfs2_block_group_alloc() local
1397 static inline u16 ocfs2_find_victim_chain(struct ocfs2_chain_list *cl) in ocfs2_find_victim_chain()
1607 struct ocfs2_chain_list *cl = (struct ocfs2_chain_list *) &di->id2.i_chain; in ocfs2_alloc_dinode_update_counts() local
[all …]
/linux-3.3/include/net/
Dpkt_cls.h21 __cls_set_class(unsigned long *clp, unsigned long cl) in __cls_set_class()
32 unsigned long cl) in cls_set_class()
46 unsigned long cl; in tcf_bind_filter() local
57 unsigned long cl; in tcf_unbind_filter() local

12345