Searched refs:async_work (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/char/tpm/ |
A D | tpm-dev-common.c | 58 container_of(work, struct file_priv, async_work); in tpm_dev_async_work() 120 INIT_WORK(&priv->async_work, tpm_dev_async_work); in tpm_common_open() 209 queue_work(tpm_dev_wq, &priv->async_work); in tpm_common_write() 264 flush_work(&priv->async_work); in tpm_common_release()
|
A D | tpm-dev.h | 15 struct work_struct async_work; member
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
A D | macsec.c | 1524 struct mlx5e_macsec_async_work *async_work; in macsec_async_event() local 1533 macsec = async_work->macsec; in macsec_async_event() 1536 mdev = async_work->mdev; in macsec_async_event() 1537 obj_id = async_work->obj_id; in macsec_async_event() 1556 kfree(async_work); in macsec_async_event() 1563 struct mlx5e_macsec_async_work *async_work; in macsec_obj_change_event() local 1579 async_work = kzalloc(sizeof(*async_work), GFP_ATOMIC); in macsec_obj_change_event() 1580 if (!async_work) in macsec_obj_change_event() 1583 async_work->macsec = macsec; in macsec_obj_change_event() 1584 async_work->mdev = macsec->mdev; in macsec_obj_change_event() [all …]
|
/linux-6.3-rc2/fs/btrfs/ |
A D | delayed-inode.c | 1296 struct btrfs_async_delayed_work *async_work; in btrfs_async_run_delayed_root() local 1306 delayed_root = async_work->delayed_root; in btrfs_async_run_delayed_root() 1344 } while ((async_work->nr == 0 && total_done < BTRFS_DELAYED_WRITEBACK) in btrfs_async_run_delayed_root() 1345 || total_done < async_work->nr); in btrfs_async_run_delayed_root() 1350 kfree(async_work); in btrfs_async_run_delayed_root() 1357 struct btrfs_async_delayed_work *async_work; in btrfs_wq_run_delayed_node() local 1359 async_work = kmalloc(sizeof(*async_work), GFP_NOFS); in btrfs_wq_run_delayed_node() 1360 if (!async_work) in btrfs_wq_run_delayed_node() 1363 async_work->delayed_root = delayed_root; in btrfs_wq_run_delayed_node() 1366 async_work->nr = nr; in btrfs_wq_run_delayed_node() [all …]
|
A D | space-info.c | 1619 struct work_struct *async_work; in __reserve_bytes() local 1630 async_work = &fs_info->async_data_reclaim_work; in __reserve_bytes() 1632 async_work = &fs_info->async_reclaim_work; in __reserve_bytes() 1711 queue_work(system_unbound_wq, async_work); in __reserve_bytes()
|
/linux-6.3-rc2/fs/afs/ |
A D | rxrpc.c | 151 INIT_WORK(&call->async_work, afs_process_async_call); in afs_alloc_call() 178 ASSERT(!work_pending(&call->async_work)); in afs_put_call() 428 if (cancel_work_sync(&call->async_work)) in afs_make_call() 687 if (!queue_work(afs_async_calls, &call->async_work)) in afs_wake_up_async_call() 698 struct afs_call *call = container_of(work, struct afs_call, async_work); in afs_process_async_call()
|
A D | internal.h | 101 struct work_struct async_work; /* async I/O processor */ member
|
Completed in 22 milliseconds