/include/trace/events/ |
D | sctp.h | 13 TP_PROTO(struct sctp_transport *sp, 16 TP_ARGS(sp, asoc), 32 __entry->primary = (sp == asoc->peer.primary_path); 33 memcpy(__entry->ipaddr, &sp->ipaddr, sizeof(union sctp_addr)); 34 __entry->state = sp->state; 35 __entry->cwnd = sp->cwnd; 36 __entry->ssthresh = sp->ssthresh; 37 __entry->flight_size = sp->flight_size; 38 __entry->partial_bytes_acked = sp->partial_bytes_acked; 39 __entry->pathmtu = sp->pathmtu;
|
D | rxrpc.h | 663 TP_PROTO(struct rxrpc_skb_priv *sp), 665 TP_ARGS(sp), 672 memcpy(&__entry->hdr, &sp->hdr, sizeof(__entry->hdr)); 1190 TP_PROTO(struct rxrpc_skb_priv *sp), 1192 TP_ARGS(sp), 1199 memcpy(&__entry->hdr, &sp->hdr, sizeof(__entry->hdr));
|
/include/linux/mfd/mt6359/ |
D | core.h | 120 #define MT6359_TOP_GEN(sp) \ argument 122 .hwirq_base = MT6359_IRQ_##sp##_BASE, \ 124 ((MT6359_IRQ_##sp##_BITS - 1) / \ 126 .en_reg = MT6359_##sp##_TOP_INT_CON0, \ 128 .sta_reg = MT6359_##sp##_TOP_INT_STATUS0, \ 130 .top_offset = MT6359_##sp##_TOP, \
|
/include/linux/mfd/mt6358/ |
D | core.h | 143 #define MT6358_TOP_GEN(sp) \ argument 145 .hwirq_base = MT6358_IRQ_##sp##_BASE, \ 147 ((MT6358_IRQ_##sp##_BITS - 1) / \ 149 .en_reg = MT6358_##sp##_TOP_INT_CON0, \ 151 .sta_reg = MT6358_##sp##_TOP_INT_STATUS0, \ 153 .top_offset = MT6358_##sp##_TOP, \
|
/include/net/ |
D | transp_v6.h | 47 void __ip6_dgram_sock_seq_show(struct seq_file *seq, struct sock *sp, 50 ip6_dgram_sock_seq_show(struct seq_file *seq, struct sock *sp, __u16 srcp, in ip6_dgram_sock_seq_show() argument 53 __ip6_dgram_sock_seq_show(seq, sp, srcp, destp, sk_rmem_alloc_get(sp), in ip6_dgram_sock_seq_show()
|
D | xfrm.h | 1849 struct sec_path *sp = skb_sec_path(skb); in xfrm_input_state() local 1851 return sp->xvec[sp->len - 1]; in xfrm_input_state() 1858 struct sec_path *sp = skb_sec_path(skb); in xfrm_offload() local 1860 if (!sp || !sp->olen || sp->len != sp->olen) in xfrm_offload() 1863 return &sp->ovec[sp->olen - 1]; in xfrm_offload()
|
/include/linux/ |
D | host1x.h | 151 struct host1x_syncpt *host1x_syncpt_get(struct host1x_syncpt *sp); 152 u32 host1x_syncpt_id(struct host1x_syncpt *sp); 153 u32 host1x_syncpt_read_min(struct host1x_syncpt *sp); 154 u32 host1x_syncpt_read_max(struct host1x_syncpt *sp); 155 u32 host1x_syncpt_read(struct host1x_syncpt *sp); 156 int host1x_syncpt_incr(struct host1x_syncpt *sp); 157 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs); 158 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, 162 void host1x_syncpt_put(struct host1x_syncpt *sp); 167 struct host1x_syncpt_base *host1x_syncpt_get_base(struct host1x_syncpt *sp); [all …]
|
D | mempolicy.h | 128 void mpol_shared_policy_init(struct shared_policy *sp, struct mempolicy *mpol); 133 struct mempolicy *mpol_shared_policy_lookup(struct shared_policy *sp, 218 static inline void mpol_shared_policy_init(struct shared_policy *sp, in mpol_shared_policy_init() argument 228 mpol_shared_policy_lookup(struct shared_policy *sp, unsigned long idx) in mpol_shared_policy_lookup() argument
|
D | mailbox_controller.h | 83 const struct of_phandle_args *sp);
|
D | ptrace.h | 16 __u64 sp; member
|
D | pe.h | 171 uint16_t sp; /* initial %sp register */ member
|
D | signal.h | 459 #define unsafe_save_altstack(uss, sp, label) do { \ argument
|
/include/linux/sched/ |
D | signal.h | 545 static inline int __on_sig_stack(unsigned long sp) in __on_sig_stack() argument 548 return sp >= current->sas_ss_sp && in __on_sig_stack() 549 sp - current->sas_ss_sp < current->sas_ss_size; in __on_sig_stack() 551 return sp > current->sas_ss_sp && in __on_sig_stack() 552 sp - current->sas_ss_sp <= current->sas_ss_size; in __on_sig_stack() 559 static inline int on_sig_stack(unsigned long sp) in on_sig_stack() argument 573 return __on_sig_stack(sp); in on_sig_stack() 576 static inline int sas_ss_flags(unsigned long sp) in sas_ss_flags() argument 581 return on_sig_stack(sp) ? SS_ONSTACK : 0; in sas_ss_flags() 591 static inline unsigned long sigsp(unsigned long sp, struct ksignal *ksig) in sigsp() argument [all …]
|
D | debug.h | 33 extern void show_stack(struct task_struct *task, unsigned long *sp,
|
/include/sound/ |
D | soundfont.h | 59 int (*sample_new)(void *private_data, struct snd_sf_sample *sp, 62 int (*sample_free)(void *private_data, struct snd_sf_sample *sp,
|
D | emux_synth.h | 44 int (*sample_new)(struct snd_emux *emu, struct snd_sf_sample *sp, 47 int (*sample_free)(struct snd_emux *emu, struct snd_sf_sample *sp,
|
/include/linux/mfd/ |
D | rave-sp.h | 54 int rave_sp_exec(struct rave_sp *sp,
|
/include/net/sctp/ |
D | sctp.h | 577 static inline __u32 __sctp_mtu_payload(const struct sctp_sock *sp, in __sctp_mtu_payload() argument 583 if (sp) { in __sctp_mtu_payload() 584 overhead += sp->pf->af->net_header_len; in __sctp_mtu_payload() 585 if (sp->udp_port && (!t || t->encap_port)) in __sctp_mtu_payload() 597 static inline __u32 sctp_mtu_payload(const struct sctp_sock *sp, in sctp_mtu_payload() argument 600 return __sctp_mtu_payload(sp, NULL, mtu, extra); in sctp_mtu_payload() 621 static inline __u32 sctp_min_frag_point(struct sctp_sock *sp, __u16 datasize) in sctp_min_frag_point() argument 623 return sctp_mtu_payload(sp, SCTP_DEFAULT_MINSEGMENT, datasize); in sctp_min_frag_point()
|
D | structs.h | 250 static inline struct sock *sctp_opt2sk(const struct sctp_sock *sp) in sctp_opt2sk() argument 252 return (struct sock *)sp; in sctp_opt2sk() 1205 int sctp_bind_addrs_check(struct sctp_sock *sp,
|
/include/scsi/ |
D | libfc.h | 454 #define fc_seq_exch(sp) container_of(sp, struct fc_exch, seq) argument 980 struct fc_seq *fc_seq_start_next(struct fc_seq *sp); 981 void fc_seq_set_resp(struct fc_seq *sp, 985 void fc_seq_release(struct fc_seq *sp); 997 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp); 999 void fc_exch_done(struct fc_seq *sp);
|
D | scsi_device.h | 424 extern int scsi_mode_select(struct scsi_device *sdev, int pf, int sp,
|
/include/linux/ceph/ |
D | decode.h | 111 void *sp = *p; in ceph_extract_encoded_string() local 114 ceph_decode_32_safe(&sp, end, len, bad); in ceph_extract_encoded_string() 115 if (!ceph_has_room(&sp, end, len)) in ceph_extract_encoded_string() 123 memcpy(buf, sp, len); in ceph_extract_encoded_string()
|
/include/video/ |
D | pm3fb.h | 585 #define PM3FBDestReadMode_StripePitch(sp) (((sp) & 0x7) << 2) argument 618 #define PM3FBSourceReadMode_StripePitch(sp) (((sp) & 0x7) << 2) argument
|
/include/linux/usb/ |
D | composite.h | 525 struct usb_gadget_strings **sp, unsigned n_strings);
|
/include/linux/sunrpc/ |
D | xdr.h | 131 __be32 *xdr_decode_string_inplace(__be32 *p, char **sp, unsigned int *lenp,
|