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

/linux-4.4.14/drivers/usb/host/whci/
H A Dasl.c204 struct whc *whc = container_of(work, struct whc, async_work); scan_async_work()
247 queue_work(whc->workqueue, &whc->async_work); scan_async_work()
293 queue_work(whc->workqueue, &whc->async_work); asl_urb_enqueue()
351 queue_work(whc->workqueue, &whc->async_work); asl_qset_delete()
H A Dint.c27 queue_work(whc->workqueue, &whc->async_work); transfer_done()
H A Dinit.c75 INIT_WORK(&whc->async_work, scan_async_work); whc_init()
H A Dhcd.c207 queue_work(whc->workqueue, &whc->async_work); whc_endpoint_reset()
H A Dwhcd.h68 struct work_struct async_work; member in struct:whc
/linux-4.4.14/fs/btrfs/
H A Ddelayed-inode.c1333 struct btrfs_async_delayed_work *async_work; btrfs_async_run_delayed_root() local
1342 async_work = container_of(work, struct btrfs_async_delayed_work, work); btrfs_async_run_delayed_root()
1343 delayed_root = async_work->delayed_root; btrfs_async_run_delayed_root()
1378 if (async_work->nr == 0 || total_done < async_work->nr) btrfs_async_run_delayed_root()
1385 kfree(async_work); btrfs_async_run_delayed_root()
1392 struct btrfs_async_delayed_work *async_work; btrfs_wq_run_delayed_node() local
1397 async_work = kmalloc(sizeof(*async_work), GFP_NOFS); btrfs_wq_run_delayed_node()
1398 if (!async_work) btrfs_wq_run_delayed_node()
1401 async_work->delayed_root = delayed_root; btrfs_wq_run_delayed_node()
1402 btrfs_init_work(&async_work->work, btrfs_delayed_meta_helper, btrfs_wq_run_delayed_node()
1404 async_work->nr = nr; btrfs_wq_run_delayed_node()
1406 btrfs_queue_work(fs_info->delayed_workers, &async_work->work); btrfs_wq_run_delayed_node()
/linux-4.4.14/fs/afs/
H A Drxrpc.c63 struct afs_call *call = container_of(work, struct afs_call, async_work); afs_async_workfn()
185 ASSERT(!work_pending(&call->async_work)); afs_free_call()
359 INIT_WORK(&call->async_work, afs_async_workfn); afs_make_call()
609 queue_work(afs_async_calls, &call->async_work); afs_wake_up_async_call()
659 queue_work(afs_async_calls, &call->async_work); afs_process_async_call()
700 INIT_WORK(&call->async_work, afs_async_workfn); afs_collect_incoming_call()
H A Dinternal.h79 struct work_struct async_work; /* asynchronous work processor */ member in struct:afs_call

Completed in 185 milliseconds