Searched refs:destroy_work (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/linux/ |
D | cgroup-defs.h | 126 struct work_struct destroy_work; member
|
/linux-4.1.27/include/scsi/ |
D | libfcoe.h | 360 struct work_struct destroy_work; member
|
/linux-4.1.27/net/wireless/ |
D | core.c | 316 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()
|
D | core.h | 92 struct work_struct destroy_work; member
|
D | nl80211.c | 12822 schedule_work(&rdev->destroy_work); in nl80211_netlink_notify()
|
/linux-4.1.27/kernel/ |
D | cgroup.c | 4373 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/ |
D | fcoe.c | 1125 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/ |
D | bnx2fc_fcoe.c | 1148 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/ |
D | mac80211_hwsim.c | 492 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()
|