cpu_stop_work      34 include/linux/stop_machine.h 			 struct cpu_stop_work *work_buf);
cpu_stop_work      63 include/linux/stop_machine.h 	struct cpu_stop_work *stwork =
cpu_stop_work      64 include/linux/stop_machine.h 		container_of(work, struct cpu_stop_work, work);
cpu_stop_work      72 include/linux/stop_machine.h 				       struct cpu_stop_work *work_buf)
cpu_stop_work     940 kernel/sched/sched.h 	struct cpu_stop_work	active_balance_work;
cpu_stop_work      44 kernel/stop_machine.c 	struct cpu_stop_work	stop_work;	/* for stop_cpus */
cpu_stop_work      69 kernel/stop_machine.c 					struct cpu_stop_work *work,
cpu_stop_work      77 kernel/stop_machine.c static bool cpu_stop_queue_work(unsigned int cpu, struct cpu_stop_work *work)
cpu_stop_work     126 kernel/stop_machine.c 	struct cpu_stop_work work = { .fn = fn, .arg = arg, .done = &done };
cpu_stop_work     244 kernel/stop_machine.c static int cpu_stop_queue_two_works(int cpu1, struct cpu_stop_work *work1,
cpu_stop_work     245 kernel/stop_machine.c 				    int cpu2, struct cpu_stop_work *work2)
cpu_stop_work     320 kernel/stop_machine.c 	struct cpu_stop_work work1, work2;
cpu_stop_work     330 kernel/stop_machine.c 	work1 = work2 = (struct cpu_stop_work){
cpu_stop_work     367 kernel/stop_machine.c 			struct cpu_stop_work *work_buf)
cpu_stop_work     369 kernel/stop_machine.c 	*work_buf = (struct cpu_stop_work){ .fn = fn, .arg = arg, };
cpu_stop_work     377 kernel/stop_machine.c 	struct cpu_stop_work *work;
cpu_stop_work     500 kernel/stop_machine.c 	struct cpu_stop_work *work;
cpu_stop_work     507 kernel/stop_machine.c 					struct cpu_stop_work, list);
cpu_stop_work     343 kernel/watchdog.c static DEFINE_PER_CPU(struct cpu_stop_work, softlockup_stop_work);