Home
last modified time | relevance | path

Searched refs:async_work (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/fs/afs/
Drxrpc.c178 ASSERT(!work_pending(&call->async_work)); in afs_free_call()
329 INIT_WORK(&call->async_work, afs_process_async_call); in afs_make_call()
589 queue_work(afs_async_calls, &call->async_work); in afs_wake_up_async_call()
609 container_of(work, struct afs_call, async_work); in afs_delete_async_call()
626 container_of(work, struct afs_call, async_work); in afs_process_async_call()
647 PREPARE_WORK(&call->async_work, afs_delete_async_call); in afs_process_async_call()
648 queue_work(afs_async_calls, &call->async_work); in afs_process_async_call()
688 INIT_WORK(&call->async_work, afs_process_async_call); in afs_collect_incoming_call()
Dinternal.h78 struct work_struct async_work; /* asynchronous work processor */ member
/linux-3.4.99/drivers/usb/host/whci/
Dasl.c204 struct whc *whc = container_of(work, struct whc, async_work); in scan_async_work()
247 queue_work(whc->workqueue, &whc->async_work); in scan_async_work()
293 queue_work(whc->workqueue, &whc->async_work); in asl_urb_enqueue()
351 queue_work(whc->workqueue, &whc->async_work); in asl_qset_delete()
Dint.c28 queue_work(whc->workqueue, &whc->async_work); in transfer_done()
Dinit.c75 INIT_WORK(&whc->async_work, scan_async_work); in whc_init()
Dwhcd.h68 struct work_struct async_work; member
Dhcd.c207 queue_work(whc->workqueue, &whc->async_work); in whc_endpoint_reset()