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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Drxrpc.c178 ASSERT(!work_pending(&call->async_work));
328 INIT_WORK(&call->async_work, afs_process_async_call);
586 queue_work(afs_async_calls, &call->async_work);
606 container_of(work, struct afs_call, async_work);
623 container_of(work, struct afs_call, async_work);
644 PREPARE_WORK(&call->async_work, afs_delete_async_call);
645 queue_work(afs_async_calls, &call->async_work);
685 INIT_WORK(&call->async_work, afs_process_async_call);
H A Dinternal.h78 struct work_struct async_work; /* asynchronous work processor */ member in struct:afs_call
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/whci/
H A Dasl.c204 struct whc *whc = container_of(work, struct whc, async_work);
247 queue_work(whc->workqueue, &whc->async_work);
293 queue_work(whc->workqueue, &whc->async_work);
351 queue_work(whc->workqueue, &whc->async_work);
H A Dint.c28 queue_work(whc->workqueue, &whc->async_work);
H A Dinit.c75 INIT_WORK(&whc->async_work, scan_async_work);
H A Dwhcd.h68 struct work_struct async_work; member in struct:whc
H A Dhcd.c206 queue_work(whc->workqueue, &whc->async_work);

Completed in 115 milliseconds