Searched refs:async_work (Results 1 – 5 of 5) sorted by relevance
1303 struct btrfs_async_delayed_work *async_work; in btrfs_async_run_delayed_root() local1313 delayed_root = async_work->delayed_root; in btrfs_async_run_delayed_root()1351 } while ((async_work->nr == 0 && total_done < BTRFS_DELAYED_WRITEBACK) in btrfs_async_run_delayed_root()1352 || total_done < async_work->nr); in btrfs_async_run_delayed_root()1357 kfree(async_work); in btrfs_async_run_delayed_root()1364 struct btrfs_async_delayed_work *async_work; in btrfs_wq_run_delayed_node() local1366 async_work = kmalloc(sizeof(*async_work), GFP_NOFS); in btrfs_wq_run_delayed_node()1367 if (!async_work) in btrfs_wq_run_delayed_node()1370 async_work->delayed_root = delayed_root; in btrfs_wq_run_delayed_node()1372 async_work->nr = nr; in btrfs_wq_run_delayed_node()[all …]
1734 struct work_struct *async_work; in __reserve_bytes() local1756 async_work = &fs_info->async_data_reclaim_work; in __reserve_bytes()1758 async_work = &fs_info->async_reclaim_work; in __reserve_bytes()1833 queue_work(system_unbound_wq, async_work); in __reserve_bytes()
171 INIT_WORK(&call->async_work, type->async_rx ?: afs_process_async_call); in afs_alloc_call()189 ASSERT(!work_pending(&call->async_work)); in afs_free_call()470 if (cancel_work_sync(&call->async_work)) in afs_make_call()705 if (!queue_work(afs_async_calls, &call->async_work)) in afs_wake_up_async_call()716 struct afs_call *call = container_of(work, struct afs_call, async_work); in afs_process_async_call()
313 struct afs_call *call = container_of(work, struct afs_call, async_work); in afs_fetch_data_async_rx()323 if (!queue_work(afs_async_calls, &call->async_work)) in afs_fetch_data_immediate_cancel()325 flush_work(&call->async_work); in afs_fetch_data_immediate_cancel()
132 struct work_struct async_work; /* async I/O processor */ member
Completed in 25 milliseconds