Home
last modified time | relevance | path

Searched defs:cp (Results 1 – 25 of 244) sorted by relevance

12345678910

/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-ioread.c39 static int pvr2_ioread_init(struct pvr2_ioread *cp) in pvr2_ioread_init()
62 static void pvr2_ioread_done(struct pvr2_ioread *cp) in pvr2_ioread_done()
75 struct pvr2_ioread *cp; in pvr2_ioread_create() local
86 void pvr2_ioread_destroy(struct pvr2_ioread *cp) in pvr2_ioread_destroy()
98 void pvr2_ioread_set_sync_key(struct pvr2_ioread *cp, in pvr2_ioread_set_sync_key()
126 static void pvr2_ioread_stop(struct pvr2_ioread *cp) in pvr2_ioread_stop()
146 static int pvr2_ioread_start(struct pvr2_ioread *cp) in pvr2_ioread_start()
181 struct pvr2_stream *pvr2_ioread_get_stream(struct pvr2_ioread *cp) in pvr2_ioread_get_stream()
186 int pvr2_ioread_setup(struct pvr2_ioread *cp,struct pvr2_stream *sp) in pvr2_ioread_setup()
229 int pvr2_ioread_set_enabled(struct pvr2_ioread *cp,int fl) in pvr2_ioread_set_enabled()
[all …]
H A Dpvrusb2-context.c237 struct pvr2_channel *cp; in pvr2_context_reset_input_limits() local
276 void pvr2_channel_init(struct pvr2_channel *cp,struct pvr2_context *mp) in pvr2_channel_init()
293 static void pvr2_channel_disclaim_stream(struct pvr2_channel *cp) in pvr2_channel_disclaim_stream()
302 void pvr2_channel_done(struct pvr2_channel *cp) in pvr2_channel_done()
324 int pvr2_channel_limit_inputs(struct pvr2_channel *cp,unsigned int cmsk) in pvr2_channel_limit_inputs()
369 unsigned int pvr2_channel_get_limited_inputs(struct pvr2_channel *cp) in pvr2_channel_get_limited_inputs()
375 int pvr2_channel_claim_stream(struct pvr2_channel *cp, in pvr2_channel_claim_stream()
403 struct pvr2_ioread *cp; in pvr2_channel_create_mpeg_stream() local
/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c191 struct cnic_local *cp = dev->cnic_priv; in cnic_ctx_wr() local
206 struct cnic_local *cp = dev->cnic_priv; in cnic_ctx_tbl_wr() local
220 struct cnic_local *cp = dev->cnic_priv; in cnic_ring_ctl() local
238 struct cnic_local *cp = dev->cnic_priv; in cnic_reg_wr_ind() local
252 struct cnic_local *cp = dev->cnic_priv; in cnic_reg_rd_ind() local
266 struct cnic_local *cp = dev->cnic_priv; in cnic_ulp_ctl() local
293 struct cnic_local *cp = dev->cnic_priv; in cnic_spq_completion() local
303 static int cnic_get_l5_cid(struct cnic_local *cp, u32 cid, u32 *l5_cid) in cnic_get_l5_cid()
319 static int cnic_send_nlmsg(struct cnic_local *cp, u32 type, in cnic_send_nlmsg()
380 struct cnic_local *cp; in cnic_iscsi_nl_msg_recv() local
[all …]
/linux/kernel/sched/
H A Dcpudeadline.c26 static void cpudl_heapify_down(struct cpudl *cp, int idx) in cpudl_heapify_down()
69 static void cpudl_heapify_up(struct cpudl *cp, int idx) in cpudl_heapify_up()
95 static void cpudl_heapify(struct cpudl *cp, int idx) in cpudl_heapify()
104 static inline int cpudl_maximum(struct cpudl *cp) in cpudl_maximum()
117 int cpudl_find(struct cpudl *cp, struct task_struct *p, in cpudl_find()
175 void cpudl_clear(struct cpudl *cp, int cpu, bool online) in cpudl_clear()
218 void cpudl_set(struct cpudl *cp, int cpu, u64 dl) in cpudl_set()
248 int cpudl_init(struct cpudl *cp) in cpudl_init()
274 void cpudl_cleanup(struct cpudl *cp) in cpudl_cleanup()
H A Dcpupri.c68 static inline int __cpupri_find(struct cpupri *cp, struct task_struct *p, in __cpupri_find()
122 int cpupri_find(struct cpupri *cp, struct task_struct *p, in cpupri_find()
145 int cpupri_find_fitness(struct cpupri *cp, struct task_struct *p, in cpupri_find_fitness()
211 void cpupri_set(struct cpupri *cp, int cpu, int newpri) in cpupri_set()
279 int cpupri_init(struct cpupri *cp) in cpupri_init()
310 void cpupri_cleanup(struct cpupri *cp) in cpupri_cleanup()
/linux/drivers/net/ethernet/realtek/
H A D8139cp.c407 static inline void cp_set_rxbufsize (struct cp_private *cp) in cp_set_rxbufsize()
418 static inline void cp_rx_skb (struct cp_private *cp, struct sk_buff *skb, in cp_rx_skb()
434 static void cp_rx_err_acct (struct cp_private *cp, unsigned rx_tail, in cp_rx_err_acct()
465 struct cp_private *cp = container_of(napi, struct cp_private, napi); in cp_rx_poll() local
571 struct cp_private *cp; in cp_interrupt() local
639 struct cp_private *cp = netdev_priv(dev); in cp_poll_controller() local
648 static void cp_tx (struct cp_private *cp) in cp_tx()
715 static void unwind_tx_frag_mapping(struct cp_private *cp, struct sk_buff *skb, in unwind_tx_frag_mapping()
734 struct cp_private *cp = netdev_priv(dev); in cp_start_xmit() local
890 struct cp_private *cp = netdev_priv(dev); in __cp_set_rx_mode() local
[all …]
/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c97 conn_tab_lock(struct ip_vs_rht *t, struct ip_vs_rht *t2, struct ip_vs_conn *cp, in conn_tab_lock()
235 const struct ip_vs_conn *cp, in ip_vs_conn_hashkey_conn()
261 static inline int ip_vs_conn_hash(struct ip_vs_conn *cp) in ip_vs_conn_hash()
316 static inline bool ip_vs_conn_unlink(struct ip_vs_conn *cp) in ip_vs_conn_unlink()
375 struct ip_vs_conn *cp; in __ip_vs_conn_in_get() local
415 struct ip_vs_conn *cp; in ip_vs_conn_in_get() local
483 struct ip_vs_conn *cp; in ip_vs_ct_in_get() local
552 struct ip_vs_conn *cp; in ip_vs_conn_out_get() local
620 static void __ip_vs_conn_put_timer(struct ip_vs_conn *cp) in __ip_vs_conn_put_timer()
629 void ip_vs_conn_put(struct ip_vs_conn *cp) in ip_vs_conn_put()
[all …]
H A Dip_vs_xmit.c634 struct ip_vs_conn *cp) in ip_vs_tunnel_xmit_prepare()
667 struct ip_vs_conn *cp, int local) in ip_vs_nat_send_or_cont()
698 struct ip_vs_conn *cp, int local) in ip_vs_send_or_cont()
722 ip_vs_null_xmit(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_null_xmit()
736 ip_vs_bypass_xmit(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_bypass_xmit()
759 ip_vs_bypass_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_bypass_xmit_v6()
787 ip_vs_nat_xmit(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_nat_xmit()
871 ip_vs_nat_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_nat_xmit_v6()
1037 struct ip_vs_conn *cp, __u8 *next_protocol) in ipvs_gue_encap()
1111 struct ip_vs_conn *cp, __u8 *next_protocol) in ipvs_gre_encap()
[all …]
H A Dip_vs_nfct.c70 ip_vs_update_conntrack(struct sk_buff *skb, struct ip_vs_conn *cp, int outin) in ip_vs_update_conntrack()
143 struct ip_vs_conn *cp; in ip_vs_nfct_expect_callback() local
211 struct ip_vs_conn *cp, u8 proto, in ip_vs_nfct_expect_related()
241 void ip_vs_conn_drop_conntrack(struct ip_vs_conn *cp) in ip_vs_conn_drop_conntrack()
H A Dip_vs_core.c299 ip_vs_in_stats(struct ip_vs_conn *cp, struct sk_buff *skb) in ip_vs_in_stats()
335 ip_vs_out_stats(struct ip_vs_conn *cp, struct sk_buff *skb) in ip_vs_out_stats()
371 ip_vs_conn_stats(struct ip_vs_conn *cp, struct ip_vs_service *svc) in ip_vs_conn_stats()
398 ip_vs_set_state(struct ip_vs_conn *cp, int direction, in ip_vs_set_state()
434 struct ip_vs_conn *cp = NULL; in ip_vs_sched_persist() local
623 struct ip_vs_conn *cp = NULL; in ip_vs_schedule() local
781 struct ip_vs_conn *cp; in ip_vs_leave() local
926 struct ip_vs_conn *cp, int inout, unsigned int toff, in ip_vs_nat_icmp()
976 struct ip_vs_conn *cp, int inout, unsigned int toff, in ip_vs_nat_icmp_v6()
1029 struct ip_vs_conn *cp, in handle_response_icmp()
[all …]
H A Dip_vs_app.c258 int ip_vs_bind_app(struct ip_vs_conn *cp, in ip_vs_bind_app()
268 void ip_vs_unbind_app(struct ip_vs_conn *cp) in ip_vs_unbind_app()
345 static inline void vs_seq_update(struct ip_vs_conn *cp, struct ip_vs_seq *vseq, in vs_seq_update()
359 static inline int app_tcp_pkt_out(struct ip_vs_conn *cp, struct sk_buff *skb, in app_tcp_pkt_out()
409 int ip_vs_app_pkt_out(struct ip_vs_conn *cp, struct sk_buff *skb, in ip_vs_app_pkt_out()
435 static inline int app_tcp_pkt_in(struct ip_vs_conn *cp, struct sk_buff *skb, in app_tcp_pkt_in()
485 int ip_vs_app_pkt_in(struct ip_vs_conn *cp, struct sk_buff *skb, in ip_vs_app_pkt_in()
/linux/drivers/s390/cio/
H A Dvfio_ccw_cp.c319 static struct ccwchain *ccwchain_alloc(struct channel_program *cp, int len) in ccwchain_alloc()
378 static int ccwchain_calc_length(u64 iova, struct channel_program *cp) in ccwchain_calc_length()
399 static int tic_target_chain_exists(struct ccw1 *tic, struct channel_program *cp) in tic_target_chain_exists()
416 static int ccwchain_handle_ccw(dma32_t cda, struct channel_program *cp) in ccwchain_handle_ccw()
461 static int ccwchain_loop_tic(struct ccwchain *chain, struct channel_program *cp) in ccwchain_loop_tic()
485 static int ccwchain_build_ccws(dma32_t cda, struct channel_program *cp) in ccwchain_build_ccws()
503 struct channel_program *cp) in ccwchain_fetch_tic()
521 static dma64_t *get_guest_idal(struct ccw1 *ccw, struct channel_program *cp, int idaw_nr) in get_guest_idal()
592 struct channel_program *cp) in ccw_count_idaws()
638 struct channel_program *cp) in ccwchain_fetch_ccw()
[all …]
/linux/net/rds/
H A Dthreads.c74 void rds_connect_path_complete(struct rds_conn_path *cp, int curr) in rds_connect_path_complete() argument
124 rds_queue_reconnect(struct rds_conn_path * cp) rds_queue_reconnect() argument
164 struct rds_conn_path *cp = container_of(work, rds_connect_worker() local
193 struct rds_conn_path *cp = container_of(work, rds_send_worker() local
220 struct rds_conn_path *cp = container_of(work, rds_recv_worker() local
245 struct rds_conn_path *cp = container_of(work, rds_shutdown_worker() local
[all...]
H A Dconnection.c114 rds_conn_path_reset(struct rds_conn_path * cp) rds_conn_path_reset() argument
132 __rds_conn_path_init(struct rds_connection * conn,struct rds_conn_path * cp,bool is_outgoing) __rds_conn_path_init() argument
324 struct rds_conn_path *cp; __rds_conn_create() local
381 rds_conn_shutdown(struct rds_conn_path * cp) rds_conn_shutdown() argument
468 rds_conn_path_destroy(struct rds_conn_path * cp) rds_conn_path_destroy() argument
517 struct rds_conn_path *cp; rds_conn_destroy() local
590 struct rds_conn_path *cp; rds_conn_message_info_cmn() local
748 struct rds_conn_path *cp; rds_walk_conn_path_info() local
785 rds_conn_info_visitor(struct rds_conn_path * cp,void * buffer) rds_conn_info_visitor() argument
814 rds6_conn_info_visitor(struct rds_conn_path * cp,void * buffer) rds6_conn_info_visitor() argument
923 rds_conn_path_drop(struct rds_conn_path * cp,bool destroy) rds_conn_path_drop() argument
948 rds_conn_path_connect_if_down(struct rds_conn_path * cp) rds_conn_path_connect_if_down() argument
981 __rds_conn_path_error(struct rds_conn_path * cp,const char * fmt,...) __rds_conn_path_error() argument
[all...]
H A Dtcp_send.c41 void rds_tcp_xmit_path_prepare(struct rds_conn_path *cp) in rds_tcp_xmit_path_prepare() argument
48 void rds_tcp_xmit_path_complete(struct rds_conn_path *cp) in rds_tcp_xmit_path_complete() argument
73 struct rds_conn_path *cp = rm->m_inc.i_conn_path; in rds_tcp_xmit() local
182 struct rds_conn_path *cp; rds_tcp_write_space() local
[all...]
H A Dsend.c65 void rds_send_path_reset(struct rds_conn_path *cp) in rds_send_path_reset() argument
104 acquire_in_xmit(struct rds_conn_path * cp) acquire_in_xmit() argument
109 release_in_xmit(struct rds_conn_path * cp) release_in_xmit() argument
187 rds_send_xmit(struct rds_conn_path * cp) rds_send_xmit() argument
765 rds_send_path_drop_acked(struct rds_conn_path * cp,u64 ack,is_acked_func is_acked) rds_send_path_drop_acked() argument
805 struct rds_conn_path *cp; rds_send_drop_to() local
898 rds_send_queue_rm(struct rds_sock * rs,struct rds_connection * conn,struct rds_conn_path * cp,struct rds_message * rm,__be16 sport,__be16 dport,int * queued) rds_send_queue_rm() argument
1491 rds_send_probe(struct rds_conn_path * cp,__be16 sport,__be16 dport,u8 h_flags) rds_send_probe() argument
1561 rds_send_pong(struct rds_conn_path * cp,__be16 dport) rds_send_pong() argument
1570 struct rds_conn_path *cp = &conn->c_path[cp_index]; rds_send_ping() local
[all...]
H A Dtcp_connect.c43 struct rds_conn_path *cp; in rds_tcp_state_change() local
90 rds_tcp_conn_path_connect(struct rds_conn_path * cp) rds_tcp_conn_path_connect() argument
204 rds_tcp_conn_path_shutdown(struct rds_conn_path * cp) rds_tcp_conn_path_shutdown() argument
[all...]
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c60 static void sym_print_msg(struct sym_ccb *cp, char *label, u_char *msg) in sym_print_msg()
1406 static int sym_prepare_nego(struct sym_hcb *np, struct sym_ccb *cp, u_char *msgptr)
1467 void sym_put_start_queue(struct sym_hcb *np, struct sym_ccb *cp)
1530 struct sym_ccb *cp; local
1583 struct sym_ccb *cp; local
1631 struct sym_ccb *cp; local
2023 struct sym_ccb *cp; local
2177 struct sym_ccb *cp = sym_ccb_from_dsa(np, dsa); local
2306 struct sym_ccb *cp = sym_ccb_from_dsa(np, dsa); local
2401 struct sym_ccb *cp; local
[all …]
/linux/net/bluetooth/
H A Dhci_sync.c894 struct hci_cp_write_eir cp; in hci_update_eir_sync() local
1155 struct hci_cp_le_set_ext_adv_enable *cp; hci_disable_ext_adv_legacy_instance_sync() local
1181 struct hci_cp_le_set_ext_adv_enable *cp; hci_disable_ext_adv_instance_sync() local
1218 struct hci_cp_le_set_adv_set_rand_addr cp; hci_set_adv_set_random_addr_sync() local
1243 hci_set_ext_adv_params_sync(struct hci_dev * hdev,u8 instance,const struct hci_cp_le_set_ext_adv_params * cp,struct hci_rp_le_set_ext_adv_params * rp) hci_set_ext_adv_params_sync() argument
1346 struct hci_cp_le_set_adv_data cp; hci_set_adv_data_sync() local
1381 struct hci_cp_le_set_ext_adv_params cp; hci_setup_ext_adv_instance_sync() local
1596 struct hci_cp_le_set_scan_rsp_data cp; __hci_set_scan_rsp_data_sync() local
1635 struct hci_cp_le_set_ext_adv_enable *cp; hci_enable_ext_advertising_sync() local
1696 struct hci_cp_le_set_per_adv_enable cp; hci_disable_per_advertising_sync() local
1716 struct hci_cp_le_set_per_adv_params cp; hci_set_per_adv_params_sync() local
1769 struct hci_cp_le_set_per_adv_enable cp; hci_enable_per_advertising_sync() local
1928 struct hci_cp_le_set_adv_param cp; hci_enable_advertising_sync() local
2048 struct hci_cp_le_term_big cp; hci_le_terminate_big_sync() local
2241 struct hci_cp_read_rssi cp; hci_read_rssi_sync() local
2248 hci_read_clock_sync(struct hci_dev * hdev,struct hci_cp_read_clock * cp) hci_read_clock_sync() argument
2256 struct hci_cp_read_tx_power cp; hci_read_tx_power_sync() local
2282 struct hci_cp_le_set_ext_scan_enable cp; hci_le_set_ext_scan_enable_sync() local
2299 struct hci_cp_le_set_scan_enable cp; hci_le_set_scan_enable_sync() local
2407 struct hci_cp_le_del_from_resolv_list cp; hci_le_del_resolve_list_sync() local
2429 struct hci_cp_le_del_from_accept_list cp; hci_le_del_accept_list_sync() local
2470 struct hci_cp_le_add_to_resolv_list cp; hci_le_add_resolve_list_sync() local
2533 struct hci_cp_le_set_privacy_mode cp; hci_le_set_privacy_mode_sync() local
2574 struct hci_cp_le_add_to_accept_list cp; hci_le_add_accept_list_sync() local
3031 hci_le_scan_phy_params(struct hci_cp_le_scan_phy_params * cp,u8 type,u16 interval,u16 window) hci_le_scan_phy_params() argument
3043 struct hci_cp_le_set_ext_scan_params *cp; hci_le_set_ext_scan_param_sync() local
3129 struct hci_cp_le_set_scan_param cp; hci_le_set_scan_param_sync() local
3450 struct hci_cp_write_le_host_supported cp; hci_write_le_host_supported_sync() local
3532 struct hci_cp_write_page_scan_activity cp; hci_write_fast_connectable_sync() local
3638 struct hci_cp_write_local_name cp; hci_update_name_sync() local
3947 struct hci_cp_set_event_filter cp; hci_set_event_filter_sync() local
3998 struct hci_cp_write_sync_flowctl cp; hci_write_sync_flowctl_sync() local
4061 struct hci_cp_write_eir cp; hci_write_eir_sync() local
4102 struct hci_cp_read_local_ext_features cp; hci_read_local_ext_features_sync() local
4328 struct hci_cp_read_stored_link_key cp; hci_read_stored_link_key_sync() local
4344 struct hci_cp_write_def_link_policy cp; hci_setup_link_policy_sync() local
4700 struct hci_cp_write_le_host_supported cp; hci_set_le_support_sync() local
4724 struct hci_cp_le_set_host_feature_v2 cp; hci_le_set_host_feature_v2_sync() local
4739 struct hci_cp_le_set_host_feature cp; hci_le_set_host_feature_sync() local
4768 struct hci_cp_le_set_def_rate cp; hci_le_set_def_rate_sync() local
4887 struct hci_cp_delete_stored_link_key cp; hci_delete_stored_link_key_sync() local
5024 struct hci_cp_write_def_err_data_reporting cp; hci_set_err_data_report_sync() local
5066 struct hci_cp_le_write_def_data_len cp; hci_le_set_write_def_data_len_sync() local
5084 struct hci_cp_le_set_default_phy cp; hci_le_set_default_phy_sync() local
5734 struct hci_cp_remote_name_req_cancel cp; hci_remote_name_cancel_sync() local
5799 struct hci_cp_disconnect cp; hci_disconnect_sync() local
5898 struct hci_cp_reject_sync_conn_req cp; hci_reject_sco_sync() local
5917 struct hci_cp_le_reject_cis cp; hci_le_reject_cis_sync() local
5930 struct hci_cp_reject_conn_req cp; hci_reject_conn_sync() local
6080 struct hci_cp_write_current_iac_lap cp; hci_write_iac_sync() local
6202 struct hci_cp_inquiry cp; hci_inquiry_sync() local
6654 struct hci_cp_le_set_ext_adv_params cp; hci_le_ext_directed_advertising_sync() local
6722 struct hci_cp_le_set_adv_param cp; hci_le_directed_advertising_sync() local
6791 struct hci_cp_le_ext_create_conn *cp; hci_le_ext_create_conn_sync() local
6841 struct hci_cp_le_create_conn cp; hci_le_create_conn_sync() local
7067 struct hci_cp_le_remove_cig cp; hci_le_remove_cig_sync() local
7078 struct hci_cp_le_big_term_sync cp; hci_le_big_terminate_sync() local
7089 struct hci_cp_le_pa_term_sync cp; hci_le_pa_terminate_sync() local
7188 struct hci_cp_create_conn cp; hci_acl_create_conn_sync() local
7418 struct hci_cp_le_conn_update cp; hci_le_conn_update_sync() local
7437 struct hci_cp_le_conn_rate cp; hci_le_conn_rate_request_sync() local
7541 struct hci_cp_le_past_params cp; hci_le_past_params_sync() local
7571 struct hci_cp_le_pa_create_sync cp; hci_le_pa_create_sync() local
7788 struct hci_cp_le_past_set_info cp; hci_le_past_set_info_sync() local
7811 struct hci_cp_le_past cp; hci_le_past_sync() local
7880 struct hci_cp_le_read_all_remote_features cp; hci_le_read_all_remote_features_sync() local
7899 struct hci_cp_le_read_remote_features cp; hci_le_read_remote_features_sync() local
7955 struct hci_cp_change_conn_ptype *cp = data; pkt_type_changed() local
7964 struct hci_cp_change_conn_ptype *cp = data; hci_change_conn_ptype_sync() local
7975 struct hci_cp_change_conn_ptype *cp; hci_acl_change_pkt_type() local
7995 struct hci_cp_le_set_phy *cp = data; le_phy_update_complete() local
8004 struct hci_cp_le_set_phy *cp = data; hci_le_set_phy_sync() local
8015 struct hci_cp_le_set_phy *cp; hci_le_set_phy() local
[all...]
/linux/drivers/mailbox/
H A Dmailbox-th1520.c112 static void th1520_mbox_chan_write(struct th1520_mbox_con_priv *cp, u32 val, in th1520_mbox_chan_write()
121 static u32 th1520_mbox_chan_read(struct th1520_mbox_con_priv *cp, u32 offs, in th1520_mbox_chan_read()
130 static void th1520_mbox_chan_rmw(struct th1520_mbox_con_priv *cp, u32 off, in th1520_mbox_chan_rmw()
145 static void th1520_mbox_chan_rd_data(struct th1520_mbox_con_priv *cp, in th1520_mbox_chan_rd_data()
162 static void th1520_mbox_chan_wr_data(struct th1520_mbox_con_priv *cp, in th1520_mbox_chan_wr_data()
179 static void th1520_mbox_chan_wr_ack(struct th1520_mbox_con_priv *cp, void *data, in th1520_mbox_chan_wr_ack()
188 static int th1520_mbox_chan_id_to_mapbit(struct th1520_mbox_con_priv *cp) in th1520_mbox_chan_id_to_mapbit()
211 struct th1520_mbox_con_priv *cp = chan->con_priv; in th1520_mbox_isr() local
263 struct th1520_mbox_con_priv *cp = chan->con_priv; in th1520_mbox_send_data() local
274 struct th1520_mbox_con_priv *cp = chan->con_priv; in th1520_mbox_startup() local
[all …]
/linux/arch/riscv/kvm/
H A Dvcpu_sbi_replace.c20 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_ext_time_handler() local
51 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_ext_ipi_handler() local
95 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_ext_rfence_handler() local
151 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_ext_srst_handler() local
H A Dvcpu_sbi_hsm.c18 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_hsm_vcpu_start() local
65 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_hsm_vcpu_get_status() local
84 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_ext_hsm_handler() local
/linux/kernel/bpf/
H A Dmprog.c113 struct bpf_mprog_cp *cp; in bpf_mprog_replace() local
134 struct bpf_mprog_cp *cp; in bpf_mprog_insert() local
182 struct bpf_mprog_cp *cp; in bpf_mprog_pos_exact() local
197 struct bpf_mprog_cp *cp; in bpf_mprog_pos_before() local
213 struct bpf_mprog_cp *cp; in bpf_mprog_pos_after() local
301 struct bpf_mprog_cp *cp; in bpf_mprog_fetch() local
401 struct bpf_mprog_cp *cp; in bpf_mprog_query() local
/linux/net/sched/
H A Dact_ctinfo.c32 struct tcf_ctinfo_params *cp, in tcf_ctinfo_dscp_set() argument
73 struct tcf_ctinfo_params *cp, in tcf_ctinfo_cpmark_set() argument
89 struct tcf_ctinfo_params *cp; in tcf_ctinfo_act() local
288 const struct tcf_ctinfo_params *cp; tcf_ctinfo_dump() local
352 struct tcf_ctinfo_params *cp; tcf_ctinfo_cleanup() local
[all...]
/linux/tools/perf/util/
H A Dcall-path.c14 static void call_path__init(struct call_path *cp, struct call_path *parent, in call_path__init()
55 struct call_path *cp; in call_path__new() local
83 struct call_path *cp; in call_path__findnew() local

12345678910