Searched refs:async_work (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/drivers/char/tpm/ |
D | tpm-dev-common.c | 58 container_of(work, struct file_priv, async_work); in tpm_dev_async_work() 114 INIT_WORK(&priv->async_work, tpm_dev_async_work); in tpm_common_open() 203 queue_work(tpm_dev_wq, &priv->async_work); in tpm_common_write() 258 flush_work(&priv->async_work); in tpm_common_release()
|
D | tpm-dev.h | 15 struct work_struct async_work; member
|
/Linux-v5.15/fs/btrfs/ |
D | delayed-inode.c | 1226 struct btrfs_async_delayed_work *async_work; in btrfs_async_run_delayed_root() local 1235 async_work = container_of(work, struct btrfs_async_delayed_work, work); in btrfs_async_run_delayed_root() 1236 delayed_root = async_work->delayed_root; in btrfs_async_run_delayed_root() 1274 } while ((async_work->nr == 0 && total_done < BTRFS_DELAYED_WRITEBACK) in btrfs_async_run_delayed_root() 1275 || total_done < async_work->nr); in btrfs_async_run_delayed_root() 1280 kfree(async_work); in btrfs_async_run_delayed_root() 1287 struct btrfs_async_delayed_work *async_work; in btrfs_wq_run_delayed_node() local 1289 async_work = kmalloc(sizeof(*async_work), GFP_NOFS); in btrfs_wq_run_delayed_node() 1290 if (!async_work) in btrfs_wq_run_delayed_node() 1293 async_work->delayed_root = delayed_root; in btrfs_wq_run_delayed_node() [all …]
|
D | space-info.c | 1440 struct work_struct *async_work; in __reserve_bytes() local 1451 async_work = &fs_info->async_data_reclaim_work; in __reserve_bytes() 1453 async_work = &fs_info->async_reclaim_work; in __reserve_bytes() 1517 queue_work(system_unbound_wq, async_work); in __reserve_bytes()
|
/Linux-v5.15/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() 420 if (cancel_work_sync(&call->async_work)) in afs_make_call() 680 if (!queue_work(afs_async_calls, &call->async_work)) in afs_wake_up_async_call() 691 struct afs_call *call = container_of(work, struct afs_call, async_work); in afs_process_async_call()
|
D | internal.h | 101 struct work_struct async_work; /* async I/O processor */ member
|