Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcgroup-defs.h144 struct work_struct destroy_work; member
Dfs.h1374 struct work_struct destroy_work; member
/linux-4.4.14/include/scsi/
Dlibfcoe.h360 struct work_struct destroy_work; member
/linux-4.4.14/fs/
Dsuper.c141 destroy_work); in destroy_super_work()
152 INIT_WORK(&s->destroy_work, destroy_super_work); in destroy_super_rcu()
153 schedule_work(&s->destroy_work); in destroy_super_rcu()
/linux-4.4.14/net/wireless/
Dcore.c316 destroy_work); in cfg80211_destroy_iface_wk()
426 INIT_WORK(&rdev->destroy_work, cfg80211_destroy_iface_wk); in wiphy_new_nm()
810 flush_work(&rdev->destroy_work); in wiphy_unregister()
Dcore.h96 struct work_struct destroy_work; member
Dnl80211.c13206 schedule_work(&rdev->destroy_work); in nl80211_netlink_notify()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c1124 INIT_WORK(&port->destroy_work, fcoe_destroy_work); in fcoe_if_create()
2030 queue_work(fcoe_wq, &port->destroy_work); in fcoe_device_notification()
2192 queue_work(fcoe_wq, &port->destroy_work); in fcoe_destroy()
2215 port = container_of(work, struct fcoe_port, destroy_work); in fcoe_destroy_work()
2689 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit()
/linux-4.4.14/kernel/
Dcgroup.c4687 container_of(work, struct cgroup_subsys_state, destroy_work); in css_free_work_fn()
4736 INIT_WORK(&css->destroy_work, css_free_work_fn); in css_free_rcu_fn()
4737 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_free_rcu_fn()
4743 container_of(work, struct cgroup_subsys_state, destroy_work); in css_release_work_fn()
4782 INIT_WORK(&css->destroy_work, css_release_work_fn); in css_release()
4783 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_release()
5054 container_of(work, struct cgroup_subsys_state, destroy_work); in css_killed_work_fn()
5075 INIT_WORK(&css->destroy_work, css_killed_work_fn); in css_killed_ref_fn()
5076 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_killed_ref_fn()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1147 queue_work(bnx2fc_wq, &port->destroy_work); in bnx2fc_vport_destroy()
1454 INIT_WORK(&port->destroy_work, bnx2fc_destroy_work); in bnx2fc_if_create()
1580 queue_work(bnx2fc_wq, &port->destroy_work); in __bnx2fc_destroy()
1626 port = container_of(work, struct fcoe_port, destroy_work); in bnx2fc_destroy_work()
/linux-4.4.14/drivers/net/wireless/
Dmac80211_hwsim.c492 struct work_struct destroy_work; member
3066 container_of(work, struct mac80211_hwsim_data, destroy_work); in destroy_radio()
3079 INIT_WORK(&entry->destroy_work, destroy_radio); in remove_user_radios()
3080 schedule_work(&entry->destroy_work); in remove_user_radios()