destroy_work     1215 drivers/scsi/bnx2fc/bnx2fc_fcoe.c 	queue_work(bnx2fc_wq, &port->destroy_work);
destroy_work     1524 drivers/scsi/bnx2fc/bnx2fc_fcoe.c 	INIT_WORK(&port->destroy_work, bnx2fc_destroy_work);
destroy_work     1653 drivers/scsi/bnx2fc/bnx2fc_fcoe.c 	queue_work(bnx2fc_wq, &port->destroy_work);
destroy_work     1699 drivers/scsi/bnx2fc/bnx2fc_fcoe.c 	port = container_of(work, struct fcoe_port, destroy_work);
destroy_work     1156 drivers/scsi/fcoe/fcoe.c 	INIT_WORK(&port->destroy_work, fcoe_destroy_work);
destroy_work     2083 drivers/scsi/fcoe/fcoe.c 	queue_work(fcoe_wq, &port->destroy_work);
destroy_work     2101 drivers/scsi/fcoe/fcoe.c 	port = container_of(work, struct fcoe_port, destroy_work);
destroy_work     2537 drivers/scsi/fcoe/fcoe.c 		queue_work(fcoe_wq, &port->destroy_work);
destroy_work      160 fs/super.c     							destroy_work);
destroy_work      171 fs/super.c     	INIT_WORK(&s->destroy_work, destroy_super_work);
destroy_work      172 fs/super.c     	schedule_work(&s->destroy_work);
destroy_work      188 fs/super.c     	destroy_super_work(&s->destroy_work);
destroy_work      173 include/linux/cgroup-defs.h 	struct work_struct destroy_work;
destroy_work     1537 include/linux/fs.h 	struct work_struct	destroy_work;
destroy_work       23 include/net/inet_frag.h 	struct work_struct	destroy_work;
destroy_work      356 include/scsi/libfcoe.h 	struct work_struct    destroy_work;
destroy_work     5020 kernel/cgroup/cgroup.c 		container_of(work, struct cgroup_subsys_state, destroy_work);
destroy_work     5080 kernel/cgroup/cgroup.c 	INIT_WORK(&css->destroy_work, css_release_work_fn);
destroy_work     5081 kernel/cgroup/cgroup.c 	queue_work(cgroup_destroy_wq, &css->destroy_work);
destroy_work     5443 kernel/cgroup/cgroup.c 		container_of(work, struct cgroup_subsys_state, destroy_work);
destroy_work     5464 kernel/cgroup/cgroup.c 		INIT_WORK(&css->destroy_work, css_killed_work_fn);
destroy_work     5465 kernel/cgroup/cgroup.c 		queue_work(cgroup_destroy_wq, &css->destroy_work);
destroy_work      150 net/ipv4/inet_fragment.c 	struct fqdir *fqdir = container_of(work, struct fqdir, destroy_work);
destroy_work      189 net/ipv4/inet_fragment.c 	INIT_WORK(&fqdir->destroy_work, fqdir_work_fn);
destroy_work      190 net/ipv4/inet_fragment.c 	queue_work(system_wq, &fqdir->destroy_work);
destroy_work      341 net/wireless/core.c 			    destroy_work);
destroy_work      497 net/wireless/core.c 	INIT_WORK(&rdev->destroy_work, cfg80211_destroy_iface_wk);
destroy_work     1025 net/wireless/core.c 	flush_work(&rdev->destroy_work);
destroy_work       96 net/wireless/core.h 	struct work_struct destroy_work;
destroy_work     16761 net/wireless/nl80211.c 				schedule_work(&rdev->destroy_work);