Lines Matching refs:work
231 struct work_struct work; member
236 INIT_WORK(&sw->work, fn); in INIT_SAS_WORK()
241 struct sas_work work; member
245 static inline struct sas_discovery_event *to_sas_discovery_event(struct work_struct *work) in to_sas_discovery_event() argument
247 struct sas_discovery_event *ev = container_of(work, typeof(*ev), work.work); in to_sas_discovery_event()
274 struct sas_work work; member
301 struct sas_work work; member
305 static inline struct asd_sas_event *to_asd_sas_event(struct work_struct *work) in to_asd_sas_event() argument
307 struct asd_sas_event *ev = container_of(work, typeof(*ev), work.work); in to_asd_sas_event()
366 struct sas_work work; member
370 static inline struct sas_ha_event *to_sas_ha_event(struct work_struct *work) in to_sas_ha_event() argument
372 struct sas_ha_event *ev = container_of(work, typeof(*ev), work.work); in to_sas_ha_event()