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

/linux-4.4.14/include/scsi/
H A Dlibfcoe.h345 * @destroy_work: Handle for work context
360 struct work_struct destroy_work; member in struct:fcoe_port
/linux-4.4.14/net/wireless/
H A Dcore.c316 destroy_work); cfg80211_destroy_iface_wk()
426 INIT_WORK(&rdev->destroy_work, cfg80211_destroy_iface_wk); wiphy_new_nm()
810 flush_work(&rdev->destroy_work); wiphy_unregister()
H A Dcore.h96 struct work_struct destroy_work; member in struct:cfg80211_registered_device
H A Dnl80211.c13206 schedule_work(&rdev->destroy_work); nl80211_netlink_notify()
/linux-4.4.14/fs/
H A Dsuper.c141 destroy_work); destroy_super_work()
152 INIT_WORK(&s->destroy_work, destroy_super_work); destroy_super_rcu()
153 schedule_work(&s->destroy_work); destroy_super_rcu()
/linux-4.4.14/drivers/scsi/fcoe/
H A Dfcoe.c1124 INIT_WORK(&port->destroy_work, fcoe_destroy_work); fcoe_if_create()
2030 queue_work(fcoe_wq, &port->destroy_work); fcoe_device_notification()
2192 queue_work(fcoe_wq, &port->destroy_work); fcoe_destroy()
2215 port = container_of(work, struct fcoe_port, destroy_work); fcoe_destroy_work()
2689 queue_work(fcoe_wq, &port->destroy_work); fcoe_exit()
2705 * destroy_work's may be chained but destroy_workqueue() fcoe_exit()
/linux-4.4.14/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1147 queue_work(bnx2fc_wq, &port->destroy_work); bnx2fc_vport_destroy()
1454 INIT_WORK(&port->destroy_work, bnx2fc_destroy_work); bnx2fc_if_create()
1580 queue_work(bnx2fc_wq, &port->destroy_work); __bnx2fc_destroy()
1626 port = container_of(work, struct fcoe_port, destroy_work); bnx2fc_destroy_work()
/linux-4.4.14/kernel/
H A Dcgroup.c4681 * and thus involve punting to css->destroy_work adding two additional
4687 container_of(work, struct cgroup_subsys_state, destroy_work); css_free_work_fn()
4736 INIT_WORK(&css->destroy_work, css_free_work_fn); css_free_rcu_fn()
4737 queue_work(cgroup_destroy_wq, &css->destroy_work); css_free_rcu_fn()
4743 container_of(work, struct cgroup_subsys_state, destroy_work); css_release_work_fn()
4782 INIT_WORK(&css->destroy_work, css_release_work_fn); css_release()
4783 queue_work(cgroup_destroy_wq, &css->destroy_work); css_release()
5054 container_of(work, struct cgroup_subsys_state, destroy_work); css_killed_work_fn()
5075 INIT_WORK(&css->destroy_work, css_killed_work_fn); css_killed_ref_fn()
5076 queue_work(cgroup_destroy_wq, &css->destroy_work); css_killed_ref_fn()
/linux-4.4.14/drivers/net/wireless/
H A Dmac80211_hwsim.c492 struct work_struct destroy_work; member in struct:mac80211_hwsim_data
3066 container_of(work, struct mac80211_hwsim_data, destroy_work); destroy_radio()
3079 INIT_WORK(&entry->destroy_work, destroy_radio); remove_user_radios()
3080 schedule_work(&entry->destroy_work); remove_user_radios()
/linux-4.4.14/include/linux/
H A Dcgroup-defs.h144 struct work_struct destroy_work; member in struct:cgroup_subsys_state
H A Dfs.h1374 struct work_struct destroy_work; member in struct:super_block

Completed in 409 milliseconds