Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/bcache/
Dclosure.c14 static inline void closure_put_after_sub(struct closure *cl, int flags) in closure_put_after_sub()
46 void closure_sub(struct closure *cl, int v) in closure_sub()
55 void closure_put(struct closure *cl) in closure_put()
67 struct closure *cl; in __closure_wake_up() local
101 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait()
120 void closure_sync(struct closure *cl) in closure_sync()
142 void closure_debug_create(struct closure *cl) in closure_debug_create()
155 void closure_debug_destroy(struct closure *cl) in closure_debug_destroy()
174 struct closure *cl; in debug_seq_show() local
Dclosure.h189 static inline void closure_debug_create(struct closure *cl) {} in closure_debug_create()
190 static inline void closure_debug_destroy(struct closure *cl) {} in closure_debug_destroy()
194 static inline void closure_set_ip(struct closure *cl) in closure_set_ip()
201 static inline void closure_set_ret_ip(struct closure *cl) in closure_set_ret_ip()
208 static inline void closure_set_waiting(struct closure *cl, unsigned long f) in closure_set_waiting()
215 static inline void __closure_end_sleep(struct closure *cl) in __closure_end_sleep()
223 static inline void __closure_start_sleep(struct closure *cl) in __closure_start_sleep()
233 static inline void closure_set_stopped(struct closure *cl) in closure_set_stopped()
238 static inline void set_closure_fn(struct closure *cl, closure_fn *fn, in set_closure_fn()
249 static inline void closure_queue(struct closure *cl) in closure_queue()
[all …]
Drequest.c55 static void bch_data_insert_keys(struct closure *cl) in bch_data_insert_keys()
115 static void bch_data_invalidate(struct closure *cl) in bch_data_invalidate()
143 static void bch_data_insert_error(struct closure *cl) in bch_data_insert_error()
175 struct closure *cl = bio->bi_private; in bch_data_insert_endio() local
191 static void bch_data_insert_start(struct closure *cl) in bch_data_insert_start()
310 void bch_data_insert(struct closure *cl) in bch_data_insert()
456 struct closure cl; member
477 struct closure *cl = bio->bi_private; in bch_cache_read_endio() local
567 static void cache_lookup(struct closure *cl) in cache_lookup()
588 struct closure *cl = bio->bi_private; in request_endio() local
[all …]
Dmovinggc.c15 struct closure cl; member
37 static void moving_io_destructor(struct closure *cl) in moving_io_destructor()
43 static void write_moving_finish(struct closure *cl) in write_moving_finish()
95 static void write_moving(struct closure *cl) in write_moving()
119 static void read_moving_submit(struct closure *cl) in read_moving_submit()
134 struct closure cl; in read_moving() local
Dsuper.c267 static void bch_write_bdev_super_unlock(struct closure *cl) in bch_write_bdev_super_unlock()
276 struct closure *cl = &dc->sb_write; in bch_write_bdev_super() local
301 static void bcache_write_super_unlock(struct closure *cl) in bcache_write_super_unlock()
310 struct closure *cl = &c->sb_write; in bcache_write_super() local
344 struct closure *cl = bio->bi_private; in uuid_endio() local
352 static void uuid_io_unlock(struct closure *cl) in uuid_io_unlock()
362 struct closure *cl = &c->uuid_write; in uuid_io() local
399 static char *uuid_read(struct cache_set *c, struct jset *j, struct closure *cl) in uuid_read()
443 struct closure cl; in __uuid_write() local
526 struct closure *cl = &ca->prio; in prio_io() local
[all …]
Djournal.c29 struct closure *cl = bio->bi_private; in journal_read_endio() local
41 struct closure cl; in journal_read_bucket() local
560 static void journal_write_done(struct closure *cl) in journal_write_done()
571 static void journal_write_unlock(struct closure *cl) in journal_write_unlock()
579 static void journal_write_unlocked(struct closure *cl) in journal_write_unlocked()
654 static void journal_write(struct closure *cl) in journal_write()
665 struct closure *cl = &c->journal.io; in journal_try_write() local
682 struct closure cl; in journal_wait_for_write() local
784 void bch_journal_meta(struct cache_set *c, struct closure *cl) in bch_journal_meta()
Dwriteback.c100 struct closure cl; member
121 static void dirty_io_destructor(struct closure *cl) in dirty_io_destructor()
127 static void write_dirty_finish(struct closure *cl) in write_dirty_finish()
180 static void write_dirty(struct closure *cl) in write_dirty()
207 static void read_dirty_submit(struct closure *cl) in read_dirty_submit()
221 struct closure cl; in read_dirty() local
Dio.c52 static void bch_bio_submit_split_done(struct closure *cl) in bch_bio_submit_split_done()
66 struct closure *cl = bio->bi_private; in bch_bio_submit_split_endio() local
238 struct closure *cl = bio->bi_private; in bch_bbio_endio() local
Dbtree.c283 struct closure *cl = bio->bi_private; in btree_node_read_endio() local
290 struct closure cl; in bch_btree_node_read() local
340 static void btree_node_write_unlock(struct closure *cl) in btree_node_write_unlock()
347 static void __btree_node_write_done(struct closure *cl) in __btree_node_write_done()
362 static void btree_node_write_done(struct closure *cl) in btree_node_write_done()
376 struct closure *cl = bio->bi_private; in btree_node_write_endio() local
388 struct closure *cl = &b->io; in do_btree_node_write() local
497 struct closure cl; in bch_btree_node_write_sync() local
622 struct closure cl; in mca_reap() local
742 struct closure cl; in bch_btree_cache_free() local
[all …]
Drequest.h5 struct closure cl; member
Dstats.h29 struct closure cl; member
Dbcache.h252 struct closure cl; member
260 struct closure cl; member
489 struct closure cl; member
Dutil.h579 #define closure_bio_submit(bio, cl, dev) \ argument
/linux-4.1.27/net/sched/
Dsch_cbq.c175 #define L2T(cl, len) qdisc_l2t((cl)->R_tab, len) argument
193 struct cbq_class *cl; in cbq_reclassify() local
222 struct cbq_class *cl = NULL; in cbq_classify() local
301 static inline void cbq_activate_class(struct cbq_class *cl) in cbq_activate_class()
329 struct cbq_class *cl; in cbq_deactivate_class() local
352 cbq_mark_toplevel(struct cbq_sched_data *q, struct cbq_class *cl) in cbq_mark_toplevel()
373 struct cbq_class *cl = cbq_classify(skb, sch, &ret); in cbq_enqueue() local
409 static void cbq_ovl_classic(struct cbq_class *cl) in cbq_ovl_classic()
463 static void cbq_ovl_rclassic(struct cbq_class *cl) in cbq_ovl_rclassic()
482 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
140 static void drr_destroy_class(struct Qdisc *sch, struct drr_class *cl) in drr_destroy_class()
150 struct drr_class *cl = (struct drr_class *)arg; in drr_delete_class() local
172 struct drr_class *cl = drr_find_class(sch, classid); in drr_get_class() local
182 struct drr_class *cl = (struct drr_class *)arg; in drr_put_class() local
189 unsigned long cl) in drr_tcf_chain()
202 struct drr_class *cl = drr_find_class(sch, classid); in drr_bind_tcf() local
212 struct drr_class *cl = (struct drr_class *)arg; in drr_unbind_tcf() local
220 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.c210 struct htb_class *cl; in htb_classify() local
270 struct htb_class *cl, int prio) in htb_add_to_id_tree()
296 struct htb_class *cl, s64 delay) in htb_add_to_wait_tree()
339 struct htb_class *cl, int mask) in htb_add_class_to_row()
368 struct htb_class *cl, int mask) in htb_remove_class_from_row()
395 static void htb_activate_prios(struct htb_sched *q, struct htb_class *cl) in htb_activate_prios()
430 static void htb_deactivate_prios(struct htb_sched *q, struct htb_class *cl) in htb_deactivate_prios()
467 static inline s64 htb_lowater(const struct htb_class *cl) in htb_lowater()
474 static inline s64 htb_hiwater(const struct htb_class *cl) in htb_hiwater()
495 htb_class_mode(struct htb_class *cl, s64 *diff) in htb_class_mode()
[all …]
Dsch_qfq.c221 static void qfq_purge_queue(struct qfq_class *cl) in qfq_purge_queue()
325 struct qfq_class *cl) in qfq_add_to_agg()
354 static void qfq_deactivate_class(struct qfq_sched *q, struct qfq_class *cl) in qfq_deactivate_class()
365 static void qfq_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_rm_from_agg()
378 static void qfq_deact_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_deact_rm_from_agg()
387 static int qfq_change_agg(struct Qdisc *sch, struct qfq_class *cl, u32 weight, in qfq_change_agg()
409 struct qfq_class *cl = (struct qfq_class *)*arg; in qfq_change_class() local
530 static void qfq_destroy_class(struct Qdisc *sch, struct qfq_class *cl) in qfq_destroy_class()
543 struct qfq_class *cl = (struct qfq_class *)arg; in qfq_delete_class() local
565 struct qfq_class *cl = qfq_find_class(sch, classid); in qfq_get_class() local
[all …]
Dsch_mq.c124 static struct netdev_queue *mq_queue_get(struct Qdisc *sch, unsigned long cl) in mq_queue_get()
148 static int mq_graft(struct Qdisc *sch, unsigned long cl, struct Qdisc *new, in mq_graft()
165 static struct Qdisc *mq_leaf(struct Qdisc *sch, unsigned long cl) in mq_leaf()
181 static void mq_put(struct Qdisc *sch, unsigned long cl) in mq_put()
185 static int mq_dump_class(struct Qdisc *sch, unsigned long cl, in mq_dump_class()
196 static int mq_dump_class_stats(struct Qdisc *sch, unsigned long cl, in mq_dump_class_stats()
Dsch_mqprio.c187 unsigned long cl) in mqprio_queue_get()
197 static int mqprio_graft(struct Qdisc *sch, unsigned long cl, struct Qdisc *new, in mqprio_graft()
264 static struct Qdisc *mqprio_leaf(struct Qdisc *sch, unsigned long cl) in mqprio_leaf()
284 static void mqprio_put(struct Qdisc *sch, unsigned long cl) in mqprio_put()
288 static int mqprio_dump_class(struct Qdisc *sch, unsigned long cl, in mqprio_dump_class()
320 static int mqprio_dump_class_stats(struct Qdisc *sch, unsigned long cl, in mqprio_dump_class_stats()
Dsch_api.c314 unsigned long cl; in qdisc_leaf() local
653 struct Qdisc_class_common *cl; in qdisc_class_hash_grow() local
708 struct Qdisc_class_common *cl) in qdisc_class_hash_insert()
720 struct Qdisc_class_common *cl) in qdisc_class_hash_remove()
750 unsigned long cl; in qdisc_tree_decrease_qlen() local
865 unsigned long cl = cops->get(parent, classid); in qdisc_graft() local
1089 check_loop_fn(struct Qdisc *q, unsigned long cl, struct qdisc_walker *w) in check_loop_fn()
1527 unsigned long cl = 0; in tc_ctl_tclass() local
1653 unsigned long cl, in tc_fill_tclass()
1700 unsigned long cl, int event) in tclass_notify()
[all …]
Dsch_prio.c306 static void prio_put(struct Qdisc *q, unsigned long cl) in prio_put()
310 static int prio_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, in prio_dump_class()
320 static int prio_dump_class_stats(struct Qdisc *sch, unsigned long cl, in prio_dump_class_stats()
356 unsigned long cl) in prio_find_tcf()
Dsch_multiq.c342 static void multiq_put(struct Qdisc *q, unsigned long cl) in multiq_put()
346 static int multiq_dump_class(struct Qdisc *sch, unsigned long cl, in multiq_dump_class()
356 static int multiq_dump_class_stats(struct Qdisc *sch, unsigned long cl, in multiq_dump_class_stats()
392 unsigned long cl) in multiq_find_tcf()
Dsch_atm.c101 static struct Qdisc *atm_tc_leaf(struct Qdisc *sch, unsigned long cl) in atm_tc_leaf()
133 static void atm_tc_put(struct Qdisc *sch, unsigned long cl) in atm_tc_put()
259 unsigned long cl; in atm_tc_change() local
349 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()
Dsch_ingress.c41 static void ingress_put(struct Qdisc *sch, unsigned long cl) in ingress_put()
50 unsigned long cl) in ingress_find_tcf()
Dsch_dsmark.c100 static void dsmark_put(struct Qdisc *sch, unsigned long cl) in dsmark_put()
190 unsigned long cl) in dsmark_find_tcf()
416 static int dsmark_dump_class(struct Qdisc *sch, unsigned long cl, in dsmark_dump_class()
Dsch_fq_codel.c497 static void fq_codel_put(struct Qdisc *q, unsigned long cl) in fq_codel_put()
502 unsigned long cl) in fq_codel_find_tcf()
511 static int fq_codel_dump_class(struct Qdisc *sch, unsigned long cl, in fq_codel_dump_class()
518 static int fq_codel_dump_class_stats(struct Qdisc *sch, unsigned long cl, in fq_codel_dump_class_stats()
Dsch_choke.c559 static void choke_put(struct Qdisc *q, unsigned long cl) in choke_put()
570 unsigned long cl) in choke_find_tcf()
579 static int choke_dump_class(struct Qdisc *sch, unsigned long cl, in choke_dump_class()
Dsch_sfq.c838 static void sfq_put(struct Qdisc *q, unsigned long cl) in sfq_put()
843 unsigned long cl) in sfq_find_tcf()
852 static int sfq_dump_class(struct Qdisc *sch, unsigned long cl, in sfq_dump_class()
859 static int sfq_dump_class_stats(struct Qdisc *sch, unsigned long cl, in sfq_dump_class_stats()
Dcls_api.c137 unsigned long cl; in tc_ctl_tfilter() local
434 unsigned long cl = 0; in tc_dump_tfilter() local
Dsch_sfb.c603 static int sfb_dump_class(struct Qdisc *sch, unsigned long cl, in sfb_dump_class()
648 static int sfb_delete(struct Qdisc *sch, unsigned long cl) in sfb_delete()
666 unsigned long cl) in sfb_find_tcf()
Dsch_red.c298 static int red_dump_class(struct Qdisc *sch, unsigned long cl, in red_dump_class()
Dsch_tbf.c486 static int tbf_dump_class(struct Qdisc *sch, unsigned long cl, in tbf_dump_class()
Dsch_netem.c1021 static int netem_dump_class(struct Qdisc *sch, unsigned long cl, in netem_dump_class()
/linux-4.1.27/drivers/misc/mei/
Dclient.c347 struct mei_cl_cb *mei_io_cb_init(struct mei_cl *cl, enum mei_cb_file_ops type, in mei_io_cb_init()
372 struct mei_cl *cl, bool free) in __mei_io_list_flush()
392 void mei_io_list_flush(struct mei_cl_cb *list, struct mei_cl *cl) in mei_io_list_flush()
403 static inline void mei_io_list_free(struct mei_cl_cb *list, struct mei_cl *cl) in mei_io_list_free()
443 struct mei_cl_cb *mei_cl_alloc_cb(struct mei_cl *cl, size_t length, in mei_cl_alloc_cb()
469 struct mei_cl_cb *mei_cl_read_cb(const struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb()
487 void mei_cl_read_cb_flush(const struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb_flush()
509 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp) in mei_cl_flush_queues()
538 void mei_cl_init(struct mei_cl *cl, struct mei_device *dev) in mei_cl_init()
560 struct mei_cl *cl; in mei_cl_allocate() local
[all …]
Dinterrupt.c42 struct mei_cl *cl; in mei_irq_compl_handler() local
65 static inline int mei_cl_hbm_equal(struct mei_cl *cl, in mei_cl_hbm_equal()
99 int mei_cl_irq_read_msg(struct mei_cl *cl, in mei_cl_irq_read_msg()
168 static int mei_cl_irq_disconnect_rsp(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_disconnect_rsp()
203 static int mei_cl_irq_disconnect(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_disconnect()
243 static int mei_cl_irq_read(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_read()
280 static int mei_cl_irq_connect(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_connect()
327 struct mei_cl *cl; in mei_irq_read_handler() local
417 struct mei_cl *cl; in mei_irq_write_handler() local
522 struct mei_cl *cl; in mei_timer() local
Damthif.c67 struct mei_cl *cl = &dev->iamthif_cl; in mei_amthif_host_init() local
144 struct mei_cl *cl = file->private_data; in mei_amthif_read() local
249 static int mei_amthif_read_start(struct mei_cl *cl, struct file *file) in mei_amthif_read_start()
286 static int mei_amthif_send_cmd(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_amthif_send_cmd()
320 struct mei_cl *cl = &dev->iamthif_cl; in mei_amthif_run_next_cmd() local
347 int mei_amthif_write(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_amthif_write()
404 int mei_amthif_irq_write(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_amthif_irq_write()
429 int mei_amthif_irq_read_msg(struct mei_cl *cl, in mei_amthif_irq_read_msg()
511 struct mei_cl *cl = &dev->iamthif_cl; in mei_clear_list() local
Dbus.c146 struct mei_cl *cl; in mei_cl_bus_find_cl_by_uuid() local
160 struct mei_cl *cl; in mei_cl_add_device() local
227 static ssize_t ___mei_cl_send(struct mei_cl *cl, u8 *buf, size_t length, in ___mei_cl_send()
277 ssize_t __mei_cl_recv(struct mei_cl *cl, u8 *buf, size_t length) in __mei_cl_recv()
344 inline ssize_t __mei_cl_async_send(struct mei_cl *cl, u8 *buf, size_t length) in __mei_cl_async_send()
349 inline ssize_t __mei_cl_send(struct mei_cl *cl, u8 *buf, size_t length) in __mei_cl_send()
356 struct mei_cl *cl = device->cl; in mei_cl_send() local
370 struct mei_cl *cl = device->cl; in mei_cl_recv() local
430 struct mei_cl *cl = device->cl; in mei_cl_enable_device() local
463 struct mei_cl *cl = device->cl; in mei_cl_disable_device() local
[all …]
Dhbm.c146 void mei_hbm_cl_hdr(struct mei_cl *cl, u8 hbm_cmd, void *buf, size_t len) in mei_hbm_cl_hdr()
169 struct mei_cl *cl, u8 hbm_cmd, size_t len) in mei_hbm_cl_write()
189 bool mei_hbm_cl_addr_equal(struct mei_cl *cl, struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_addr_equal()
207 struct mei_cl *cl; in mei_hbm_cl_find_by_cmd() local
458 int mei_hbm_cl_flow_control_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_flow_control_req()
511 struct mei_cl *cl; in mei_hbm_cl_flow_control_res() local
536 int mei_hbm_cl_disconnect_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_disconnect_req()
551 int mei_hbm_cl_disconnect_rsp(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_disconnect_rsp()
566 static void mei_hbm_cl_disconnect_res(struct mei_device *dev, struct mei_cl *cl, in mei_hbm_cl_disconnect_res()
587 int mei_hbm_cl_connect_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_connect_req()
[all …]
Dclient.h101 static inline bool mei_cl_is_connected(struct mei_cl *cl) in mei_cl_is_connected()
127 #define MEI_CL_PRM(cl) (cl)->host_client_id, (cl)->me_client_id argument
129 #define cl_dbg(dev, cl, format, arg...) \ argument
132 #define cl_err(dev, cl, format, arg...) \ argument
Dwd.c60 struct mei_cl *cl = &dev->wd_cl; in mei_wd_host_init() local
116 struct mei_cl *cl = &dev->wd_cl; in mei_wd_send() local
163 struct mei_cl *cl = &dev->wd_cl; in mei_wd_stop() local
216 struct mei_cl *cl; in mei_wd_ops_start() local
278 struct mei_cl *cl; in mei_wd_ops_ping() local
Dmain.c51 struct mei_cl *cl; in mei_open() local
95 struct mei_cl *cl = file->private_data; in mei_release() local
141 struct mei_cl *cl = file->private_data; in mei_read() local
276 struct mei_cl *cl = file->private_data; in mei_write() local
383 struct mei_cl *cl; in mei_ioctl_connect_client() local
463 struct mei_cl *cl = file->private_data; in mei_ioctl() local
544 struct mei_cl *cl = file->private_data; in mei_poll() local
Dnfc.c107 struct mei_cl *cl; member
205 struct mei_cl *cl; in mei_nfc_connect() local
272 struct mei_cl *cl; in mei_nfc_if_version() local
485 struct mei_cl *cl_info, *cl; in mei_nfc_host_init() local
567 struct mei_cl *cl; in mei_nfc_host_exit() local
Ddebugfs.c92 struct mei_cl *cl; in mei_dbgfs_read_active() local
Dmei_dev.h207 struct mei_cl *cl; member
384 struct mei_cl *cl; member
/linux-4.1.27/drivers/hsi/clients/
Dssi_protocol.c151 struct hsi_client *cl; member
396 static void ssip_reset(struct hsi_client *cl) in ssip_reset()
429 static void ssip_dump_state(struct hsi_client *cl) in ssip_dump_state()
449 static void ssip_error(struct hsi_client *cl) in ssip_error()
463 struct hsi_client *cl = (struct hsi_client *)data; in ssip_keep_alive() local
489 struct hsi_client *cl = (struct hsi_client *)data; in ssip_wd() local
495 static void ssip_send_bootinfo_req_cmd(struct hsi_client *cl) in ssip_send_bootinfo_req_cmd()
511 static void ssip_start_rx(struct hsi_client *cl) in ssip_start_rx()
543 static void ssip_stop_rx(struct hsi_client *cl) in ssip_stop_rx()
562 struct hsi_client *cl = msg->cl; in ssip_strans_complete() local
[all …]
Dhsi_char.c98 struct hsi_client *cl; member
118 struct hsi_client *cl; member
313 static int hsc_break_request(struct hsi_client *cl) in hsc_break_request()
337 static int hsc_break_send(struct hsi_client *cl) in hsc_break_send()
355 static int hsc_rx_set(struct hsi_client *cl, struct hsc_rx_config *rxc) in hsc_rx_set()
383 static inline void hsc_rx_get(struct hsi_client *cl, struct hsc_rx_config *rxc) in hsc_rx_get()
390 static int hsc_tx_set(struct hsi_client *cl, struct hsc_tx_config *txc) in hsc_tx_set()
417 static inline void hsc_tx_get(struct hsi_client *cl, struct hsc_tx_config *txc) in hsc_tx_get()
693 struct hsi_client *cl = to_hsi_client(dev); in hsc_probe() local
749 struct hsi_client *cl = to_hsi_client(dev); in hsc_remove() local
Dcmt_speech.c51 struct hsi_client *cl; member
93 struct hsi_client *cl; member
993 static int cs_hsi_start(struct cs_hsi_iface **hi, struct hsi_client *cl, in cs_hsi_start()
1380 struct hsi_client *cl = to_hsi_client(dev); in cs_hsi_client_probe() local
Dnokia-modem.c149 struct hsi_client *cl = to_hsi_client(dev); in nokia_modem_probe() local
/linux-4.1.27/drivers/clk/
Dclkdev.c137 struct clk_lookup *p, *cl = NULL; in clk_find() local
171 struct clk_lookup *cl; in clk_get_sys() local
218 void clkdev_add(struct clk_lookup *cl) in clkdev_add()
226 void __init clkdev_add_table(struct clk_lookup *cl, size_t num) in clkdev_add_table()
240 struct clk_lookup cl; member
272 struct clk_lookup *cl; in clkdev_alloc() local
304 void clkdev_drop(struct clk_lookup *cl) in clkdev_drop()
330 struct clk_lookup *cl; in clk_register_clkdev() local
360 int clk_register_clkdevs(struct clk *clk, struct clk_lookup *cl, size_t num) in clk_register_clkdevs()
/linux-4.1.27/include/linux/hsi/
Dhsi.h154 static inline void hsi_client_set_drvdata(struct hsi_client *cl, void *data) in hsi_client_set_drvdata()
159 static inline void *hsi_client_drvdata(struct hsi_client *cl) in hsi_client_drvdata()
203 struct hsi_client *cl; member
256 #define hsi_get_port(cl) to_hsi_port((cl)->device.parent) argument
262 static inline int hsi_port_claimed(struct hsi_client *cl) in hsi_port_claimed()
345 static inline unsigned int hsi_id(struct hsi_client *cl) in hsi_id()
356 static inline unsigned int hsi_port_id(struct hsi_client *cl) in hsi_port_id()
370 static inline int hsi_setup(struct hsi_client *cl) in hsi_setup()
386 static inline int hsi_flush(struct hsi_client *cl) in hsi_flush()
400 static inline int hsi_async_read(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async_read()
[all …]
/linux-4.1.27/drivers/hsi/
Dhsi.c73 struct hsi_client *cl = to_hsi_client(dev); in hsi_client_release() local
83 struct hsi_client *cl; in hsi_new_client() local
202 struct hsi_client *cl; in hsi_add_client_from_dt() local
582 int hsi_async(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async()
603 int hsi_claim_port(struct hsi_client *cl, unsigned int share) in hsi_claim_port()
631 void hsi_release_port(struct hsi_client *cl) in hsi_release_port()
652 struct hsi_client *cl = container_of(nb, struct hsi_client, nb); in hsi_event_notifier_call() local
671 int hsi_register_port_event(struct hsi_client *cl, in hsi_register_port_event()
696 int hsi_unregister_port_event(struct hsi_client *cl) in hsi_unregister_port_event()
743 int hsi_get_channel_id_by_name(struct hsi_client *cl, char *name) in hsi_get_channel_id_by_name()
/linux-4.1.27/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-4.1.27/arch/openrisc/kernel/
Ddma.c35 unsigned long cl; in page_set_nocache() local
142 unsigned long cl; in or1k_map_page() local
212 unsigned long cl; in or1k_sync_single_for_cpu() local
225 unsigned long cl; in or1k_sync_single_for_device() local
/linux-4.1.27/drivers/macintosh/
Dtherm_windtunnel.c120 write_reg( struct i2c_client *cl, int reg, int data, int len ) in write_reg()
138 read_reg( struct i2c_client *cl, int reg, int len ) in read_reg()
356 attach_fan( struct i2c_client *cl ) in attach_fan()
372 attach_thermostat( struct i2c_client *cl ) in attach_thermostat()
413 do_probe(struct i2c_client *cl, const struct i2c_device_id *id) in do_probe()
/linux-4.1.27/drivers/mfd/
Dlp3943.c108 static int lp3943_probe(struct i2c_client *cl, const struct i2c_device_id *id) in lp3943_probe()
130 static int lp3943_remove(struct i2c_client *cl) in lp3943_remove()
Dlp8788.c173 static int lp8788_probe(struct i2c_client *cl, const struct i2c_device_id *id) in lp8788_probe()
206 static int lp8788_remove(struct i2c_client *cl) in lp8788_remove()
/linux-4.1.27/fs/ocfs2/
Dsuballoc.c164 static u32 ocfs2_bits_per_group(struct ocfs2_chain_list *cl) in ocfs2_bits_per_group()
353 struct ocfs2_chain_list *cl, in ocfs2_bg_discontig_add_extent()
379 struct ocfs2_chain_list *cl) in ocfs2_block_group_fill()
436 static inline u16 ocfs2_find_smallest_chain(struct ocfs2_chain_list *cl) in ocfs2_find_smallest_chain()
454 struct ocfs2_chain_list *cl) in ocfs2_block_group_alloc_contig()
519 struct ocfs2_chain_list *cl, in ocfs2_block_group_grow_discontig()
611 struct ocfs2_chain_list *cl) in ocfs2_block_group_alloc_discontig()
694 struct ocfs2_chain_list *cl; in ocfs2_block_group_alloc() local
1390 static inline u16 ocfs2_find_victim_chain(struct ocfs2_chain_list *cl) in ocfs2_find_victim_chain()
1593 struct ocfs2_chain_list *cl = (struct ocfs2_chain_list *) &di->id2.i_chain; in ocfs2_alloc_dinode_update_counts() local
[all …]
Dresize.c96 struct ocfs2_chain_list *cl = &fe->id2.i_chain; in ocfs2_update_last_group_and_inode() local
463 struct ocfs2_chain_list *cl; in ocfs2_group_add() local
Dmove_extents.c377 struct ocfs2_chain_list *cl; in ocfs2_find_victim_alloc_group() local
Dioctl.c545 struct ocfs2_chain_list *cl = NULL; in ocfs2_info_freefrag_scan_bitmap() local
/linux-4.1.27/net/bluetooth/cmtp/
Dsock.c70 struct cmtp_connlist_req cl; in cmtp_sock_ioctl() local
144 struct cmtp_connlist_req cl; in cmtp_sock_compat_ioctl() local
/linux-4.1.27/net/bluetooth/bnep/
Dsock.c54 struct bnep_connlist_req cl; in bnep_sock_ioctl() local
141 struct bnep_connlist_req cl; in bnep_sock_compat_ioctl() local
/linux-4.1.27/drivers/hsi/controllers/
Domap_ssi_port.c419 static void ssi_flush_queue(struct list_head *queue, struct hsi_client *cl) in ssi_flush_queue()
439 static int ssi_setup(struct hsi_client *cl) in ssi_setup()
503 static int ssi_flush(struct hsi_client *cl) in ssi_flush()
559 static int ssi_start_tx(struct hsi_client *cl) in ssi_start_tx()
580 static int ssi_stop_tx(struct hsi_client *cl) in ssi_stop_tx()
624 static void ssi_cleanup_queues(struct hsi_client *cl) in ssi_cleanup_queues()
684 static void ssi_cleanup_gdd(struct hsi_controller *ssi, struct hsi_client *cl) in ssi_cleanup_gdd()
724 static int ssi_release(struct hsi_client *cl) in ssi_release()
Domap_ssi.c181 void ssi_waketest(struct hsi_client *cl, unsigned int enable) in ssi_waketest()
/linux-4.1.27/include/net/
Dpkt_cls.h21 __cls_set_class(unsigned long *clp, unsigned long cl) in __cls_set_class()
28 unsigned long cl) in cls_set_class()
42 unsigned long cl; in tcf_bind_filter() local
53 unsigned long cl; in tcf_unbind_filter() local
Dsch_generic.h370 struct Qdisc_class_common *cl; in qdisc_class_find() local
/linux-4.1.27/fs/dlm/
Dconfig.c133 static ssize_t cluster_cluster_name_read(struct dlm_cluster *cl, char *buf) in cluster_cluster_name_read()
138 static ssize_t cluster_cluster_name_write(struct dlm_cluster *cl, in cluster_cluster_name_write()
155 static ssize_t cluster_set(struct dlm_cluster *cl, unsigned int *cl_field, in cluster_set()
455 struct dlm_cluster *cl = NULL; in make_cluster() local
506 struct dlm_cluster *cl = config_item_to_cluster(i); in drop_cluster() local
524 struct dlm_cluster *cl = config_item_to_cluster(i); in release_cluster() local
693 struct dlm_cluster *cl = config_item_to_cluster(i); in show_cluster() local
703 struct dlm_cluster *cl = config_item_to_cluster(i); in store_cluster() local
/linux-4.1.27/net/bluetooth/hidp/
Dsock.c54 struct hidp_connlist_req cl; in hidp_sock_ioctl() local
145 struct hidp_connlist_req cl; in hidp_sock_compat_ioctl() local
/linux-4.1.27/arch/mips/ralink/
Dclk.c20 struct clk_lookup cl; member
/linux-4.1.27/fs/nls/
Dnls_iso8859-1.c214 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_ascii.c123 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-9.c229 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-6.c220 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-3.c265 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp874.c230 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-14.c298 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-5.c229 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-2.c265 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp857.c258 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-13.c242 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-15.c264 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-4.c265 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp855.c256 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp1251.c258 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp852.c294 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_iso8859-7.c274 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp850.c272 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp869.c272 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp737.c307 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_koi8-u.c287 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp1250.c304 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_koi8-r.c280 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp866.c262 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp775.c276 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-cyrillic.c453 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp864.c364 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-greek.c453 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp1255.c339 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp860.c321 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp861.c344 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp865.c344 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-inuit.c488 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp437.c344 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-centeuro.c488 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp863.c338 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp862.c378 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-gaelic.c523 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-croatian.c558 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-romanian.c558 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-iceland.c558 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-celtic.c558 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-turkish.c558 unsigned char cl = uni & 0x00ff; in uni2char() local
Dmac-roman.c593 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_cp932.c7841 unsigned char cl = uni&0xFF; in uni2char() local
7880 unsigned char ch, cl; in char2uni() local
Dnls_cp950.c9401 unsigned char cl = uni&0xFF; in uni2char() local
9431 unsigned char ch, cl; in char2uni() local
Dnls_base.c501 unsigned char cl = uni & 0x00ff; in uni2char() local
Dnls_euc-jp.c439 unsigned char ch, cl; in uni2char() local
Dnls_cp936.c11004 unsigned char cl = uni&0xFF; in uni2char() local
11052 unsigned char ch, cl; in char2uni() local
Dnls_cp949.c13865 unsigned char cl = uni&0xFF; in uni2char() local
13895 unsigned char ch, cl; in char2uni() local
/linux-4.1.27/net/bluetooth/
Da2mp.c98 static void __a2mp_add_cl(struct amp_mgr *mgr, struct a2mp_cl *cl) in __a2mp_add_cl()
201 struct a2mp_cl *cl; in a2mp_discover_rsp() local
276 struct a2mp_cl *cl = (void *) skb->data; in a2mp_change_notify() local
Da2mp.h72 struct a2mp_cl cl[0]; member
Dhci_conn.c1200 struct hci_conn_list_req req, *cl; in hci_get_conn_list() local
/linux-4.1.27/arch/sh/kernel/
Dprocess_64.c40 unsigned long long ah, al, bh, bl, ch, cl; in show_regs() local
/linux-4.1.27/tools/perf/tests/
Dhists_cumulate.c155 #define CDSO(cl) (cl->ms.map->dso->short_name) argument
156 #define CSYM(cl) (cl->ms.sym->name) argument
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_dev.c230 struct cl_device *cl; in lov_device_init() local
401 struct cl_device *cl; in lov_cl_add_target() local
/linux-4.1.27/drivers/mailbox/
Dpcc.c109 struct mbox_chan *pcc_mbox_request_channel(struct mbox_client *cl, in pcc_mbox_request_channel()
Dmailbox.c298 struct mbox_chan *mbox_request_channel(struct mbox_client *cl, int index) in mbox_request_channel()
Domap-mailbox.c457 struct mbox_chan *omap_mbox_request_channel(struct mbox_client *cl, in omap_mbox_request_channel()
/linux-4.1.27/drivers/video/backlight/
Dlp855x_bl.c405 static int lp855x_probe(struct i2c_client *cl, const struct i2c_device_id *id) in lp855x_probe()
467 static int lp855x_remove(struct i2c_client *cl) in lp855x_remove()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dnv50.c151 const struct nvkm_enum *en, *cl; in nv50_fb_intr() local
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_wrr.c66 struct ip_vs_dest *cl; /* current dest or head */ member
/linux-4.1.27/Documentation/misc-devices/mei/
Dmei-amt-version.c101 static void mei_deinit(struct mei *cl) in mei_deinit()
115 struct mei_client *cl; in mei_init() local
/linux-4.1.27/include/linux/
Dmailbox_controller.h119 struct mbox_client *cl; member
Dusb.h874 #define USB_DEVICE_INTERFACE_CLASS(vend, prod, cl) \ argument
922 #define USB_DEVICE_INFO(cl, sc, pr) \ argument
937 #define USB_INTERFACE_INFO(cl, sc, pr) \ argument
957 #define USB_DEVICE_AND_INTERFACE_INFO(vend, prod, cl, sc, pr) \ argument
979 #define USB_VENDOR_AND_INTERFACE_INFO(vend, cl, sc, pr) \ argument
Dskbuff.h420 static inline void skb_mstamp_get(struct skb_mstamp *cl) in skb_mstamp_get()
/linux-4.1.27/drivers/usb/storage/
Dusual-tables.c45 #define UNUSUAL_VENDOR_INTF(id_vendor, cl, sc, pr, \ argument
Dusb.c126 #define UNUSUAL_VENDOR_INTF(idVendor, cl, sc, pr, \ argument
/linux-4.1.27/arch/mips/lantiq/
Dclk.h56 struct clk_lookup cl; member
/linux-4.1.27/drivers/net/usb/
Dcx82310_eth.c321 #define USB_DEVICE_CLASS(vend, prod, cl, sc, pr) \ argument
/linux-4.1.27/drivers/power/
Dlp8727_charger.c549 static int lp8727_probe(struct i2c_client *cl, const struct i2c_device_id *id) in lp8727_probe()
596 static int lp8727_remove(struct i2c_client *cl) in lp8727_remove()
/linux-4.1.27/arch/um/include/shared/
Dos.h64 unsigned int cl : 1; /* FD_CLOEXEC */ member
/linux-4.1.27/fs/nfsd/
Dnfs4state.c534 struct nfs4_client *cl; in find_or_hash_clnt_odstate() local
556 struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl, in nfs4_alloc_stid()
1944 static bool mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp) in mach_creds_match()
1980 find_stateid_locked(struct nfs4_client *cl, stateid_t *t) in find_stateid_locked()
1991 find_stateid_by_type(struct nfs4_client *cl, stateid_t *t, char typemask) in find_stateid_by_type()
3777 static struct nfs4_delegation *find_deleg_stateid(struct nfs4_client *cl, stateid_t *s) in find_deleg_stateid()
3794 nfs4_check_deleg(struct nfs4_client *cl, struct nfsd4_open *open, in nfs4_check_deleg()
4229 struct nfs4_client *cl = open->op_openowner->oo_owner.so_client; in nfsd4_process_open2() local
4608 static __be32 nfsd4_validate_stateid(struct nfs4_client *cl, stateid_t *stateid) in nfsd4_validate_stateid()
4774 struct nfs4_client *cl = cstate->session->se_client; in nfsd4_test_stateid() local
[all …]
/linux-4.1.27/drivers/leds/
Dleds-lp55xx-common.h150 struct i2c_client *cl; member
Dleds-tca6507.c357 struct i2c_client *cl = tca->client; in tca6507_work() local
/linux-4.1.27/crypto/
Dvmac.c374 u64 ch, cl; in vhash_update() local
415 u64 ch, cl; in vhash() local
/linux-4.1.27/drivers/memory/
Demif.c247 u32 cl; in get_cl() local
694 static u32 get_phy_ctrl_1_intelliphy_4d5(u32 freq, u8 cl) in get_phy_ctrl_1_intelliphy_4d5()
1619 u32 cl, type; in get_emif_reg_values() local
/linux-4.1.27/arch/sparc/kernel/
Dsetup_64.c625 u32 cl, sv, gw; in setup_arch() local
/linux-4.1.27/drivers/gpu/drm/bridge/
Dps8622.c102 struct i2c_client *cl = ps8622->client; in ps8622_send_config() local
/linux-4.1.27/arch/powerpc/math-emu/
Dmath_efp.c639 int ch, cl; in do_spe_mathemu() local
/linux-4.1.27/drivers/input/tablet/
Dhanwang.c54 #define HANWANG_TABLET_DEVICE(vend, cl, sc, pr) \ argument
/linux-4.1.27/drivers/gpu/host1x/
Dbus.c319 struct host1x_client *client, *cl; in __host1x_device_del() local
/linux-4.1.27/drivers/media/pci/pt3/
Dpt3.c380 struct i2c_client *cl; in pt3_attach_fe() local
/linux-4.1.27/drivers/hwmon/
Dasb100.c860 struct i2c_client *cl; in asb100_read_value() local
905 struct i2c_client *cl; in asb100_write_value() local
Dw83781d.c1280 struct i2c_client *cl; in w83781d_read_value_i2c() local
1320 struct i2c_client *cl; in w83781d_write_value_i2c() local
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dvvp_dev.c200 struct cl_device *cl; in cl_sb_init() local
/linux-4.1.27/net/9p/
Dtrans_rdma.c621 struct sockaddr_in cl = { in p9_rdma_bind_privport() local
Dtrans_fd.c908 struct sockaddr_in cl; in p9_bind_privport() local
/linux-4.1.27/tools/perf/util/
Dcallchain.c824 char *callchain_list__sym_name(struct callchain_list *cl, in callchain_list__sym_name()
Ddata-convert-bt.c507 #define ADD_FIELD(cl, t, n) \ in add_generic_types() argument
/linux-4.1.27/net/ceph/
Dmon_client.c778 int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl) in ceph_monc_init()
/linux-4.1.27/arch/arm/plat-orion/
Dcommon.c31 struct clk_lookup *cl; in orion_clkdev_add() local
/linux-4.1.27/drivers/mtd/nand/
Dcafe_nand.c559 u8 ah, al, bh, bl, ch, cl; in gf4096_mul() local
/linux-4.1.27/net/sunrpc/
Dsvc_xprt.c72 struct svc_xprt_class *cl; in svc_reg_xprt_class() local
/linux-4.1.27/drivers/regulator/
Dlp872x.c903 static int lp872x_probe(struct i2c_client *cl, const struct i2c_device_id *id) in lp872x_probe()
/linux-4.1.27/drivers/staging/panel/
Dpanel.c268 int cl; member
660 unsigned char cl; /* serial LCD clock (latch on rising edge) */ member
/linux-4.1.27/arch/x86/boot/
Dboot.h266 u8 cl, ch, ecx2, ecx3; member
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c1003 void cl_stack_fini(const struct lu_env *env, struct cl_device *cl) in cl_stack_fini()
/linux-4.1.27/drivers/net/hamradio/
Dscc.c286 static inline void cl(struct scc_channel *scc, unsigned char reg, unsigned char val) in cl() function
/linux-4.1.27/drivers/media/pci/ttpci/
Dav7110_hw.c968 u16 ch, cl; in OSDSetColor() local
/linux-4.1.27/drivers/atm/
Dnicstar.c1574 unsigned long cl; in fill_tst() local
Didt77252.c1600 unsigned long cl, avail; in __fill_tst() local
/linux-4.1.27/drivers/usb/gadget/function/
Duvc_configfs.c557 struct uvcg_control_class *cl = container_of(to_config_group(i), in uvcg_get_ctl_class_arr() local
1900 struct uvcg_streaming_class *cl = container_of(to_config_group(i), in __uvcg_get_stream_class_arr() local
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
Dbif_core_defs.h193 unsigned int cl : 3; member
/linux-4.1.27/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
Dbif_core_defs.h193 unsigned int cl : 3; member
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c57 struct ptlrpc_client *cl) in ptlrpc_init_client()
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-video.c605 struct cliplist *cl, int entries, char *name) in set_cliplist()
/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c149 static char callchain_list__folded(const struct callchain_list *cl) in callchain_list__folded()
/linux-4.1.27/kernel/rcu/
Dtree_plugin.h2270 int c, cl; in rcu_nocb_kthread() local
/linux-4.1.27/drivers/isdn/hisax/
Dl3ni1.c665 int *cl = checklist; in check_infoelements() local
Dl3dss1.c715 int *cl = checklist; in check_infoelements() local
/linux-4.1.27/fs/btrfs/
Dtree-log.c3582 u64 ds, dl, cs, cl; in copy_items() local
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_format.h763 #define XFS_MIN_FREELIST_RAW(bl,cl,mp) \ argument
/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas.h1527 union megasas_evt_class_locale cl; member
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-pciercx-defs.h147 uint32_t cl:1; member
Dcvmx-lmcx-defs.h2163 uint64_t cl:4; member