Home
last modified time | relevance | path

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

/linux-4.4.14/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.c27 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()
/linux-4.4.14/fs/afs/
Drxrpc.c63 struct afs_call *call = container_of(work, struct afs_call, async_work); in afs_async_workfn()
185 ASSERT(!work_pending(&call->async_work)); in afs_free_call()
359 INIT_WORK(&call->async_work, afs_async_workfn); in afs_make_call()
609 queue_work(afs_async_calls, &call->async_work); in afs_wake_up_async_call()
659 queue_work(afs_async_calls, &call->async_work); in afs_process_async_call()
700 INIT_WORK(&call->async_work, afs_async_workfn); in afs_collect_incoming_call()
Dinternal.h79 struct work_struct async_work; /* asynchronous work processor */ member
/linux-4.4.14/fs/btrfs/
Ddelayed-inode.c1333 struct btrfs_async_delayed_work *async_work; in btrfs_async_run_delayed_root() local
1342 async_work = container_of(work, struct btrfs_async_delayed_work, work); in btrfs_async_run_delayed_root()
1343 delayed_root = async_work->delayed_root; in btrfs_async_run_delayed_root()
1378 if (async_work->nr == 0 || total_done < async_work->nr) in btrfs_async_run_delayed_root()
1385 kfree(async_work); in btrfs_async_run_delayed_root()
1392 struct btrfs_async_delayed_work *async_work; in btrfs_wq_run_delayed_node() local
1397 async_work = kmalloc(sizeof(*async_work), GFP_NOFS); in btrfs_wq_run_delayed_node()
1398 if (!async_work) in btrfs_wq_run_delayed_node()
1401 async_work->delayed_root = delayed_root; in btrfs_wq_run_delayed_node()
1402 btrfs_init_work(&async_work->work, btrfs_delayed_meta_helper, in btrfs_wq_run_delayed_node()
[all …]