Searched refs:async_work (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/usb/host/whci/ |
D | asl.c | 191 struct whc *whc = container_of(work, struct whc, async_work); in scan_async_work() 234 queue_work(whc->workqueue, &whc->async_work); in scan_async_work() 280 queue_work(whc->workqueue, &whc->async_work); in asl_urb_enqueue() 338 queue_work(whc->workqueue, &whc->async_work); in asl_qset_delete()
|
D | int.c | 16 queue_work(whc->workqueue, &whc->async_work); in transfer_done()
|
D | init.c | 64 INIT_WORK(&whc->async_work, scan_async_work); in whc_init()
|
D | whcd.h | 55 struct work_struct async_work; member
|
D | hcd.c | 196 queue_work(whc->workqueue, &whc->async_work); in whc_endpoint_reset()
|
/Linux-v4.19/fs/btrfs/ |
D | delayed-inode.c | 1298 struct btrfs_async_delayed_work *async_work; in btrfs_async_run_delayed_root() local 1307 async_work = container_of(work, struct btrfs_async_delayed_work, work); in btrfs_async_run_delayed_root() 1308 delayed_root = async_work->delayed_root; in btrfs_async_run_delayed_root() 1347 } while ((async_work->nr == 0 && total_done < BTRFS_DELAYED_WRITEBACK) in btrfs_async_run_delayed_root() 1348 || total_done < async_work->nr); in btrfs_async_run_delayed_root() 1353 kfree(async_work); in btrfs_async_run_delayed_root() 1360 struct btrfs_async_delayed_work *async_work; in btrfs_wq_run_delayed_node() local 1362 async_work = kmalloc(sizeof(*async_work), GFP_NOFS); in btrfs_wq_run_delayed_node() 1363 if (!async_work) in btrfs_wq_run_delayed_node() 1366 async_work->delayed_root = delayed_root; in btrfs_wq_run_delayed_node() [all …]
|
/Linux-v4.19/fs/afs/ |
D | rxrpc.c | 143 INIT_WORK(&call->async_work, afs_process_async_call); in afs_alloc_call() 167 ASSERT(!work_pending(&call->async_work)); in afs_put_call() 657 if (!queue_work(afs_async_calls, &call->async_work)) in afs_wake_up_async_call() 668 struct afs_call *call = container_of(work, struct afs_call, async_work); in afs_delete_async_call() 683 struct afs_call *call = container_of(work, struct afs_call, async_work); in afs_process_async_call() 697 call->async_work.func = afs_delete_async_call; in afs_process_async_call() 698 if (!queue_work(afs_async_calls, &call->async_work)) in afs_process_async_call()
|
D | internal.h | 90 struct work_struct async_work; /* async I/O processor */ member
|