Home
last modified time | relevance | path

Searched refs:work_queue_wrapper (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/message/fusion/
Dmptspi.c1113 struct work_queue_wrapper { struct
1121 struct work_queue_wrapper *wqw = in mpt_work_wrapper() argument
1122 container_of(work, struct work_queue_wrapper, work); in mpt_work_wrapper()
1162 struct work_queue_wrapper *wqw = kmalloc(sizeof(*wqw), GFP_ATOMIC); in mpt_dv_raid()
1267 struct work_queue_wrapper *wqw = in mptspi_dv_renegotiate_work()
1268 container_of(work, struct work_queue_wrapper, work); in mptspi_dv_renegotiate_work()
1298 struct work_queue_wrapper *wqw = kmalloc(sizeof(*wqw), GFP_ATOMIC); in mptspi_dv_renegotiate()
/linux-3.3/drivers/scsi/
Dscsi_transport_spi.c1056 struct work_queue_wrapper { struct
1064 struct work_queue_wrapper *wqw = in spi_dv_device_work_wrapper() argument
1065 container_of(work, struct work_queue_wrapper, work); in spi_dv_device_work_wrapper()
1087 struct work_queue_wrapper *wqw = in spi_schedule_dv_device()
1088 kmalloc(sizeof(struct work_queue_wrapper), GFP_ATOMIC); in spi_schedule_dv_device()