Searched refs:async_work (Results 1 – 4 of 4) sorted by relevance
198 struct whc *whc = container_of(work, struct whc, async_work); in scan_async_work()271 queue_work(whc->workqueue, &whc->async_work); in asl_urb_enqueue()324 queue_work(whc->workqueue, &whc->async_work); in asl_qset_delete()
28 queue_work(whc->workqueue, &whc->async_work); in transfer_done()
74 INIT_WORK(&whc->async_work, scan_async_work); in whc_init()
68 struct work_struct async_work; member