Searched refs:repeat (Results 101 - 125 of 210) sorted by relevance

123456789

/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/mm/
H A Dfilemap.c1227 repeat:
1302 goto repeat;
1814 repeat:
1818 goto repeat;
1827 goto repeat;
1831 goto repeat;
1860 repeat:
1881 goto repeat;
1942 goto repeat;
3708 repeat
[all...]
/linux-master/drivers/net/ethernet/amd/
H A Damd8111e.c103 unsigned int repeat = REPEAT_CNT; local
114 } while (--repeat && (reg_val & PHY_CMD_ACTIVE));
130 unsigned int repeat = REPEAT_CNT; local
144 } while (--repeat && (reg_val & PHY_CMD_ACTIVE));
839 unsigned int repeat = REPEAT_CNT; local
846 while (--repeat && (status & MIB_CMD_ACTIVE));
/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/tools/testing/radix-tree/
H A Didr-test.c482 repeat:
498 goto repeat;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpno.c117 pfn_param.repeat = BRCMF_PNO_REPEAT;
348 brcmf_err("[%d] period %u max %u repeat %u flag %x idx %u\n",
351 fw_buckets[i].repeat, fw_buckets[i].flag,
H A Dfwil_types.h994 * @repeat: minimum number of scan intervals before scan frequency changes
1007 u8 repeat; member in struct:brcmf_pno_param_le
1165 * @repeat: number of scan at interval for exponential scan.
1173 __le16 repeat; member in struct:brcmf_gscan_bucket_config
/linux-master/drivers/acpi/apei/
H A Dapei-base.c300 repeat:
313 goto repeat;
/linux-master/fs/reiserfs/
H A Dfix_node.c2627 /* FIXME: maybe -ENOMEM when tb->vn_buf == 0? Now just repeat */
2634 goto repeat;
2643 goto repeat;
2652 goto repeat;
2657 goto repeat;
2665 goto repeat;
2706 goto repeat;
2712 goto repeat;
2715 repeat:
H A Dinode.c652 int repeat, retval = 0; local
755 repeat =
764 if (repeat == NO_DISK_SPACE || repeat == QUOTA_EXCEEDED) {
769 repeat =
773 if (repeat != NO_DISK_SPACE && repeat != QUOTA_EXCEEDED) {
776 if (repeat == QUOTA_EXCEEDED)
/linux-master/arch/x86/mm/
H A Dinit_32.c288 repeat:
383 goto repeat;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dexceptions.c22 .repeat = 1,
/linux-master/drivers/leds/
H A Dleds-sc27xx-bltc.c173 u32 len, int repeat)
171 sc27xx_led_pattern_set(struct led_classdev *ldev, struct led_pattern *pattern, u32 len, int repeat) argument
/linux-master/drivers/iio/orientation/
H A Dhid-sensor-rotation.c62 chan->scan_type.repeat = 4;
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dioctl.h397 u16 repeat; member in struct:mwifiex_mef_filter
/linux-master/include/linux/
H A Dleds.h157 struct led_pattern *pattern, u32 len, int repeat);
/linux-master/tools/bpf/bpftool/
H A Dprog.c1275 unsigned int repeat = 1; local
1350 } else if (is_prefix(*argv, "repeat")) {
1357 repeat = strtoul(*argv, &endptr, 0);
1359 p_err("can't parse %s as repeat number",
1365 p_err("expected no more arguments, 'data_in', 'data_out', 'data_size_out', 'ctx_in', 'ctx_out', 'ctx_size_out' or 'repeat', got: '%s'?",
1395 test_attr.repeat = repeat;
1431 repeat > 1 ? " (average)" : "", test_attr.duration);
2468 " [repeat N]\n"
/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/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c644 time_cmd.repeat = 1;
1138 time_cmd.repeat = 1;
1325 time_cmd.repeat = 1;
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.
/linux-master/drivers/media/firewire/
H A Dfiredtv-avc.c1390 repeat:
1432 goto repeat;
1448 repeat:
1473 goto repeat;
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c377 if (this_attr->c->scan_type.repeat > 1)
383 this_attr->c->scan_type.repeat,
710 if (ch->scan_type.repeat > 1)
711 bytes *= ch->scan_type.repeat;
/linux-master/fs/erofs/
H A Dzdata.c968 repeat:
1045 goto repeat;
1428 repeat:
1495 goto repeat;
/linux-master/tools/perf/
H A Dbuiltin-top.c635 repeat:
652 goto repeat;
691 repeat:
717 goto repeat;
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c409 repeat:
426 goto repeat;
2031 repeat:
2050 goto repeat;

Completed in 327 milliseconds

123456789