| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_vm_types.h | 100 struct work_struct destroy_work; member 229 struct work_struct destroy_work; member
|
| H A D | xe_vm.c | 1281 container_of(w, struct xe_vma, destroy_work); in vma_destroy_work_func() 1291 INIT_WORK(&vma->destroy_work, vma_destroy_work_func); in vma_destroy_cb() 1292 queue_work(system_unbound_wq, &vma->destroy_work); in vma_destroy_cb() 1665 INIT_WORK(&vm->destroy_work, vm_destroy_work_func); in xe_vm_create() 1942 container_of(w, struct xe_vm, destroy_work); in vm_destroy_work_func() 1976 queue_work(system_unbound_wq, &vm->destroy_work); in xe_vm_free()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | crypto.c | 52 struct work_struct destroy_work; member 585 schedule_work(&pool->destroy_work); in mlx5_crypto_dek_pool_reset_synced() 673 container_of(work, struct mlx5_crypto_dek_pool, destroy_work); in mlx5_crypto_dek_destroy_work_fn() 702 INIT_WORK(&pool->destroy_work, mlx5_crypto_dek_destroy_work_fn); in mlx5_crypto_dek_pool_create() 712 cancel_work_sync(&pool->destroy_work); in mlx5_crypto_dek_pool_destroy()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ktls_tx.c | 275 struct work_struct destroy_work; member 328 static void destroy_work(struct work_struct *work) in destroy_work() function 331 container_of(work, struct mlx5e_tls_tx_pool, destroy_work); in destroy_work() 375 INIT_WORK(&pool->destroy_work, destroy_work); in mlx5e_tls_tx_pool_init() 421 queue_work(pool->wq, &pool->destroy_work); in pool_push()
|
| /linux-6.15/fs/efivarfs/ |
| H A D | super.c | 480 destroy_work); in efivarfs_deactivate_super_work() 538 INIT_WORK(&s->destroy_work, efivarfs_deactivate_super_work); in efivarfs_pm_notify() 539 schedule_work(&s->destroy_work); in efivarfs_pm_notify()
|
| /linux-6.15/net/ipv4/ |
| H A D | inet_fragment.c | 181 struct fqdir *fqdir = container_of(work, struct fqdir, destroy_work); in fqdir_work_fn() 223 INIT_WORK(&fqdir->destroy_work, fqdir_work_fn); in fqdir_exit() 224 queue_work(inet_frag_wq, &fqdir->destroy_work); in fqdir_exit()
|
| /linux-6.15/include/net/ |
| H A D | inet_frag.h | 27 struct work_struct destroy_work; member
|
| /linux-6.15/include/scsi/ |
| H A D | libfcoe.h | 366 struct work_struct destroy_work; member
|
| H A D | scsi_transport_iscsi.h | 257 struct work_struct destroy_work; member
|
| /linux-6.15/include/linux/ |
| H A D | cgroup-defs.h | 206 struct work_struct destroy_work; member
|
| H A D | fs.h | 1438 struct work_struct destroy_work; member
|
| /linux-6.15/fs/ |
| H A D | super.c | 276 destroy_work); in destroy_super_work() 289 INIT_WORK(&s->destroy_work, destroy_super_work); in destroy_super_rcu() 290 schedule_work(&s->destroy_work); in destroy_super_rcu() 303 destroy_super_work(&s->destroy_work); in destroy_unused_super()
|
| /linux-6.15/drivers/scsi/fcoe/ |
| H A D | fcoe.c | 1155 INIT_WORK(&port->destroy_work, fcoe_destroy_work); in fcoe_if_create() 2069 queue_work(fcoe_wq, &port->destroy_work); in fcoe_destroy() 2087 port = container_of(work, struct fcoe_port, destroy_work); in fcoe_destroy_work() 2523 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit()
|
| /linux-6.15/net/wireless/ |
| H A D | core.c | 358 destroy_work); in cfg80211_destroy_iface_wk() 540 INIT_WORK(&rdev->destroy_work, cfg80211_destroy_iface_wk); in wiphy_new_nm() 1179 flush_work(&rdev->destroy_work); in wiphy_unregister()
|
| H A D | core.h | 97 struct work_struct destroy_work; member
|
| H A D | nl80211.c | 20265 schedule_work(&rdev->destroy_work); in nl80211_netlink_notify()
|
| /linux-6.15/kernel/cgroup/ |
| H A D | cgroup.c | 5493 container_of(work, struct cgroup_subsys_state, destroy_work); in css_release_work_fn() 5566 INIT_WORK(&css->destroy_work, css_release_work_fn); in css_release() 5567 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_release() 5913 container_of(work, struct cgroup_subsys_state, destroy_work); in css_killed_work_fn() 5934 INIT_WORK(&css->destroy_work, css_killed_work_fn); in css_killed_ref_fn() 5935 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_killed_ref_fn()
|
| /linux-6.15/include/net/netfilter/ |
| H A D | nf_tables.h | 1919 struct work_struct destroy_work; member
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_transport_iscsi.c | 2017 container_of(work, struct iscsi_cls_session, destroy_work); in __iscsi_destroy_session() 2044 INIT_WORK(&session->destroy_work, __iscsi_destroy_session); in iscsi_alloc_session() 3963 queue_work(system_unbound_wq, &session->destroy_work); in iscsi_if_recv_msg()
|
| /linux-6.15/net/netfilter/ |
| H A D | nf_tables_api.c | 10007 struct nftables_pernet *nft_net = container_of(w, struct nftables_pernet, destroy_work); in nf_tables_trans_destroy_work() 10030 flush_work(&nft_net->destroy_work); in nf_tables_trans_destroy_flush_work() 10492 schedule_work(&nft_net->destroy_work); in nf_tables_commit_release() 11908 INIT_WORK(&nft_net->destroy_work, nf_tables_trans_destroy_work); in nf_tables_init_net() 11937 cancel_work_sync(&nft_net->destroy_work); in nf_tables_exit_net()
|