Searched refs:async_work (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/char/tpm/ |
D | tpm-dev-common.c | 59 container_of(work, struct file_priv, async_work); in tpm_dev_async_work() 115 INIT_WORK(&priv->async_work, tpm_dev_async_work); in tpm_common_open() 204 queue_work(tpm_dev_wq, &priv->async_work); in tpm_common_write() 259 flush_work(&priv->async_work); in tpm_common_release()
|
D | tpm-dev.h | 15 struct work_struct async_work; member
|
/Linux-v5.10/fs/btrfs/ |
D | delayed-inode.c | 1311 struct btrfs_async_delayed_work *async_work; in btrfs_async_run_delayed_root() local 1320 async_work = container_of(work, struct btrfs_async_delayed_work, work); in btrfs_async_run_delayed_root() 1321 delayed_root = async_work->delayed_root; in btrfs_async_run_delayed_root() 1360 } while ((async_work->nr == 0 && total_done < BTRFS_DELAYED_WRITEBACK) in btrfs_async_run_delayed_root() 1361 || total_done < async_work->nr); in btrfs_async_run_delayed_root() 1366 kfree(async_work); in btrfs_async_run_delayed_root() 1373 struct btrfs_async_delayed_work *async_work; in btrfs_wq_run_delayed_node() local 1375 async_work = kmalloc(sizeof(*async_work), GFP_NOFS); in btrfs_wq_run_delayed_node() 1376 if (!async_work) in btrfs_wq_run_delayed_node() 1379 async_work->delayed_root = delayed_root; in btrfs_wq_run_delayed_node() [all …]
|
D | space-info.c | 1313 struct work_struct *async_work; in __reserve_bytes() local 1323 async_work = &fs_info->async_data_reclaim_work; in __reserve_bytes() 1325 async_work = &fs_info->async_reclaim_work; in __reserve_bytes() 1377 queue_work(system_unbound_wq, async_work); in __reserve_bytes()
|
/Linux-v5.10/fs/afs/ |
D | rxrpc.c | 149 INIT_WORK(&call->async_work, afs_process_async_call); in afs_alloc_call() 174 ASSERT(!work_pending(&call->async_work)); in afs_put_call() 491 if (cancel_work_sync(&call->async_work)) in afs_make_call() 715 if (!queue_work(afs_async_calls, &call->async_work)) in afs_wake_up_async_call() 726 struct afs_call *call = container_of(work, struct afs_call, async_work); in afs_process_async_call()
|
D | internal.h | 99 struct work_struct async_work; /* async I/O processor */ member
|