Home
last modified time | relevance | path

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

12345678910>>...15

/linux-6.14.4/drivers/net/ethernet/sun/
Dcassini.c232 static inline void cas_lock_tx(struct cas *cp) in cas_lock_tx()
248 #define cas_lock_all_save(cp, flags) \ argument
255 static inline void cas_unlock_tx(struct cas *cp) in cas_unlock_tx()
263 #define cas_unlock_all_restore(cp, flags) \ argument
270 static void cas_disable_irq(struct cas *cp, const int ring) in cas_disable_irq()
303 static inline void cas_mask_intr(struct cas *cp) in cas_mask_intr()
311 static void cas_enable_irq(struct cas *cp, const int ring) in cas_enable_irq()
340 static inline void cas_unmask_intr(struct cas *cp) in cas_unmask_intr()
348 static inline void cas_entropy_gather(struct cas *cp) in cas_entropy_gather()
360 static inline void cas_entropy_reset(struct cas *cp) in cas_entropy_reset()
[all …]
/linux-6.14.4/net/netfilter/ipvs/
Dip_vs_conn.c143 static unsigned int ip_vs_conn_hashkey_conn(const struct ip_vs_conn *cp) in ip_vs_conn_hashkey_conn()
163 static inline int ip_vs_conn_hash(struct ip_vs_conn *cp) in ip_vs_conn_hash()
199 static inline int ip_vs_conn_unhash(struct ip_vs_conn *cp) in ip_vs_conn_unhash()
227 static inline bool ip_vs_conn_unlink(struct ip_vs_conn *cp) in ip_vs_conn_unlink()
266 struct ip_vs_conn *cp; in __ip_vs_conn_in_get() local
295 struct ip_vs_conn *cp; in ip_vs_conn_in_get() local
352 struct ip_vs_conn *cp; in ip_vs_ct_in_get() local
404 struct ip_vs_conn *cp, *ret=NULL; in ip_vs_conn_out_get() local
468 static void __ip_vs_conn_put_timer(struct ip_vs_conn *cp) in __ip_vs_conn_put_timer()
477 void ip_vs_conn_put(struct ip_vs_conn *cp) in ip_vs_conn_put()
[all …]
Dip_vs_xmit.c602 struct ip_vs_conn *cp) in ip_vs_tunnel_xmit_prepare()
635 struct ip_vs_conn *cp, int local) in ip_vs_nat_send_or_cont()
666 struct ip_vs_conn *cp, int local) in ip_vs_send_or_cont()
690 ip_vs_null_xmit(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_null_xmit()
704 ip_vs_bypass_xmit(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_bypass_xmit()
729 ip_vs_bypass_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_bypass_xmit_v6()
757 ip_vs_nat_xmit(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_nat_xmit()
841 ip_vs_nat_xmit_v6(struct sk_buff *skb, struct ip_vs_conn *cp, in ip_vs_nat_xmit_v6()
1007 struct ip_vs_conn *cp, __u8 *next_protocol) in ipvs_gue_encap()
1081 struct ip_vs_conn *cp, __u8 *next_protocol) in ipvs_gre_encap()
[all …]
Dip_vs_core.c122 ip_vs_in_stats(struct ip_vs_conn *cp, struct sk_buff *skb) in ip_vs_in_stats()
158 ip_vs_out_stats(struct ip_vs_conn *cp, struct sk_buff *skb) in ip_vs_out_stats()
194 ip_vs_conn_stats(struct ip_vs_conn *cp, struct ip_vs_service *svc) in ip_vs_conn_stats()
221 ip_vs_set_state(struct ip_vs_conn *cp, int direction, in ip_vs_set_state()
257 struct ip_vs_conn *cp = NULL; in ip_vs_sched_persist() local
446 struct ip_vs_conn *cp = NULL; in ip_vs_schedule() local
604 struct ip_vs_conn *cp; in ip_vs_leave() local
749 struct ip_vs_conn *cp, int inout) in ip_vs_nat_icmp()
795 struct ip_vs_conn *cp, int inout) in ip_vs_nat_icmp_v6()
858 __u8 protocol, struct ip_vs_conn *cp, in handle_response_icmp()
[all …]
Dip_vs_nfct.c71 ip_vs_update_conntrack(struct sk_buff *skb, struct ip_vs_conn *cp, int outin) in ip_vs_update_conntrack()
144 struct ip_vs_conn *cp; in ip_vs_nfct_expect_callback() local
212 struct ip_vs_conn *cp, u_int8_t proto, in ip_vs_nfct_expect_related()
242 void ip_vs_conn_drop_conntrack(struct ip_vs_conn *cp) in ip_vs_conn_drop_conntrack()
/linux-6.14.4/drivers/media/usb/pvrusb2/
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 …]
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-6.14.4/drivers/net/ethernet/broadcom/
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-6.14.4/kernel/sched/
Dcpudeadline.c25 static void cpudl_heapify_down(struct cpudl *cp, int idx) in cpudl_heapify_down()
68 static void cpudl_heapify_up(struct cpudl *cp, int idx) in cpudl_heapify_up()
94 static void cpudl_heapify(struct cpudl *cp, int idx) in cpudl_heapify()
103 static inline int cpudl_maximum(struct cpudl *cp) in cpudl_maximum()
116 int cpudl_find(struct cpudl *cp, struct task_struct *p, in cpudl_find()
173 void cpudl_clear(struct cpudl *cp, int cpu) in cpudl_clear()
213 void cpudl_set(struct cpudl *cp, int cpu, u64 dl) in cpudl_set()
244 void cpudl_set_freecpu(struct cpudl *cp, int cpu) in cpudl_set_freecpu()
254 void cpudl_clear_freecpu(struct cpudl *cp, int cpu) in cpudl_clear_freecpu()
263 int cpudl_init(struct cpudl *cp) in cpudl_init()
[all …]
Dcpupri.c67 static inline int __cpupri_find(struct cpupri *cp, struct task_struct *p, in __cpupri_find()
121 int cpupri_find(struct cpupri *cp, struct task_struct *p, in cpupri_find()
144 int cpupri_find_fitness(struct cpupri *cp, struct task_struct *p, in cpupri_find_fitness()
210 void cpupri_set(struct cpupri *cp, int cpu, int newpri) in cpupri_set()
278 int cpupri_init(struct cpupri *cp) in cpupri_init()
309 void cpupri_cleanup(struct cpupri *cp) in cpupri_cleanup()
/linux-6.14.4/drivers/net/ethernet/realtek/
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-6.14.4/net/rds/
Dthreads.c74 void rds_connect_path_complete(struct rds_conn_path *cp, int curr) in rds_connect_path_complete()
124 void rds_queue_reconnect(struct rds_conn_path *cp) in rds_queue_reconnect()
164 struct rds_conn_path *cp = container_of(work, in rds_connect_worker() local
193 struct rds_conn_path *cp = container_of(work, in rds_send_worker() local
220 struct rds_conn_path *cp = container_of(work, in rds_recv_worker() local
245 struct rds_conn_path *cp = container_of(work, in rds_shutdown_worker() local
Dconnection.c113 static void rds_conn_path_reset(struct rds_conn_path *cp) in rds_conn_path_reset()
131 struct rds_conn_path *cp, bool is_outgoing) in __rds_conn_path_init()
317 struct rds_conn_path *cp; in __rds_conn_create() local
367 void rds_conn_shutdown(struct rds_conn_path *cp) in rds_conn_shutdown()
441 static void rds_conn_path_destroy(struct rds_conn_path *cp) in rds_conn_path_destroy()
485 struct rds_conn_path *cp; in rds_conn_destroy() local
558 struct rds_conn_path *cp; in rds_conn_message_info_cmn() local
709 struct rds_conn_path *cp; in rds_walk_conn_path_info() local
739 static int rds_conn_info_visitor(struct rds_conn_path *cp, void *buffer) in rds_conn_info_visitor()
769 static int rds6_conn_info_visitor(struct rds_conn_path *cp, void *buffer) in rds6_conn_info_visitor()
[all …]
Dtcp_send.c41 void rds_tcp_xmit_path_prepare(struct rds_conn_path *cp) in rds_tcp_xmit_path_prepare()
48 void rds_tcp_xmit_path_complete(struct rds_conn_path *cp) in rds_tcp_xmit_path_complete()
73 struct rds_conn_path *cp = rm->m_inc.i_conn_path; in rds_tcp_xmit() local
182 struct rds_conn_path *cp; in rds_tcp_write_space() local
Dsend.c65 void rds_send_path_reset(struct rds_conn_path *cp) in rds_send_path_reset()
104 static int acquire_in_xmit(struct rds_conn_path *cp) in acquire_in_xmit()
109 static void release_in_xmit(struct rds_conn_path *cp) in release_in_xmit()
136 int rds_send_xmit(struct rds_conn_path *cp) in rds_send_xmit()
685 void rds_send_path_drop_acked(struct rds_conn_path *cp, u64 ack, in rds_send_path_drop_acked()
725 struct rds_conn_path *cp; in rds_send_drop_to() local
818 struct rds_conn_path *cp, in rds_send_queue_rm()
1421 rds_send_probe(struct rds_conn_path *cp, __be16 sport, in rds_send_probe()
1489 rds_send_pong(struct rds_conn_path *cp, __be16 dport) in rds_send_pong()
1498 struct rds_conn_path *cp = &conn->c_path[cp_index]; in rds_send_ping() local
/linux-6.14.4/drivers/s390/cio/
Dvfio_ccw_cp.c318 static struct ccwchain *ccwchain_alloc(struct channel_program *cp, int len) in ccwchain_alloc()
376 static int ccwchain_calc_length(u64 iova, struct channel_program *cp) in ccwchain_calc_length()
404 static int tic_target_chain_exists(struct ccw1 *tic, struct channel_program *cp) in tic_target_chain_exists()
421 static int ccwchain_handle_ccw(dma32_t cda, struct channel_program *cp) in ccwchain_handle_ccw()
465 static int ccwchain_loop_tic(struct ccwchain *chain, struct channel_program *cp) in ccwchain_loop_tic()
490 struct channel_program *cp) in ccwchain_fetch_tic()
508 static dma64_t *get_guest_idal(struct ccw1 *ccw, struct channel_program *cp, int idaw_nr) in get_guest_idal()
566 struct channel_program *cp) in ccw_count_idaws()
609 struct channel_program *cp) in ccwchain_fetch_ccw()
686 struct channel_program *cp) in ccwchain_fetch_one()
[all …]
/linux-6.14.4/drivers/scsi/sym53c8xx_2/
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-6.14.4/net/bluetooth/
Dmgmt.c953 struct mgmt_mode *cp = cmd->param; in mgmt_get_adv_discov_flags() local
977 struct mgmt_mode *cp = cmd->param; in mgmt_get_connectable() local
1318 struct mgmt_mode *cp; in mgmt_set_powered_complete() local
1355 struct mgmt_mode *cp; in set_powered_sync() local
1371 struct mgmt_mode *cp = data; in set_powered() local
1558 struct mgmt_cp_set_discoverable *cp = data; in set_discoverable() local
1756 struct mgmt_mode *cp = data; in set_connectable() local
1816 struct mgmt_mode *cp = data; in set_bondable() local
1854 struct mgmt_mode *cp = data; in set_link_security() local
1924 struct mgmt_mode *cp = cmd->param; in set_ssp_complete() local
[all …]
Dhci_sync.c901 struct hci_cp_write_eir cp; in hci_update_eir_sync() local
1148 struct hci_cp_le_set_ext_adv_enable *cp; in hci_disable_ext_adv_instance_sync() local
1185 struct hci_cp_le_set_adv_set_rand_addr cp; in hci_set_adv_set_random_addr_sync() local
1210 struct hci_cp_le_set_ext_adv_params cp; in hci_setup_ext_adv_instance_sync() local
1380 struct hci_cp_le_set_scan_rsp_data cp; in __hci_set_scan_rsp_data_sync() local
1413 struct hci_cp_le_set_ext_adv_enable *cp; in hci_enable_ext_advertising_sync() local
1474 struct hci_cp_le_set_per_adv_enable cp; in hci_disable_per_advertising_sync() local
1494 struct hci_cp_le_set_per_adv_params cp; in hci_set_per_adv_params_sync() local
1539 struct hci_cp_le_set_per_adv_enable cp; in hci_enable_per_advertising_sync() local
1671 struct hci_cp_le_set_adv_param cp; in hci_enable_advertising_sync() local
[all …]
Dhci_event.c483 struct hci_cp_set_event_filter *cp; in hci_cc_set_event_filter() local
1060 struct hci_cp_read_clock *cp; in hci_cc_read_clock() local
1124 struct hci_cp_write_def_err_data_reporting *cp; in hci_cc_write_def_err_data_reporting() local
1144 struct hci_cp_pin_code_reply *cp; in hci_cc_pin_code_reply() local
1367 struct hci_cp_le_set_default_phy *cp; in hci_cc_le_set_default_phy() local
1392 struct hci_cp_le_set_adv_set_rand_addr *cp; in hci_cc_le_set_adv_set_random_addr() local
1505 struct hci_cp_le_set_privacy_mode *cp; in hci_cc_le_set_privacy_mode() local
1570 struct hci_cp_le_set_ext_adv_enable *cp; in hci_cc_le_set_ext_adv_enable() local
1635 struct hci_cp_le_set_scan_param *cp; in hci_cc_le_set_scan_param() local
1659 struct hci_cp_le_set_ext_scan_params *cp; in hci_cc_le_set_ext_scan_param() local
[all …]
/linux-6.14.4/drivers/mailbox/
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-6.14.4/include/sound/
Dseq_midi_emul.h134 #define SNDRV_GM_BANK_SELECT(cp) (((cp)->control[0]<<7)|((cp)->control[32])) argument
135 #define SNDRV_GM_MODULATION_WHEEL(cp) (((cp)->control[1]<<7)|((cp)->control[33])) argument
136 #define SNDRV_GM_BREATH(cp) (((cp)->control[2]<<7)|((cp)->control[34])) argument
137 #define SNDRV_GM_FOOT_PEDAL(cp) (((cp)->control[4]<<7)|((cp)->control[36])) argument
138 #define SNDRV_GM_PORTAMENTO_TIME(cp) (((cp)->control[5]<<7)|((cp)->control[37])) argument
139 #define SNDRV_GM_DATA_ENTRY(cp) (((cp)->control[6]<<7)|((cp)->control[38])) argument
140 #define SNDRV_GM_VOLUME(cp) (((cp)->control[7]<<7)|((cp)->control[39])) argument
141 #define SNDRV_GM_BALANCE(cp) (((cp)->control[8]<<7)|((cp)->control[40])) argument
142 #define SNDRV_GM_PAN(cp) (((cp)->control[10]<<7)|((cp)->control[42])) argument
143 #define SNDRV_GM_EXPRESSION(cp) (((cp)->control[11]<<7)|((cp)->control[43])) argument
/linux-6.14.4/arch/riscv/kvm/
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
150 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_ext_srst_handler() local
192 struct kvm_cpu_context *cp = &vcpu->arch.guest_context; in kvm_sbi_ext_dbcn_handler() local
/linux-6.14.4/fs/nilfs2/
Dcpfile.c73 struct nilfs_checkpoint *cp; in nilfs_cpfile_block_add_valid_checkpoints() local
89 struct nilfs_checkpoint *cp; in nilfs_cpfile_block_sub_valid_checkpoints() local
105 struct nilfs_checkpoint *cp = from; in nilfs_cpfile_block_init() local
249 struct nilfs_checkpoint *cp; in nilfs_cpfile_read_checkpoint() local
318 struct nilfs_checkpoint *cp; in nilfs_cpfile_create_checkpoint() local
388 struct nilfs_checkpoint *cp; in nilfs_cpfile_finalize_checkpoint() local
462 struct nilfs_checkpoint *cp; in nilfs_cpfile_delete_checkpoints() local
555 struct nilfs_checkpoint *cp, in nilfs_cpfile_checkpoint_to_cpinfo()
571 struct nilfs_checkpoint *cp; in nilfs_cpfile_do_get_cpinfo() local
626 struct nilfs_checkpoint *cp; in nilfs_cpfile_do_get_ssinfo() local
[all …]
/linux-6.14.4/security/apparmor/
Dsecid.c51 struct lsm_context *cp) in apparmor_label_to_secctx()
80 int apparmor_secid_to_secctx(u32 secid, struct lsm_context *cp) in apparmor_secid_to_secctx()
87 int apparmor_lsmprop_to_secctx(struct lsm_prop *prop, struct lsm_context *cp) in apparmor_lsmprop_to_secctx()
109 void apparmor_release_secctx(struct lsm_context *cp) in apparmor_release_secctx()

12345678910>>...15