Symbol: destroy_work
drivers/gpu/drm/xe/xe_svm.c
1690
struct xe_pagemap *xpagemap = container_of(work, typeof(*xpagemap), destroy_work);
drivers/gpu/drm/xe/xe_svm.c
1717
queue_work(xe->destroy_wq, &xpagemap->destroy_work);
drivers/gpu/drm/xe/xe_svm.c
1719
xe_pagemap_destroy_work(&xpagemap->destroy_work);
drivers/gpu/drm/xe/xe_svm.c
1757
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
1104
container_of(w, struct xe_vma, destroy_work);
drivers/gpu/drm/xe/xe_vm.c
1114
INIT_WORK(&vma->destroy_work, vma_destroy_work_func);
drivers/gpu/drm/xe/xe_vm.c
1115
queue_work(system_unbound_wq, &vma->destroy_work);
drivers/gpu/drm/xe/xe_vm.c
1529
INIT_WORK(&vm->destroy_work, vm_destroy_work_func);
drivers/gpu/drm/xe/xe_vm.c
1844
container_of(w, struct xe_vm, destroy_work);
drivers/gpu/drm/xe/xe_vm.c
1878
queue_work(system_unbound_wq, &vm->destroy_work);
drivers/gpu/drm/xe/xe_vm_types.h
119
struct work_struct destroy_work;
drivers/gpu/drm/xe/xe_vm_types.h
260
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/scsi/fcoe/fcoe.c
1155
INIT_WORK(&port->destroy_work, fcoe_destroy_work);
drivers/scsi/fcoe/fcoe.c
2049
queue_work(fcoe_wq, &port->destroy_work);
drivers/scsi/fcoe/fcoe.c
2067
port = container_of(work, struct fcoe_port, destroy_work);
drivers/scsi/fcoe/fcoe.c
2503
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
237
struct work_struct destroy_work;
include/linux/fs/super_types.h
258
struct work_struct destroy_work;
include/net/inet_frag.h
27
struct work_struct destroy_work;
include/net/netfilter/nf_tables.h
1947
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
5633
container_of(work, struct cgroup_subsys_state, destroy_work);
kernel/cgroup/cgroup.c
5702
INIT_WORK(&css->destroy_work, css_release_work_fn);
kernel/cgroup/cgroup.c
5703
queue_work(cgroup_release_wq, &css->destroy_work);
kernel/cgroup/cgroup.c
6055
container_of(work, struct cgroup_subsys_state, destroy_work);
kernel/cgroup/cgroup.c
6076
INIT_WORK(&css->destroy_work, css_killed_work_fn);
kernel/cgroup/cgroup.c
6077
queue_work(cgroup_offline_wq, &css->destroy_work);
net/ipv4/inet_fragment.c
181
struct fqdir *fqdir = container_of(work, struct fqdir, destroy_work);
net/ipv4/inet_fragment.c
258
INIT_WORK(&fqdir->destroy_work, fqdir_work_fn);
net/ipv4/inet_fragment.c
259
queue_work(inet_frag_wq, &fqdir->destroy_work);
net/netfilter/nf_tables_api.c
10152
struct nftables_pernet *nft_net = container_of(w, struct nftables_pernet, destroy_work);
net/netfilter/nf_tables_api.c
10175
flush_work(&nft_net->destroy_work);
net/netfilter/nf_tables_api.c
10632
schedule_work(&nft_net->destroy_work);
net/netfilter/nf_tables_api.c
12048
INIT_WORK(&nft_net->destroy_work, nf_tables_trans_destroy_work);
net/netfilter/nf_tables_api.c
12077
cancel_work_sync(&nft_net->destroy_work);
net/wireless/core.c
1219
flush_work(&rdev->destroy_work);
net/wireless/core.c
363
destroy_work);
net/wireless/core.c
545
INIT_WORK(&rdev->destroy_work, cfg80211_destroy_iface_wk);
net/wireless/core.h
104
struct work_struct destroy_work;
net/wireless/nl80211.c
21638
schedule_work(&rdev->destroy_work);