Searched refs:repeat (Results 26 - 50 of 210) sorted by last modified time

123456789

/linux-master/fs/f2fs/
H A Dcheckpoint.c45 repeat:
49 goto repeat;
76 repeat:
80 goto repeat;
98 goto repeat;
1826 repeat:
1835 goto repeat;
/linux-master/fs/dlm/
H A Duser.c844 repeat:
850 goto repeat;
/linux-master/fs/
H A Dinode.c900 repeat:
909 goto repeat;
931 repeat:
940 goto repeat;
/linux-master/fs/ext4/
H A Dmballoc.c2849 repeat:
2867 goto repeat;
2971 goto repeat;
5526 repeat:
5545 goto repeat;
5573 goto repeat;
6012 repeat:
6022 goto repeat;
6203 repeat:
6234 goto repeat;
[all...]
H A Dextents.c1408 repeat:
1455 goto repeat;
3881 * repeat fallocate creation request
5644 goto repeat;
5688 goto repeat;
5709 goto repeat;
5735 goto repeat;
5777 repeat:
/linux-master/drivers/mtd/nand/raw/
H A Dnand_hynix.c145 * @repeat: the size of the in array
152 * It's based on a pretty simple assumption: if we repeat the same value
158 static int hynix_get_majority(const u8 *in, int repeat, u8 *out) argument
160 int i, j, half = repeat / 2;
164 * that the value is at least occurring repeat / 2 times.
175 for (j = i + 1; j < repeat; j++) {
180 /* We found a value occurring more than repeat / 2. */
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c409 repeat:
426 goto repeat;
2031 repeat:
2050 goto repeat;
H A Dhash_hugepage.c133 repeat:
154 goto repeat;
/linux-master/tools/perf/
H A Dbuiltin-top.c635 repeat:
652 goto repeat;
691 repeat:
717 goto repeat;
H A Dbuiltin-report.c1564 repeat:
1804 goto repeat;
/linux-master/sound/pci/hda/
H A Dhda_controller.c1076 int repeat = 0; /* count for avoiding endless loop */ local
1117 } while (active && ++repeat < 10);
/linux-master/sound/core/
H A Dcontrol_led.c293 repeat:
297 goto repeat;
318 repeat:
325 goto repeat;
/linux-master/mm/
H A Dswap_slots.c332 repeat:
338 goto repeat;
/linux-master/include/linux/
H A Dleds.h157 struct led_pattern *pattern, u32 len, int repeat);
/linux-master/fs/nilfs2/
H A Dsegment.c717 repeat:
755 goto repeat;
H A Dsegbuf.c380 repeat:
397 goto repeat;
H A Dpage.c252 repeat:
286 goto repeat;
306 repeat:
354 goto repeat;
510 repeat:
548 goto repeat;
H A Dinode.c830 repeat:
845 goto repeat;
/linux-master/drivers/leds/rgb/
H A Dleds-qcom-lpg.c955 u32 len, int repeat)
973 if (repeat != -1 && repeat != 1)
1105 chan->ramp_oneshot = repeat != -1;
1124 int repeat)
1129 ret = lpg_pattern_set(led, pattern, len, repeat);
1140 int repeat)
1151 ret = lpg_pattern_set(led, pattern, len, repeat);
954 lpg_pattern_set(struct lpg_led *led, struct led_pattern *led_pattern, u32 len, int repeat) argument
1122 lpg_pattern_single_set(struct led_classdev *cdev, struct led_pattern *pattern, u32 len, int repeat) argument
1138 lpg_pattern_mc_set(struct led_classdev *cdev, struct led_pattern *pattern, u32 len, int repeat) argument
H A Dleds-ncp5623.c80 u32 len, int repeat)
78 ncp5623_pattern_set(struct led_classdev *cdev, struct led_pattern *pattern, u32 len, int repeat) argument
/linux-master/drivers/hwmon/
H A Dnct6683.c410 int repeat)
420 if (repeat <= 0)
434 attrs = devm_kcalloc(dev, repeat * count + 1, sizeof(*attrs),
439 su = devm_kzalloc(dev, array3_size(repeat, count, sizeof(*su)),
447 for (i = 0; i < repeat; i++) {
408 nct6683_create_attr_group(struct device *dev, const struct sensor_template_group *tg, int repeat) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dinit.c662 u16 repeat = init->repeat; local
667 init->repeat = init->offset;
670 init->offset = init->repeat;
676 init->repeat = repeat;
729 if (init->repeat) {
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c1403 repeat:
1418 goto repeat;
1789 repeat:
1857 goto repeat;
1883 goto repeat;
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.c702 fInt fLkg_FT, repeat; local
1001 repeat = fSubtract(fVDDC_base,
1005 fGetSquare(repeat)),
1006 fAdd(fMultiply(fMargin_RO_b, repeat),
1012 fMultiply(fSM_A2, repeat))));
1013 fDC_SCLK = fDivide(fDC_SCLK, fAdd(fMultiply(fSM_A0, repeat), fSM_A1));
/linux-master/drivers/base/power/
H A Druntime.c569 repeat:
633 goto repeat;
650 goto repeat;
739 goto repeat;
772 repeat:
821 goto repeat;
839 goto repeat;
902 goto repeat;

Completed in 425 milliseconds

123456789