Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcgroup-defs.h126 struct work_struct destroy_work; member
/linux-4.1.27/include/scsi/
Dlibfcoe.h360 struct work_struct destroy_work; member
/linux-4.1.27/net/wireless/
Dcore.c316 destroy_work); in cfg80211_destroy_iface_wk()
422 INIT_WORK(&rdev->destroy_work, cfg80211_destroy_iface_wk); in wiphy_new_nm()
803 flush_work(&rdev->destroy_work); in wiphy_unregister()
Dcore.h92 struct work_struct destroy_work; member
Dnl80211.c12822 schedule_work(&rdev->destroy_work); in nl80211_netlink_notify()
/linux-4.1.27/kernel/
Dcgroup.c4373 container_of(work, struct cgroup_subsys_state, destroy_work); in css_free_work_fn()
4421 INIT_WORK(&css->destroy_work, css_free_work_fn); in css_free_rcu_fn()
4422 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_free_rcu_fn()
4428 container_of(work, struct cgroup_subsys_state, destroy_work); in css_release_work_fn()
4467 INIT_WORK(&css->destroy_work, css_release_work_fn); in css_release()
4468 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_release()
4745 container_of(work, struct cgroup_subsys_state, destroy_work); in css_killed_work_fn()
4766 INIT_WORK(&css->destroy_work, css_killed_work_fn); in css_killed_ref_fn()
4767 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_killed_ref_fn()
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.c1125 INIT_WORK(&port->destroy_work, fcoe_destroy_work); in fcoe_if_create()
2032 queue_work(fcoe_wq, &port->destroy_work); in fcoe_device_notification()
2194 queue_work(fcoe_wq, &port->destroy_work); in fcoe_destroy()
2217 port = container_of(work, struct fcoe_port, destroy_work); in fcoe_destroy_work()
2691 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit()
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1148 queue_work(bnx2fc_wq, &port->destroy_work); in bnx2fc_vport_destroy()
1455 INIT_WORK(&port->destroy_work, bnx2fc_destroy_work); in bnx2fc_if_create()
1581 queue_work(bnx2fc_wq, &port->destroy_work); in __bnx2fc_destroy()
1627 port = container_of(work, struct fcoe_port, destroy_work); in bnx2fc_destroy_work()
/linux-4.1.27/drivers/net/wireless/
Dmac80211_hwsim.c492 struct work_struct destroy_work; member
3068 container_of(work, struct mac80211_hwsim_data, destroy_work); in destroy_radio()
3081 INIT_WORK(&entry->destroy_work, destroy_radio); in remove_user_radios()
3082 schedule_work(&entry->destroy_work); in remove_user_radios()