cycles_count       52 drivers/mtd/tests/torturetest.c static unsigned int cycles_count;
cycles_count       53 drivers/mtd/tests/torturetest.c module_param(cycles_count, uint, S_IRUGO);
cycles_count       54 drivers/mtd/tests/torturetest.c MODULE_PARM_DESC(cycles_count, "how many erase cycles to do "
cycles_count      171 drivers/mtd/tests/torturetest.c 	int err = 0, i, infinite = !cycles_count;
cycles_count      332 drivers/mtd/tests/torturetest.c 		if (!infinite && --cycles_count == 0)
cycles_count      614 tools/perf/util/callchain.c 				call->cycles_count =
cycles_count      773 tools/perf/util/callchain.c 			cnode->cycles_count += node->branch_flags.cycles;
cycles_count     1233 tools/perf/util/callchain.c 				   u64 *abort_count, u64 *cycles_count)
cycles_count     1247 tools/perf/util/callchain.c 		if (cycles_count)
cycles_count     1248 tools/perf/util/callchain.c 			*cycles_count += clist->cycles_count;
cycles_count     1256 tools/perf/util/callchain.c 					      u64 *cycles_count)
cycles_count     1269 tools/perf/util/callchain.c 						   cycles_count);
cycles_count     1273 tools/perf/util/callchain.c 				       cycles_count);
cycles_count     1281 tools/perf/util/callchain.c 			    u64 *abort_count, u64 *cycles_count)
cycles_count     1292 tools/perf/util/callchain.c 	if (cycles_count)
cycles_count     1293 tools/perf/util/callchain.c 		*cycles_count = 0;
cycles_count     1299 tools/perf/util/callchain.c 						  cycles_count);
cycles_count     1355 tools/perf/util/callchain.c 			   u64 cycles_count, u64 iter_count,
cycles_count     1361 tools/perf/util/callchain.c 	cycles = cycles_count / branch_count;
cycles_count     1388 tools/perf/util/callchain.c 			     u64 abort_count, u64 cycles_count,
cycles_count     1403 tools/perf/util/callchain.c 				cycles_count, iter_count, iter_cycles,
cycles_count     1415 tools/perf/util/callchain.c 				   u64 abort_count, u64 cycles_count,
cycles_count     1423 tools/perf/util/callchain.c 			 predicted_count, abort_count, cycles_count,
cycles_count     1436 tools/perf/util/callchain.c 	u64 abort_count, cycles_count;
cycles_count     1443 tools/perf/util/callchain.c 	cycles_count = clist->cycles_count;
cycles_count     1450 tools/perf/util/callchain.c 				       cycles_count, iter_count, iter_cycles,
cycles_count      128 tools/perf/util/callchain.h 	u64			cycles_count;
cycles_count      291 tools/perf/util/callchain.h 			    u64 *abort_count, u64 *cycles_count);