Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fb.c57 fb = container_of(to_delayed_work(work), struct rockchip_drm_logo_fb, destroy_work); in rockchip_drm_fb_destroy_work()
68 schedule_delayed_work(&rockchip_logo_fb->destroy_work, HZ); in rockchip_drm_fb_destroy()
149 INIT_DELAYED_WORK(&rockchip_logo_fb->destroy_work, rockchip_drm_fb_destroy_work); in rockchip_drm_logo_fb_alloc()
H A Drockchip_drm_fb.h37 struct delayed_work destroy_work; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_fragment.c150 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()
/OK3568_Linux_fs/kernel/include/net/
H A Dinet_frag.h23 struct work_struct destroy_work; member
/OK3568_Linux_fs/kernel/include/scsi/
H A Dlibfcoe.h357 struct work_struct destroy_work; member
H A Dscsi_transport_iscsi.h249 struct work_struct destroy_work; member
/OK3568_Linux_fs/kernel/fs/
H A Dsuper.c160 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup-defs.h179 struct work_struct destroy_work; member
H A Dfs.h1578 struct work_struct destroy_work; member
/OK3568_Linux_fs/kernel/net/wireless/
H A Dcore.c343 destroy_work); in cfg80211_destroy_iface_wk()
496 INIT_WORK(&rdev->destroy_work, cfg80211_destroy_iface_wk); in wiphy_new_nm()
1052 flush_work(&rdev->destroy_work); in wiphy_unregister()
H A Dcore.h93 struct work_struct destroy_work; member
H A Dnl80211.c17621 schedule_work(&rdev->destroy_work); in nl80211_netlink_notify()
/OK3568_Linux_fs/kernel/drivers/scsi/fcoe/
H A Dfcoe.c1156 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()
2535 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit()
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup.c5163 container_of(work, struct cgroup_subsys_state, destroy_work); in css_release_work_fn()
5220 INIT_WORK(&css->destroy_work, css_release_work_fn); in css_release()
5221 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_release()
5568 container_of(work, struct cgroup_subsys_state, destroy_work); in css_killed_work_fn()
5589 INIT_WORK(&css->destroy_work, css_killed_work_fn); in css_killed_ref_fn()
5590 queue_work(cgroup_destroy_wq, &css->destroy_work); in css_killed_ref_fn()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_transport_iscsi.c2029 container_of(work, struct iscsi_cls_session, destroy_work); in __iscsi_destroy_session()
2056 INIT_WORK(&session->destroy_work, __iscsi_destroy_session); in iscsi_alloc_session()
3907 queue_work(system_unbound_wq, &session->destroy_work); in iscsi_if_recv_msg()