/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
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-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
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-v6.6/net/ipv4/ |
D | inet_fragment.c | 179 struct fqdir *fqdir = container_of(work, struct fqdir, destroy_work); in fqdir_work_fn() 221 INIT_WORK(&fqdir->destroy_work, fqdir_work_fn); in fqdir_exit() 222 queue_work(inet_frag_wq, &fqdir->destroy_work); in fqdir_exit()
|
/Linux-v6.6/include/net/ |
D | inet_frag.h | 27 struct work_struct destroy_work; member
|
/Linux-v6.6/include/scsi/ |
D | libfcoe.h | 359 struct work_struct destroy_work; member
|
D | scsi_transport_iscsi.h | 257 struct work_struct destroy_work; member
|
/Linux-v6.6/include/linux/ |
D | cgroup-defs.h | 195 struct work_struct destroy_work; member
|
D | fs.h | 1304 struct work_struct destroy_work; member
|
/Linux-v6.6/fs/ |
D | super.c | 283 destroy_work); in destroy_super_work() 294 INIT_WORK(&s->destroy_work, destroy_super_work); in destroy_super_rcu() 295 schedule_work(&s->destroy_work); in destroy_super_rcu() 311 destroy_super_work(&s->destroy_work); in destroy_unused_super()
|
/Linux-v6.6/net/wireless/ |
D | core.c | 361 destroy_work); in cfg80211_destroy_iface_wk() 542 INIT_WORK(&rdev->destroy_work, cfg80211_destroy_iface_wk); in wiphy_new_nm() 1132 flush_work(&rdev->destroy_work); in wiphy_unregister()
|
D | core.h | 97 struct work_struct destroy_work; member
|
D | nl80211.c | 19948 schedule_work(&rdev->destroy_work); in nl80211_netlink_notify()
|
/Linux-v6.6/drivers/scsi/fcoe/ |
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-v6.6/kernel/cgroup/ |
D | cgroup.c | 5397 container_of(work, struct cgroup_subsys_state, destroy_work); in css_release_work_fn() 5453 INIT_WORK(&css->destroy_work, css_release_work_fn); in css_release() 5454 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_release() 5787 container_of(work, struct cgroup_subsys_state, destroy_work); in css_killed_work_fn() 5808 INIT_WORK(&css->destroy_work, css_killed_work_fn); in css_killed_ref_fn() 5809 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_killed_ref_fn()
|
/Linux-v6.6/drivers/scsi/ |
D | scsi_transport_iscsi.c | 2016 container_of(work, struct iscsi_cls_session, destroy_work); in __iscsi_destroy_session() 2043 INIT_WORK(&session->destroy_work, __iscsi_destroy_session); in iscsi_alloc_session() 3986 queue_work(system_unbound_wq, &session->destroy_work); in iscsi_if_recv_msg()
|