Searched refs:async_work (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/char/tpm/
H A Dtpm-dev.h15 struct work_struct async_work; member in struct:file_priv
H A Dtpm-dev-common.c58 container_of(work, struct file_priv, async_work);
120 INIT_WORK(&priv->async_work, tpm_dev_async_work);
209 queue_work(tpm_dev_wq, &priv->async_work);
264 flush_work(&priv->async_work);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c1512 struct mlx5e_macsec_async_work *async_work; local
1520 async_work = container_of(work, struct mlx5e_macsec_async_work, work);
1521 macsec = async_work->macsec;
1524 mdev = async_work->mdev;
1525 obj_id = async_work->obj_id;
1544 kfree(async_work);
1551 struct mlx5e_macsec_async_work *async_work; local
1567 async_work = kzalloc(sizeof(*async_work), GFP_ATOMIC);
1568 if (!async_work)
[all...]
/linux-master/fs/btrfs/
H A Ddelayed-inode.c1329 struct btrfs_async_delayed_work *async_work; local
1338 async_work = container_of(work, struct btrfs_async_delayed_work, work);
1339 delayed_root = async_work->delayed_root;
1377 } while ((async_work->nr == 0 && total_done < BTRFS_DELAYED_WRITEBACK)
1378 || total_done < async_work->nr);
1383 kfree(async_work);
1390 struct btrfs_async_delayed_work *async_work; local
1392 async_work = kmalloc(sizeof(*async_work), GFP_NOFS);
1393 if (!async_work)
[all...]
H A Dspace-info.c1630 struct work_struct *async_work; local
1652 async_work = &fs_info->async_data_reclaim_work;
1654 async_work = &fs_info->async_reclaim_work;
1731 queue_work(system_unbound_wq, async_work);
/linux-master/fs/afs/
H A Drxrpc.c151 INIT_WORK(&call->async_work, afs_process_async_call);
178 ASSERT(!work_pending(&call->async_work));
424 if (cancel_work_sync(&call->async_work))
659 if (!queue_work(afs_async_calls, &call->async_work))
670 struct afs_call *call = container_of(work, struct afs_call, async_work);
H A Dinternal.h131 struct work_struct async_work; /* async I/O processor */ member in struct:afs_call

Completed in 266 milliseconds