cpu_stop           72 arch/mips/oprofile/common.c 	on_each_cpu(model->cpu_stop, NULL, 1);
cpu_stop           34 arch/mips/oprofile/op_impl.h 	void (*cpu_stop)(void *args);
cpu_stop          158 arch/mips/oprofile/op_model_loongson2.c 	.cpu_stop = loongson2_cpu_stop,
cpu_stop          210 arch/mips/oprofile/op_model_loongson3.c 	.cpu_stop	= loongson3_cpu_stop,
cpu_stop          476 arch/mips/oprofile/op_model_mipsxx.c 	.cpu_stop	= mipsxx_cpu_stop,
cpu_stop         3516 drivers/tty/cyclades.c 		cy_writel(&cust->cpu_stop, 0);
cpu_stop         3538 drivers/tty/cyclades.c 	cy_writel(&cust->cpu_stop, 0);
cpu_stop          165 include/uapi/linux/cyclades.h 	__u32	cpu_stop;		/* CPU stop Register (write) */
cpu_stop          309 tools/perf/bench/numa.c 		int cpu_stop  = (target_node + 1) * cpus_per_node;
cpu_stop          311 tools/perf/bench/numa.c 		BUG_ON(cpu_stop > g->p.nr_cpus);
cpu_stop          313 tools/perf/bench/numa.c 		for (cpu = cpu_start; cpu < cpu_stop; cpu++)