Searched refs:destroy_work (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/net/ipv4/ |
| D | inet_fragment.c | 150 struct fqdir *fqdir = container_of(work, struct fqdir, destroy_work); in fqdir_work_fn() 189 INIT_WORK(&fqdir->destroy_work, fqdir_work_fn); in fqdir_exit() 190 queue_work(system_wq, &fqdir->destroy_work); in fqdir_exit()
|
| /Linux-v5.4/include/net/ |
| D | inet_frag.h | 23 struct work_struct destroy_work; member
|
| /Linux-v5.4/include/scsi/ |
| D | libfcoe.h | 356 struct work_struct destroy_work; member
|
| /Linux-v5.4/fs/ |
| D | super.c | 160 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-v5.4/include/linux/ |
| D | cgroup-defs.h | 173 struct work_struct destroy_work; member
|
| D | fs.h | 1536 struct work_struct destroy_work; member
|
| /Linux-v5.4/net/wireless/ |
| D | core.c | 341 destroy_work); in cfg80211_destroy_iface_wk() 497 INIT_WORK(&rdev->destroy_work, cfg80211_destroy_iface_wk); in wiphy_new_nm() 1025 flush_work(&rdev->destroy_work); in wiphy_unregister()
|
| D | core.h | 96 struct work_struct destroy_work; member
|
| D | nl80211.c | 16754 schedule_work(&rdev->destroy_work); in nl80211_netlink_notify()
|
| /Linux-v5.4/drivers/scsi/fcoe/ |
| D | fcoe.c | 1156 INIT_WORK(&port->destroy_work, fcoe_destroy_work); in fcoe_if_create() 2083 queue_work(fcoe_wq, &port->destroy_work); in fcoe_destroy() 2101 port = container_of(work, struct fcoe_port, destroy_work); in fcoe_destroy_work() 2537 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit()
|
| /Linux-v5.4/drivers/scsi/bnx2fc/ |
| D | bnx2fc_fcoe.c | 1215 queue_work(bnx2fc_wq, &port->destroy_work); in bnx2fc_vport_destroy() 1524 INIT_WORK(&port->destroy_work, bnx2fc_destroy_work); in bnx2fc_if_create() 1653 queue_work(bnx2fc_wq, &port->destroy_work); in __bnx2fc_destroy() 1699 port = container_of(work, struct fcoe_port, destroy_work); in bnx2fc_destroy_work()
|
| /Linux-v5.4/kernel/cgroup/ |
| D | cgroup.c | 5006 container_of(work, struct cgroup_subsys_state, destroy_work); in css_release_work_fn() 5066 INIT_WORK(&css->destroy_work, css_release_work_fn); in css_release() 5067 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_release() 5429 container_of(work, struct cgroup_subsys_state, destroy_work); in css_killed_work_fn() 5450 INIT_WORK(&css->destroy_work, css_killed_work_fn); in css_killed_ref_fn() 5451 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_killed_ref_fn()
|