Home
last modified time | relevance | path

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

12345678

/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dclient.c23 static void ishtp_read_list_flush(struct ishtp_cl *cl) in ishtp_read_list_flush()
49 int ishtp_cl_flush_queues(struct ishtp_cl *cl) in ishtp_cl_flush_queues()
68 static void ishtp_cl_init(struct ishtp_cl *cl, struct ishtp_device *dev) in ishtp_cl_init()
106 struct ishtp_cl *cl; in ishtp_cl_allocate() local
123 void ishtp_cl_free(struct ishtp_cl *cl) in ishtp_cl_free()
154 int ishtp_cl_link(struct ishtp_cl *cl) in ishtp_cl_link()
205 void ishtp_cl_unlink(struct ishtp_cl *cl) in ishtp_cl_unlink()
247 int ishtp_cl_disconnect(struct ishtp_cl *cl) in ishtp_cl_disconnect()
301 static bool ishtp_cl_is_other_connecting(struct ishtp_cl *cl) in ishtp_cl_is_other_connecting()
335 static int ishtp_cl_connect_to_fw(struct ishtp_cl *cl) in ishtp_cl_connect_to_fw()
[all …]
H A Dclient-buffers.c19 int ishtp_cl_alloc_rx_ring(struct ishtp_cl *cl) in ishtp_cl_alloc_rx_ring()
57 int ishtp_cl_alloc_tx_ring(struct ishtp_cl *cl) in ishtp_cl_alloc_tx_ring()
97 void ishtp_cl_free_rx_ring(struct ishtp_cl *cl) in ishtp_cl_free_rx_ring()
130 void ishtp_cl_free_tx_ring(struct ishtp_cl *cl) in ishtp_cl_free_tx_ring()
182 struct ishtp_cl_rb *ishtp_io_rb_init(struct ishtp_cl *cl) in ishtp_io_rb_init()
231 struct ishtp_cl *cl; in ishtp_cl_io_rb_recycle() local
262 struct ishtp_cl_rb *ishtp_cl_rx_get_rb(struct ishtp_cl *cl) in ishtp_cl_rx_get_rb()
H A Dhbm.c55 static inline void ishtp_hbm_cl_hdr(struct ishtp_cl *cl, uint8_t hbm_cmd, in ishtp_hbm_cl_hdr()
76 static inline bool ishtp_hbm_cl_addr_equal(struct ishtp_cl *cl, void *buf) in ishtp_hbm_cl_addr_equal()
262 struct ishtp_cl *cl) in ishtp_hbm_cl_flow_control_req()
313 int ishtp_hbm_cl_disconnect_req(struct ishtp_device *dev, struct ishtp_cl *cl) in ishtp_hbm_cl_disconnect_req()
335 struct ishtp_cl *cl = NULL; in ishtp_hbm_cl_disconnect_res() local
358 int ishtp_hbm_cl_connect_req(struct ishtp_device *dev, struct ishtp_cl *cl) in ishtp_hbm_cl_connect_req()
380 struct ishtp_cl *cl = NULL; in ishtp_hbm_cl_connect_res() local
410 struct ishtp_cl *cl; in ishtp_hbm_fw_disconnect_req() local
447 struct ishtp_cl *cl; in ishtp_hbm_dma_xfer_ack() local
786 struct ishtp_cl *cl = NULL; in recv_hbm() local
/linux/drivers/misc/mei/
H A Dclient.c345 static void mei_cl_set_read_by_fp(const struct mei_cl *cl, in mei_cl_set_read_by_fp()
367 static struct mei_cl_cb *mei_io_cb_init(struct mei_cl *cl, in mei_io_cb_init()
395 const struct mei_cl *cl) in mei_io_list_flush_cl()
416 const struct mei_cl *cl, in mei_io_tx_list_free_cl()
433 static void mei_io_rd_list_free_fp(struct mei_cl *cl, const struct file *fp) in mei_io_rd_list_free_fp()
453 static void mei_cl_free_pending(struct mei_cl *cl) in mei_cl_free_pending()
471 struct mei_cl_cb *mei_cl_alloc_cb(struct mei_cl *cl, size_t length, in mei_cl_alloc_cb()
506 struct mei_cl_cb *mei_cl_enqueue_ctrl_wr_cb(struct mei_cl *cl, size_t length, in mei_cl_enqueue_ctrl_wr_cb()
533 struct mei_cl_cb *mei_cl_read_cb(struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb()
556 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp) in mei_cl_flush_queues()
[all …]
H A Dhbm.c150 void mei_hbm_cl_hdr(struct mei_cl *cl, u8 hbm_cmd, void *buf, size_t len) in mei_hbm_cl_hdr()
172 static inline int mei_hbm_cl_write(struct mei_device *dev, struct mei_cl *cl, in mei_hbm_cl_write()
193 bool mei_hbm_cl_addr_equal(struct mei_cl *cl, struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_addr_equal()
211 struct mei_cl *cl; in mei_hbm_cl_find_by_cmd() local
494 struct mei_cl *cl, u8 start) in mei_hbm_cl_notify_req()
538 struct mei_cl *cl, in mei_hbm_cl_notify_start_res()
564 struct mei_cl *cl, in mei_hbm_cl_notify_stop_res()
591 struct mei_cl *cl; in mei_hbm_cl_notify() local
606 int mei_hbm_cl_dma_map_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_dma_map_req()
637 int mei_hbm_cl_dma_unmap_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_dma_unmap_req()
[all …]
H A Dinterrupt.c32 struct mei_cl *cl; in mei_irq_compl_handler() local
52 static inline int mei_cl_hbm_equal(struct mei_cl *cl, in mei_cl_hbm_equal()
93 static int mei_cl_irq_read_msg(struct mei_cl *cl, in mei_cl_irq_read_msg()
253 static int mei_cl_irq_disconnect_rsp(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_disconnect_rsp()
285 static int mei_cl_irq_read(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_read()
363 struct mei_cl *cl; in mei_irq_read_handler() local
508 struct mei_cl *cl; in mei_irq_write_handler() local
608 static void mei_connect_timeout(struct mei_cl *cl) in mei_connect_timeout()
643 struct mei_cl *cl; in mei_timer() local
H A Dbus.c36 ssize_t __mei_cl_send(struct mei_cl *cl, const u8 *buf, size_t length, u8 vtag, in __mei_cl_send()
56 ssize_t __mei_cl_send_timeout(struct mei_cl *cl, const u8 *buf, size_t length, u8 vtag, in __mei_cl_send_timeout()
155 ssize_t __mei_cl_recv(struct mei_cl *cl, u8 *buf, size_t length, u8 *vtag, in __mei_cl_recv()
276 struct mei_cl *cl = cldev->cl; in mei_cldev_send_vtag() local
299 struct mei_cl *cl = cldev->cl; in mei_cldev_send_vtag_timeout() local
321 struct mei_cl *cl = cldev->cl; in mei_cldev_recv_vtag() local
363 struct mei_cl *cl = cldev->cl; in mei_cldev_recv_vtag_timeout() local
466 bool mei_cl_bus_notify_event(struct mei_cl *cl) in mei_cl_bus_notify_event()
491 bool mei_cl_bus_rx_event(struct mei_cl *cl) in mei_cl_bus_rx_event()
688 static inline struct mei_cl_vtag *mei_cl_bus_vtag(struct mei_cl *cl) in mei_cl_bus_vtag()
[all …]
/linux/lib/
H A Dclosure.c30 static inline void closure_put_after_sub(struct closure *cl, int flags) in closure_put_after_sub()
59 void closure_sub(struct closure *cl, int v) in closure_sub()
68 void closure_put(struct closure *cl) in closure_put()
80 struct closure *cl, *t; in __closure_wake_up() local
103 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait()
124 struct closure *cl = container_of(ws, struct closure, work); in CLOSURE_CALLBACK() local
135 void __sched __closure_sync(struct closure *cl) in __closure_sync()
160 void __sched closure_return_sync(struct closure *cl) in closure_return_sync()
188 int __sched __closure_sync_timeout(struct closure *cl, unsigned long timeout) in __closure_sync_timeout()
230 void closure_debug_create(struct closure *cl) in closure_debug_create()
[all …]
/linux/include/linux/
H A Dclosure.h177 static inline unsigned closure_nr_remaining(struct closure *cl) in closure_nr_remaining()
188 static inline void closure_sync(struct closure *cl) in closure_sync()
200 static inline int closure_sync_timeout(struct closure *cl, unsigned long timeout) in closure_sync_timeout()
217 static inline void closure_debug_create(struct closure *cl) {} in closure_debug_create()
218 static inline void closure_debug_destroy(struct closure *cl) {} in closure_debug_destroy()
222 static inline void closure_set_ip(struct closure *cl) in closure_set_ip()
229 static inline void closure_set_ret_ip(struct closure *cl) in closure_set_ret_ip()
236 static inline void closure_set_waiting(struct closure *cl, unsigned long f) in closure_set_waiting()
243 static inline void closure_set_stopped(struct closure *cl) in closure_set_stopped()
248 static inline void set_closure_fn(struct closure *cl, closure_fn *fn, in set_closure_fn()
[all …]
/linux/net/sched/
H A Dsch_hfsc.c178 static bool cl_in_el_or_vttree(struct hfsc_class *cl) in cl_in_el_or_vttree()
190 eltree_insert(struct hfsc_class *cl) in eltree_insert()
209 eltree_remove(struct hfsc_class *cl) in eltree_remove()
218 eltree_update(struct hfsc_class *cl) in eltree_update()
228 struct hfsc_class *p, *cl = NULL; in eltree_get_mindl() local
258 vttree_insert(struct hfsc_class *cl) in vttree_insert()
277 vttree_remove(struct hfsc_class *cl) in vttree_remove()
283 vttree_update(struct hfsc_class *cl) in vttree_update()
290 vttree_firstfit(struct hfsc_class *cl, u64 cur_time) in vttree_firstfit()
307 vttree_get_minvt(struct hfsc_class *cl, u64 cur_time) in vttree_get_minvt()
[all …]
H A Dsch_drr.c38 static bool cl_is_active(struct drr_class *cl) in cl_is_active()
63 struct drr_class *cl = (struct drr_class *)*arg; in drr_change_class() local
143 static void drr_destroy_class(struct Qdisc *sch, struct drr_class *cl) in drr_destroy_class()
154 struct drr_class *cl = (struct drr_class *)arg; in drr_delete_class() local
177 static struct tcf_block *drr_tcf_block(struct Qdisc *sch, unsigned long cl, in drr_tcf_block()
193 struct drr_class *cl = drr_find_class(sch, classid); in drr_bind_tcf() local
203 struct drr_class *cl = (struct drr_class *)arg; in drr_unbind_tcf() local
212 struct drr_class *cl = (struct drr_class *)arg; in drr_graft_class() local
227 struct drr_class *cl = (struct drr_class *)arg; in drr_class_leaf() local
234 struct drr_class *cl = (struct drr_class *)arg; in drr_qlen_notify() local
[all …]
H A Dsch_htb.c224 struct htb_class *cl; in htb_classify() local
289 htb_add_to_id_tree(struct rb_root * root,struct htb_class * cl,int prio) htb_add_to_id_tree() argument
318 htb_add_to_wait_tree(struct htb_sched * q,struct htb_class * cl,s64 delay) htb_add_to_wait_tree() argument
366 htb_add_class_to_row(struct htb_sched * q,struct htb_class * cl,int mask) htb_add_class_to_row() argument
398 htb_remove_class_from_row(struct htb_sched * q,struct htb_class * cl,int mask) htb_remove_class_from_row() argument
427 htb_activate_prios(struct htb_sched * q,struct htb_class * cl) htb_activate_prios() argument
467 htb_deactivate_prios(struct htb_sched * q,struct htb_class * cl) htb_deactivate_prios() argument
504 htb_lowater(const struct htb_class * cl) htb_lowater() argument
511 htb_hiwater(const struct htb_class * cl) htb_hiwater() argument
534 htb_class_mode(struct htb_class * cl,s64 * diff) htb_class_mode() argument
563 htb_change_class_mode(struct htb_sched * q,struct htb_class * cl,s64 * diff) htb_change_class_mode() argument
594 htb_activate(struct htb_sched * q,struct htb_class * cl) htb_activate() argument
612 htb_deactivate(struct htb_sched * q,struct htb_class * cl) htb_deactivate() argument
626 struct htb_class *cl = htb_classify(skb, sch, &ret); htb_enqueue() local
659 htb_accnt_tokens(struct htb_class * cl,int bytes,s64 diff) htb_accnt_tokens() argument
672 htb_accnt_ctokens(struct htb_class * cl,int bytes,s64 diff) htb_accnt_ctokens() argument
700 htb_charge_class(struct htb_sched * q,struct htb_class * cl,int level,struct sk_buff * skb) htb_charge_class() argument
760 struct htb_class *cl; htb_do_events() local
795 struct htb_class *cl = htb_id_find_next_upper() local
857 struct htb_class *cl; htb_lookup_leaf() local
880 struct htb_class *cl, *start; htb_dequeue_tree() local
1005 struct htb_class *cl; htb_reset() local
1243 struct htb_class *cl = (struct htb_class *)arg; htb_dump_class() local
1290 htb_offload_aggregate_stats(struct htb_sched * q,struct htb_class * cl) htb_offload_aggregate_stats() argument
1320 struct htb_class *cl = (struct htb_class *)arg; htb_dump_class_stats() local
1404 htb_offload_get_queue(struct htb_class * cl) htb_offload_get_queue() argument
1451 struct htb_class *cl = (struct htb_class *)arg; htb_graft() local
1486 struct htb_class *cl = (struct htb_class *)arg; htb_leaf() local
1492 struct htb_class *cl = (struct htb_class *)arg; htb_qlen_notify() local
1497 htb_parent_last_child(struct htb_class * cl) htb_parent_last_child() argument
1508 htb_parent_to_leaf(struct Qdisc * sch,struct htb_class * cl,struct Qdisc * new_q) htb_parent_to_leaf() argument
1544 htb_destroy_class_offload(struct Qdisc * sch,struct htb_class * cl,bool last_child,bool destroying,struct netlink_ext_ack * extack) htb_destroy_class_offload() argument
1607 htb_destroy_class(struct Qdisc * sch,struct htb_class * cl) htb_destroy_class() argument
1625 struct htb_class *cl; htb_destroy() local
1700 struct htb_class *cl = (struct htb_class *)arg; htb_delete() local
1768 struct htb_class *cl = (struct htb_class *)*arg, *parent; htb_change_class() local
2079 struct htb_class *cl = (struct htb_class *)arg; htb_tcf_block() local
2087 struct htb_class *cl = htb_find(classid, sch); htb_bind_filter() local
2105 struct htb_class *cl = (struct htb_class *)arg; htb_unbind_filter() local
2113 struct htb_class *cl; htb_walk() local
[all...]
H A Dsch_qfq.c205 static bool cl_is_active(struct qfq_class *cl) in cl_is_active()
322 struct qfq_class *cl) in qfq_add_to_agg()
350 static void qfq_deactivate_class(struct qfq_sched *q, struct qfq_class *cl) in qfq_deactivate_class()
361 static void qfq_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_rm_from_agg()
374 static void qfq_deact_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_deact_rm_from_agg()
383 static int qfq_change_agg(struct Qdisc *sch, struct qfq_class *cl, u32 weight, in qfq_change_agg()
411 struct qfq_class *cl = (struct qfq_class *)*arg; in qfq_change_class() local
539 static void qfq_destroy_class(struct Qdisc *sch, struct qfq_class *cl) in qfq_destroy_class()
550 struct qfq_class *cl = (struct qfq_class *)arg; in qfq_delete_class() local
574 static struct tcf_block *qfq_tcf_block(struct Qdisc *sch, unsigned long cl, in qfq_tcf_block()
[all …]
H A Dsch_ets.c77 static bool cl_is_active(struct ets_class *cl) in cl_is_active()
104 static u32 ets_class_id(struct Qdisc *sch, const struct ets_class *cl) in ets_class_id()
201 static bool ets_class_is_strict(struct ets_sched *q, const struct ets_class *cl) in ets_class_is_strict()
212 struct ets_class *cl = ets_class_from_arg(sch, *arg); in ets_class_change() local
260 struct ets_class *cl = ets_class_from_arg(sch, arg); in ets_class_graft() local
278 struct ets_class *cl = ets_class_from_arg(sch, arg); in ets_class_leaf() local
295 struct ets_class *cl = ets_class_from_arg(sch, arg); in ets_class_qlen_notify() local
309 struct ets_class *cl = ets_class_from_arg(sch, arg); in ets_class_dump() local
334 struct ets_class *cl = ets_class_from_arg(sch, arg); in ets_class_dump_stats() local
359 ets_qdisc_tcf_block(struct Qdisc *sch, unsigned long cl, in ets_qdisc_tcf_block()
[all …]
H A Dsch_mq.c179 mq_queue_get(struct Qdisc * sch,unsigned long cl) mq_queue_get() argument
196 mq_graft(struct Qdisc * sch,unsigned long cl,struct Qdisc * new,struct Qdisc ** old,struct netlink_ext_ack * extack) mq_graft() argument
222 mq_leaf(struct Qdisc * sch,unsigned long cl) mq_leaf() argument
240 mq_dump_class(struct Qdisc * sch,unsigned long cl,struct sk_buff * skb,struct tcmsg * tcm) mq_dump_class() argument
252 mq_dump_class_stats(struct Qdisc * sch,unsigned long cl,struct gnet_dump * d) mq_dump_class_stats() argument
[all...]
/linux/drivers/clk/
H A Dclkdev.c38 struct clk_lookup *p, *cl = NULL; in clk_find() local
74 struct clk_lookup *cl; in clk_find_hw() local
121 static void __clkdev_add(struct clk_lookup *cl) in __clkdev_add()
128 void clkdev_add(struct clk_lookup *cl) in clkdev_add()
136 void clkdev_add_table(struct clk_lookup *cl, size_t num) in clkdev_add_table()
151 struct clk_lookup cl; member
222 struct clk_lookup *cl; in vclkdev_create() local
243 struct clk_lookup *cl; in clkdev_create() local
266 struct clk_lookup *cl; in clkdev_hw_create() local
297 void clkdev_drop(struct clk_lookup *cl) in clkdev_drop()
[all …]
/linux/drivers/hsi/clients/
H A Dssi_protocol.c139 struct hsi_client *cl; member
385 static void ssip_reset(struct hsi_client *cl) in ssip_reset()
421 static void ssip_dump_state(struct hsi_client *cl) in ssip_dump_state()
442 static void ssip_error(struct hsi_client *cl) in ssip_error()
457 struct hsi_client *cl = ssi->cl; in ssip_keep_alive() local
484 struct hsi_client *cl = ssi->cl; in ssip_rx_wd() local
493 struct hsi_client *cl = ssi->cl; in ssip_tx_wd() local
499 static void ssip_send_bootinfo_req_cmd(struct hsi_client *cl) in ssip_send_bootinfo_req_cmd()
515 static void ssip_start_rx(struct hsi_client *cl) in ssip_start_rx()
541 static void ssip_stop_rx(struct hsi_client *cl) in ssip_stop_rx()
[all …]
H A Dhsi_char.c85 struct hsi_client *cl; member
105 struct hsi_client *cl; member
300 static int hsc_break_request(struct hsi_client *cl) in hsc_break_request()
324 static int hsc_break_send(struct hsi_client *cl) in hsc_break_send()
342 static int hsc_rx_set(struct hsi_client *cl, struct hsc_rx_config *rxc) in hsc_rx_set()
370 static inline void hsc_rx_get(struct hsi_client *cl, struct hsc_rx_config *rxc) in hsc_rx_get()
377 static int hsc_tx_set(struct hsi_client *cl, struct hsc_tx_config *txc) in hsc_tx_set()
404 static inline void hsc_tx_get(struct hsi_client *cl, struct hsc_tx_config *txc) in hsc_tx_get()
680 struct hsi_client *cl = to_hsi_client(dev); in hsc_probe() local
735 struct hsi_client *cl = to_hsi_client(dev); in hsc_remove() local
/linux/sound/soc/intel/avs/
H A Dcldma.c60 void hda_cldma_fill(struct hda_cldma *cl) in hda_cldma_fill()
90 struct hda_cldma *cl = container_of(work, struct hda_cldma, memcpy_work.work); in cldma_memcpy_work() local
124 void hda_cldma_transfer(struct hda_cldma *cl, unsigned long start_delay) in hda_cldma_transfer()
136 int hda_cldma_start(struct hda_cldma *cl) in hda_cldma_start()
151 int hda_cldma_stop(struct hda_cldma *cl) in hda_cldma_stop()
168 int hda_cldma_reset(struct hda_cldma *cl) in hda_cldma_reset()
198 void hda_cldma_set_data(struct hda_cldma *cl, void *data, unsigned int size) in hda_cldma_set_data()
205 static void cldma_setup_bdle(struct hda_cldma *cl, u32 bdle_size) in cldma_setup_bdle()
234 void hda_cldma_setup(struct hda_cldma *cl) in hda_cldma_setup()
251 void hda_cldma_interrupt(struct hda_cldma *cl) in hda_cldma_interrupt()
[all …]
/linux/fs/ceph/
H A Dsnap.c153 struct ceph_client *cl = mdsc->fsc->client; in __lookup_snap_realm() local
192 struct ceph_client *cl = mdsc->fsc->client; in __destroy_snap_realm() local
295 struct ceph_client *cl = mdsc->fsc->client; in adjust_snap_realm_parent() local
340 struct ceph_client *cl = mdsc->fsc->client; in build_snap_context() local
437 struct ceph_client *cl = mdsc->fsc->client; in rebuild_snap_realms() local
534 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_queue_cap_snap() local
667 struct ceph_client *cl = mdsc->fsc->client; in __ceph_finish_cap_snap() local
725 struct ceph_client *cl = mdsc->fsc->client; in queue_realm_cap_snaps() local
783 struct ceph_client *cl = mdsc->fsc->client; in ceph_update_snap_trace() local
944 struct ceph_client *cl = mdsc->fsc->client; in flush_snaps() local
[all …]
H A Dlocks.c78 struct ceph_client *cl = mdsc->fsc->client; in ceph_lock_message() local
160 struct ceph_client *cl = mdsc->fsc->client; in ceph_lock_wait_for_completion() local
253 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_lock() local
323 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_flock() local
386 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_count_locks() local
413 struct ceph_client *cl = ceph_inode_to_client(inode); in lock_to_ceph_filelock() local
452 struct ceph_client *cl = ceph_inode_to_client(inode); in ceph_encode_locks_to_buffer() local
H A Dquota.c46 struct ceph_client *cl = mdsc->fsc->client; in ceph_handle_quota() local
89 struct ceph_client *cl = mdsc->fsc->client; in find_quotarealm_inode() local
134 struct ceph_client *cl = mdsc->fsc->client; in lookup_quotarealm_inode() local
218 struct ceph_client *cl = mdsc->fsc->client; in get_quota_realm() local
337 struct ceph_client *cl = mdsc->fsc->client; in check_quota_exceeded() local
/linux/arch/arm64/include/asm/
H A Datomic_ll_sc.h42 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument
63 #define ATOMIC_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint) \ argument
138 #define ATOMIC64_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument
159 #define ATOMIC64_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument
239 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, acq, rel, cl, constraint) \ argument
304 #define __CMPXCHG128(name, mb, rel, cl...) \ argument
/linux/drivers/soc/samsung/
H A Dgs101-pmu.c39 #define CLUSTER_CPU_RANGE(cl, cpu) \ argument
58 #define CLUSTER_NONCPU_RANGE(cl) \ argument
194 #define CLUSTER_CPU_RANGE(cl, cpu) \ argument
210 #define CLUSTER_NONCPU_RANGE(cl) \ argument
/linux/drivers/md/bcache/
H A Drequest.c108 static void bch_data_invalidate(struct closure *cl) in bch_data_invalidate()
171 struct closure *cl = bio->bi_private; in bch_data_insert_endio() local
479 struct closure cl; member
502 struct closure *cl = bio->bi_private; in bch_cache_read_endio() local
637 struct closure *cl = bio->bi_private; in request_endio() local
653 struct closure *cl = bio->bi_private; in backing_request_endio() local
964 struct closure *cl = &s->cl; in cached_dev_read() local
983 struct closure *cl = &s->cl; in cached_dev_write() local
1282 struct closure *cl; in flash_dev_submit_bio() local

12345678