Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dsuper.c157 destroy_work); in destroy_super_work()
168 INIT_WORK(&s->destroy_work, destroy_super_work); in destroy_super_rcu()
169 schedule_work(&s->destroy_work); in destroy_super_rcu()
185 destroy_super_work(&s->destroy_work); in destroy_unused_super()
/Linux-v4.19/include/scsi/
Dlibfcoe.h367 struct work_struct destroy_work; member
/Linux-v4.19/fs/cifs/
Dsmbdirect.h78 struct work_struct destroy_work; member
Dsmbdirect.c176 container_of(work, struct smbd_connection, destroy_work); in smbd_destroy_rdma_work()
252 schedule_work(&info->destroy_work); in smbd_process_disconnected()
1791 INIT_WORK(&info->destroy_work, smbd_destroy_rdma_work); in _smbd_get_connection()
/Linux-v4.19/include/linux/
Dcgroup-defs.h159 struct work_struct destroy_work; member
Dfs.h1452 struct work_struct destroy_work; member
/Linux-v4.19/net/wireless/
Dcore.c326 destroy_work); in cfg80211_destroy_iface_wk()
482 INIT_WORK(&rdev->destroy_work, cfg80211_destroy_iface_wk); in wiphy_new_nm()
972 flush_work(&rdev->destroy_work); in wiphy_unregister()
Dcore.h94 struct work_struct destroy_work; member
Dnl80211.c15892 schedule_work(&rdev->destroy_work); in nl80211_netlink_notify()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c1169 INIT_WORK(&port->destroy_work, fcoe_destroy_work); in fcoe_if_create()
2096 queue_work(fcoe_wq, &port->destroy_work); in fcoe_destroy()
2114 port = container_of(work, struct fcoe_port, destroy_work); in fcoe_destroy_work()
2550 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1224 queue_work(bnx2fc_wq, &port->destroy_work); in bnx2fc_vport_destroy()
1533 INIT_WORK(&port->destroy_work, bnx2fc_destroy_work); in bnx2fc_if_create()
1662 queue_work(bnx2fc_wq, &port->destroy_work); in __bnx2fc_destroy()
1708 port = container_of(work, struct fcoe_port, destroy_work); in bnx2fc_destroy_work()
/Linux-v4.19/kernel/cgroup/
Dcgroup.c4626 container_of(work, struct cgroup_subsys_state, destroy_work); in css_release_work_fn()
4686 INIT_WORK(&css->destroy_work, css_release_work_fn); in css_release()
4687 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_release()
5015 container_of(work, struct cgroup_subsys_state, destroy_work); in css_killed_work_fn()
5036 INIT_WORK(&css->destroy_work, css_killed_work_fn); in css_killed_ref_fn()
5037 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_killed_ref_fn()