Home
last modified time | relevance | path

Searched refs:destroy_work (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_tx.c286 struct work_struct destroy_work; member
340 static void destroy_work(struct work_struct *work) in destroy_work() function
343 container_of(work, struct mlx5e_tls_tx_pool, destroy_work); in destroy_work()
387 INIT_WORK(&pool->destroy_work, destroy_work); in mlx5e_tls_tx_pool_init()
433 queue_work(pool->wq, &pool->destroy_work); in pool_push()
/Linux-v6.1/net/ipv4/
Dinet_fragment.c178 struct fqdir *fqdir = container_of(work, struct fqdir, destroy_work); in fqdir_work_fn()
220 INIT_WORK(&fqdir->destroy_work, fqdir_work_fn); in fqdir_exit()
221 queue_work(inet_frag_wq, &fqdir->destroy_work); in fqdir_exit()
/Linux-v6.1/include/net/
Dinet_frag.h26 struct work_struct destroy_work; member
/Linux-v6.1/include/scsi/
Dlibfcoe.h359 struct work_struct destroy_work; member
Dscsi_transport_iscsi.h249 struct work_struct destroy_work; member
/Linux-v6.1/fs/
Dsuper.c159 destroy_work); in destroy_super_work()
170 INIT_WORK(&s->destroy_work, destroy_super_work); in destroy_super_rcu()
171 schedule_work(&s->destroy_work); in destroy_super_rcu()
187 destroy_super_work(&s->destroy_work); in destroy_unused_super()
/Linux-v6.1/include/linux/
Dcgroup-defs.h195 struct work_struct destroy_work; member
Dfs.h1568 struct work_struct destroy_work; member
/Linux-v6.1/net/wireless/
Dcore.c356 destroy_work); in cfg80211_destroy_iface_wk()
510 INIT_WORK(&rdev->destroy_work, cfg80211_destroy_iface_wk); in wiphy_new_nm()
1076 flush_work(&rdev->destroy_work); in wiphy_unregister()
Dcore.h97 struct work_struct destroy_work; member
Dnl80211.c19532 schedule_work(&rdev->destroy_work); in nl80211_netlink_notify()
/Linux-v6.1/drivers/scsi/fcoe/
Dfcoe.c1155 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()
2522 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit()
/Linux-v6.1/kernel/cgroup/
Dcgroup.c5379 container_of(work, struct cgroup_subsys_state, destroy_work); in css_release_work_fn()
5435 INIT_WORK(&css->destroy_work, css_release_work_fn); in css_release()
5436 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_release()
5770 container_of(work, struct cgroup_subsys_state, destroy_work); in css_killed_work_fn()
5791 INIT_WORK(&css->destroy_work, css_killed_work_fn); in css_killed_ref_fn()
5792 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_killed_ref_fn()
/Linux-v6.1/drivers/scsi/
Dscsi_transport_iscsi.c1994 container_of(work, struct iscsi_cls_session, destroy_work); in __iscsi_destroy_session()
2021 INIT_WORK(&session->destroy_work, __iscsi_destroy_session); in iscsi_alloc_session()
3934 queue_work(system_unbound_wq, &session->destroy_work); in iscsi_if_recv_msg()