Searched refs:ss (Results 1 – 13 of 13) sorted by relevance
/include/rdma/ |
D | rdmavt_mr.h | 93 static inline void rvt_put_ss(struct rvt_sge_state *ss) in rvt_put_ss() argument 95 while (ss->num_sge) { in rvt_put_ss() 96 rvt_put_mr(ss->sge.mr); in rvt_put_ss() 97 if (--ss->num_sge) in rvt_put_ss() 98 ss->sge = *ss->sg_list++; in rvt_put_ss() 114 static inline void rvt_update_sge(struct rvt_sge_state *ss, u32 length, in rvt_update_sge() argument 117 struct rvt_sge *sge = &ss->sge; in rvt_update_sge() 125 if (--ss->num_sge) in rvt_update_sge() 126 *sge = *ss->sg_list++; in rvt_update_sge() 138 static inline void rvt_skip_sge(struct rvt_sge_state *ss, u32 length, in rvt_skip_sge() argument [all …]
|
D | rdmavt_qp.h | 651 u32 rvt_restart_sge(struct rvt_sge_state *ss, struct rvt_swqe *wqe, u32 len); 884 void rvt_copy_sge(struct rvt_qp *qp, struct rvt_sge_state *ss,
|
/include/trace/hooks/ |
D | cgroup.h | 29 TP_PROTO(struct cgroup_subsys *ss, struct cgroup_taskset *tset), 30 TP_ARGS(ss, tset))
|
/include/linux/ |
D | cgroup.h | 54 struct cgroup_subsys *ss; member 92 #define cgroup_subsys_enabled(ss) \ argument 93 static_branch_likely(&ss ## _enabled_key) 99 #define cgroup_subsys_on_dfl(ss) \ argument 100 static_branch_likely(&ss ## _on_dfl_key) 103 struct cgroup_subsys_state *css_from_id(int id, struct cgroup_subsys *ss); 105 struct cgroup_subsys *ss); 107 struct cgroup_subsys *ss); 109 struct cgroup_subsys *ss); 117 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts); [all …]
|
D | cgroup-defs.h | 147 struct cgroup_subsys *ss; member 567 struct cgroup_subsys *ss; /* NULL for cgroup core files */ member
|
D | pe.h | 170 uint16_t ss; /* relative stack segment */ member
|
/include/uapi/video/ |
D | uvesafb.h | 19 __u16 ss; member
|
/include/uapi/linux/netfilter/ |
D | nfnetlink_osf.h | 58 __u16 ss, mss; member
|
/include/sound/ |
D | soc-dai.h | 483 const struct snd_pcm_substream *ss) in snd_soc_dai_get_dma_data() argument 485 return (ss->stream == SNDRV_PCM_STREAM_PLAYBACK) ? in snd_soc_dai_get_dma_data() 490 const struct snd_pcm_substream *ss, in snd_soc_dai_set_dma_data() argument 493 if (ss->stream == SNDRV_PCM_STREAM_PLAYBACK) in snd_soc_dai_set_dma_data()
|
/include/uapi/sound/ |
D | hdspm.h | 40 ss, enumerator
|
/include/uapi/linux/usb/ |
D | ch11.h | 282 } __attribute__ ((packed)) ss; member
|
/include/linux/usb/ |
D | serial.h | 282 void (*get_serial)(struct tty_struct *tty, struct serial_struct *ss); 283 int (*set_serial)(struct tty_struct *tty, struct serial_struct *ss);
|
D | gadget.h | 856 struct usb_descriptor_header **ss,
|