Home
last modified time | relevance | path

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

/linux/net/ipv4/
A 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/include/net/
A Dinet_frag.h23 struct work_struct destroy_work; member
/linux/fs/
A Dsuper.c160 destroy_work); in destroy_super_work()
171 INIT_WORK(&s->destroy_work, destroy_super_work); in destroy_super_rcu()
172 schedule_work(&s->destroy_work); in destroy_super_rcu()
188 destroy_super_work(&s->destroy_work); in destroy_unused_super()
/linux/include/scsi/
A Dlibfcoe.h356 struct work_struct destroy_work; member
A Dscsi_transport_iscsi.h247 struct work_struct destroy_work; member
/linux/include/linux/
A Dcgroup-defs.h182 struct work_struct destroy_work; member
A Dfs.h1585 struct work_struct destroy_work; member
/linux/net/wireless/
A Dcore.c365 destroy_work); in cfg80211_destroy_iface_wk()
519 INIT_WORK(&rdev->destroy_work, cfg80211_destroy_iface_wk); in wiphy_new_nm()
1057 flush_work(&rdev->destroy_work); in wiphy_unregister()
A Dcore.h92 struct work_struct destroy_work; member
A Dnl80211.c18259 schedule_work(&rdev->destroy_work); in nl80211_netlink_notify()
/linux/drivers/scsi/fcoe/
A Dfcoe.c1154 INIT_WORK(&port->destroy_work, fcoe_destroy_work); in fcoe_if_create()
2080 queue_work(fcoe_wq, &port->destroy_work); in fcoe_destroy()
2098 port = container_of(work, struct fcoe_port, destroy_work); in fcoe_destroy_work()
2532 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit()
/linux/drivers/scsi/bnx2fc/
A Dbnx2fc_fcoe.c1219 queue_work(bnx2fc_wq, &port->destroy_work); in bnx2fc_vport_destroy()
1528 INIT_WORK(&port->destroy_work, bnx2fc_destroy_work); in bnx2fc_if_create()
1657 queue_work(bnx2fc_wq, &port->destroy_work); in __bnx2fc_destroy()
1702 port = container_of(work, struct fcoe_port, destroy_work); in bnx2fc_destroy_work()
/linux/kernel/cgroup/
A Dcgroup.c5151 container_of(work, struct cgroup_subsys_state, destroy_work); in css_release_work_fn()
5207 INIT_WORK(&css->destroy_work, css_release_work_fn); in css_release()
5208 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_release()
5543 container_of(work, struct cgroup_subsys_state, destroy_work); in css_killed_work_fn()
5564 INIT_WORK(&css->destroy_work, css_killed_work_fn); in css_killed_ref_fn()
5565 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_killed_ref_fn()
/linux/drivers/scsi/
A Dscsi_transport_iscsi.c2026 container_of(work, struct iscsi_cls_session, destroy_work); in __iscsi_destroy_session()
2053 INIT_WORK(&session->destroy_work, __iscsi_destroy_session); in iscsi_alloc_session()
3863 queue_work(system_unbound_wq, &session->destroy_work); in iscsi_if_recv_msg()

Completed in 82 milliseconds