Searched refs:ss (Results 1 – 12 of 12) sorted by relevance
/include/rdma/ |
D | rdmavt_mr.h | 135 static inline void rvt_put_ss(struct rvt_sge_state *ss) in rvt_put_ss() argument 137 while (ss->num_sge) { in rvt_put_ss() 138 rvt_put_mr(ss->sge.mr); in rvt_put_ss() 139 if (--ss->num_sge) in rvt_put_ss() 140 ss->sge = *ss->sg_list++; in rvt_put_ss() 156 static inline void rvt_update_sge(struct rvt_sge_state *ss, u32 length, in rvt_update_sge() argument 159 struct rvt_sge *sge = &ss->sge; in rvt_update_sge() 167 if (--ss->num_sge) in rvt_update_sge() 168 *sge = *ss->sg_list++; in rvt_update_sge() 180 static inline void rvt_skip_sge(struct rvt_sge_state *ss, u32 length, in rvt_skip_sge() argument [all …]
|
D | rdmavt_qp.h | 668 u32 rvt_restart_sge(struct rvt_sge_state *ss, struct rvt_swqe *wqe, u32 len); 900 void rvt_copy_sge(struct rvt_qp *qp, struct rvt_sge_state *ss,
|
/include/linux/ |
D | cgroup.h | 51 struct cgroup_subsys *ss; member 88 #define cgroup_subsys_enabled(ss) \ argument 89 static_branch_likely(&ss ## _enabled_key) 95 #define cgroup_subsys_on_dfl(ss) \ argument 96 static_branch_likely(&ss ## _on_dfl_key) 99 struct cgroup_subsys_state *css_from_id(int id, struct cgroup_subsys *ss); 101 struct cgroup_subsys *ss); 103 struct cgroup_subsys *ss); 105 struct cgroup_subsys *ss); 113 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts); [all …]
|
D | cgroup-defs.h | 138 struct cgroup_subsys *ss; member 570 struct cgroup_subsys *ss; /* NULL for cgroup core files */ member
|
D | pe.h | 146 uint16_t ss; /* relative stack segment */ member
|
/include/sound/ |
D | soc-dai.h | 357 const struct snd_pcm_substream *ss) in snd_soc_dai_get_dma_data() argument 359 return (ss->stream == SNDRV_PCM_STREAM_PLAYBACK) ? in snd_soc_dai_get_dma_data() 364 const struct snd_pcm_substream *ss, in snd_soc_dai_set_dma_data() argument 367 if (ss->stream == SNDRV_PCM_STREAM_PLAYBACK) in snd_soc_dai_set_dma_data()
|
/include/uapi/video/ |
D | uvesafb.h | 19 __u16 ss; member
|
/include/uapi/linux/netfilter/ |
D | nfnetlink_osf.h | 58 __u16 ss, mss; member
|
/include/uapi/sound/ |
D | hdspm.h | 38 ss, enumerator
|
/include/uapi/linux/usb/ |
D | ch11.h | 282 } __attribute__ ((packed)) ss; member
|
/include/linux/usb/ |
D | serial.h | 282 int (*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 | 805 struct usb_descriptor_header **ss,
|