Symbol: destroy_work
drivers/gpu/drm/xe/xe_svm.c
1709
struct xe_pagemap *xpagemap = container_of(work, typeof(*xpagemap), destroy_work);
drivers/gpu/drm/xe/xe_svm.c
1736
queue_work(xe->destroy_wq, &xpagemap->destroy_work);
drivers/gpu/drm/xe/xe_svm.c
1738
xe_pagemap_destroy_work(&xpagemap->destroy_work);
drivers/gpu/drm/xe/xe_svm.c
1776
INIT_WORK(&xpagemap->destroy_work, xe_pagemap_destroy_work);
drivers/gpu/drm/xe/xe_svm.h
63
struct work_struct destroy_work;
drivers/gpu/drm/xe/xe_vm.c
1204
container_of(w, struct xe_vma, destroy_work);
drivers/gpu/drm/xe/xe_vm.c
1214
INIT_WORK(&vma->destroy_work, vma_destroy_work_func);
drivers/gpu/drm/xe/xe_vm.c
1215
queue_work(system_dfl_wq, &vma->destroy_work);
drivers/gpu/drm/xe/xe_vm.c
1660
INIT_WORK(&vm->destroy_work, vm_destroy_work_func);
drivers/gpu/drm/xe/xe_vm.c
1985
container_of(w, struct xe_vm, destroy_work);
drivers/gpu/drm/xe/xe_vm.c
2019
queue_work(system_dfl_wq, &vm->destroy_work);
drivers/gpu/drm/xe/xe_vm_types.h
132
struct work_struct destroy_work;
drivers/gpu/drm/xe/xe_vm_types.h
292
struct work_struct destroy_work;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
275
struct work_struct destroy_work;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
331
container_of(work, struct mlx5e_tls_tx_pool, destroy_work);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
375
INIT_WORK(&pool->destroy_work, destroy_work);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c
421
queue_work(pool->wq, &pool->destroy_work);
drivers/net/ethernet/mellanox/mlx5/core/lib/crypto.c
52
struct work_struct destroy_work;
drivers/net/ethernet/mellanox/mlx5/core/lib/crypto.c
585
schedule_work(&pool->destroy_work);
drivers/net/ethernet/mellanox/mlx5/core/lib/crypto.c
673
container_of(work, struct mlx5_crypto_dek_pool, destroy_work);
drivers/net/ethernet/mellanox/mlx5/core/lib/crypto.c
702
INIT_WORK(&pool->destroy_work, mlx5_crypto_dek_destroy_work_fn);
drivers/net/ethernet/mellanox/mlx5/core/lib/crypto.c
712
cancel_work_sync(&pool->destroy_work);
drivers/net/macsec.c
1415
INIT_RCU_WORK(&rx_sa->destroy_work, free_rxsa_work);
drivers/net/macsec.c
1515
INIT_RCU_WORK(&tx_sa->destroy_work, free_txsa_work);
drivers/net/macsec.c
182
container_of(to_rcu_work(work), struct macsec_rx_sa, destroy_work);
drivers/net/macsec.c
192
queue_rcu_work(macsec_wq, &sa->destroy_work);
drivers/net/macsec.c
211
container_of(to_rcu_work(work), struct macsec_tx_sa, destroy_work);
drivers/net/macsec.c
221
queue_rcu_work(macsec_wq, &sa->destroy_work);
drivers/scsi/fcoe/fcoe.c
1158
INIT_WORK(&port->destroy_work, fcoe_destroy_work);
drivers/scsi/fcoe/fcoe.c
2051
queue_work(fcoe_wq, &port->destroy_work);
drivers/scsi/fcoe/fcoe.c
2069
port = container_of(work, struct fcoe_port, destroy_work);
drivers/scsi/fcoe/fcoe.c
2505
queue_work(fcoe_wq, &port->destroy_work);
drivers/scsi/scsi_transport_iscsi.c
2017
container_of(work, struct iscsi_cls_session, destroy_work);
drivers/scsi/scsi_transport_iscsi.c
2044
INIT_WORK(&session->destroy_work, __iscsi_destroy_session);
drivers/scsi/scsi_transport_iscsi.c
3964
queue_work(system_dfl_wq, &session->destroy_work);
fs/super.c
278
destroy_work);
fs/super.c
291
INIT_WORK(&s->destroy_work, destroy_super_work);
fs/super.c
292
schedule_work(&s->destroy_work);
fs/super.c
305
destroy_super_work(&s->destroy_work);
include/linux/cgroup-defs.h
239
struct work_struct destroy_work;
include/linux/fs/super_types.h
259
struct work_struct destroy_work;
include/net/inet_frag.h
27
struct work_struct destroy_work;
include/net/macsec.h
141
struct rcu_work destroy_work;
include/net/macsec.h
192
struct rcu_work destroy_work;
include/net/netfilter/nf_tables.h
1957
struct work_struct destroy_work;
include/scsi/libfcoe.h
366
struct work_struct destroy_work;
include/scsi/scsi_transport_iscsi.h
257
struct work_struct destroy_work;
kernel/cgroup/cgroup.c
5649
container_of(work, struct cgroup_subsys_state, destroy_work);
kernel/cgroup/cgroup.c
5718
INIT_WORK(&css->destroy_work, css_release_work_fn);
kernel/cgroup/cgroup.c
5719
queue_work(cgroup_release_wq, &css->destroy_work);
net/ipv4/inet_fragment.c
179
struct fqdir *fqdir = container_of(work, struct fqdir, destroy_work);
net/ipv4/inet_fragment.c
256
INIT_WORK(&fqdir->destroy_work, fqdir_work_fn);
net/ipv4/inet_fragment.c
257
queue_work(inet_frag_wq, &fqdir->destroy_work);
net/netfilter/nf_tables_api.c
10261
struct nftables_pernet *nft_net = container_of(w, struct nftables_pernet, destroy_work);
net/netfilter/nf_tables_api.c
10284
flush_work(&nft_net->destroy_work);
net/netfilter/nf_tables_api.c
10734
schedule_work(&nft_net->destroy_work);
net/netfilter/nf_tables_api.c
12149
INIT_WORK(&nft_net->destroy_work, nf_tables_trans_destroy_work);
net/netfilter/nf_tables_api.c
12178
cancel_work_sync(&nft_net->destroy_work);
net/wireless/core.c
1344
flush_work(&rdev->destroy_work);
net/wireless/core.c
461
destroy_work);
net/wireless/core.c
643
INIT_WORK(&rdev->destroy_work, cfg80211_destroy_iface_wk);
net/wireless/core.h
104
struct work_struct destroy_work;
net/wireless/nl80211.c
22955
schedule_work(&rdev->destroy_work);