Searched refs:async_work (Results 1 – 3 of 3) sorted by relevance
63 container_of(work, struct file_priv, async_work); in tpm_dev_async_work()125 INIT_WORK(&priv->async_work, tpm_dev_async_work); in tpm_common_open()214 queue_work(tpm_dev_wq, &priv->async_work); in tpm_common_write()269 flush_work(&priv->async_work); in tpm_common_release()
15 struct work_struct async_work; member
1516 struct mlx5e_macsec_async_work *async_work; in macsec_async_event() local1525 macsec = async_work->macsec; in macsec_async_event()1528 mdev = async_work->mdev; in macsec_async_event()1529 obj_id = async_work->obj_id; in macsec_async_event()1548 kfree(async_work); in macsec_async_event()1555 struct mlx5e_macsec_async_work *async_work; in macsec_obj_change_event() local1571 async_work = kzalloc(sizeof(*async_work), GFP_ATOMIC); in macsec_obj_change_event()1572 if (!async_work) in macsec_obj_change_event()1575 async_work->macsec = macsec; in macsec_obj_change_event()1576 async_work->mdev = macsec->mdev; in macsec_obj_change_event()[all …]
Completed in 11 milliseconds