repeats           989 drivers/hid/hid-debug.c static const char *repeats[REP_MAX + 1] = {
repeats          1002 drivers/hid/hid-debug.c 	[EV_SND] = sounds,			[EV_REP] = repeats,
repeats           277 drivers/net/ethernet/qlogic/qed/qed_init_ops.c 		u32 repeats = GET_FIELD(data,
repeats           283 drivers/net/ethernet/qlogic/qed/qed_init_ops.c 		for (i = 0; i < repeats; i++, addr += size << 2) {
repeats           124 drivers/staging/comedi/drivers/adv_pci1760.c 	int repeats;
repeats           139 drivers/staging/comedi/drivers/adv_pci1760.c 	for (repeats = 0; repeats < PCI1760_CMD_RETRIES; repeats++) {
repeats           891 drivers/staging/speakup/kobjects.c 	__ATTR(repeats, 0644, punc_show, punc_store);
repeats          2851 fs/xfs/xfs_log.c 	int			repeats = 0;
repeats          2867 fs/xfs/xfs_log.c 		repeats++;
repeats          2893 fs/xfs/xfs_log.c 		if (repeats > 5000) {
repeats          2894 fs/xfs/xfs_log.c 			flushcnt += repeats;
repeats          2895 fs/xfs/xfs_log.c 			repeats = 0;
repeats           167 include/sound/sof/topology.h 	int32_t repeats;
repeats            35 tools/testing/selftests/vm/gup_benchmark.c 	int i, fd, filed, opt, nr_pages = 1, thp = -1, repeats = 1, write = 0;
repeats            46 tools/testing/selftests/vm/gup_benchmark.c 			repeats = atoi(optarg);
repeats           107 tools/testing/selftests/vm/gup_benchmark.c 	for (i = 0; i < repeats; i++) {