Searched refs:repeat (Results 76 - 100 of 210) sorted by relevance

123456789

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dglobal_data.c140 .repeat = 1,
H A Dfexit_bpf2bpf.c73 .repeat = 1,
240 .repeat = 1,
H A Dmap_kptr.c15 .repeat = 1,
H A Dbpf_nf.c63 .repeat = 1,
/linux-master/lib/zstd/compress/
H A Dzstd_compress_superblock.c155 * The following sub-blocks will always have repeat mode.
203 const U32 repeat = set_repeat; local
204 *seqHead = (BYTE)((repeat<<6) + (repeat<<4) + (repeat<<2));
241 * with repeat mode where sequences section body size can be 1 byte.
421 * The following blocks will use repeat mode to compress.
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtime-event.h205 * @repeat: how many repetitions to do, can be TE_REPEAT_ENDLESS
225 u8 repeat; member in struct:iwl_time_event_cmd
/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;
/linux-master/fs/jbd2/
H A Dtransaction.c382 repeat:
401 goto repeat;
415 goto repeat;
428 goto repeat;
440 goto repeat;
981 repeat:
1112 goto repeat;
1134 goto repeat;
1408 repeat:
1420 goto repeat;
[all...]
/linux-master/tools/testing/ktest/
H A Dktest.pl1029 my $repeat = 1;
1062 $old_repeat = $repeat;
1064 $test_num += $repeat;
1066 $repeat = 1;
1107 $repeat = $1;
1108 $repeat_tests{"$test_num"} = $repeat;
1124 $repeat = $old_repeat;
1225 if ($repeat > 1) {
1226 $repeats{$val} = $repeat;
1251 $test_num += $repeat
[all...]
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-hw.c328 /* do the same for repeat timings if applicable */
329 if (decoder->repeat) {
341 * Fills out the repeat timings and timing register values for a specific clock
355 /* do the same for repeat timings if applicable */
356 if (decoder->repeat)
791 /* switch to repeat timings */
841 dev_dbg(priv->dev, "decoded repeat code\n");
844 dev_dbg(priv->dev, "decoded unexpected repeat code, ignoring\n");
853 if (dec->repeat && !hw->stopping) {
859 interval = dec->repeat
[all...]
/linux-master/lib/842/
H A D842_compress.c309 /* repeat param is 0-based */
529 /* repeat count bits are 0-based, so we stop at +1 */
531 goto repeat;
536 if (next == last) /* reached max repeat bits */
537 goto repeat;
548 repeat:
/linux-master/drivers/input/keyboard/
H A Dpmic8xxx-keypad.c504 bool repeat; local
520 repeat = !of_property_read_bool(np, "linux,input-no-autorepeat");
573 if (repeat)
H A Dadp5520-keys.c124 if (pdata->repeat)
/linux-master/drivers/input/mouse/
H A Delan_i2c_core.c190 int repeat = ETP_RETRY_COUNT; local
199 } while (--repeat > 0);
208 int repeat = ETP_RETRY_COUNT; local
217 } while (--repeat > 0);
317 int repeat = ETP_RETRY_COUNT; local
327 } while (--repeat > 0);
/linux-master/kernel/
H A Dstop_machine.c491 repeat:
522 goto repeat;
/linux-master/lib/zstd/common/
H A Dhuf.h200 * Same as HUF_compress4X_wksp(), but considers using hufTable if *repeat != HUF_repeat_none.
201 * If it uses hufTable it does not modify hufTable or repeat.
202 * If it doesn't, it sets *repeat = HUF_repeat_none, and it sets hufTable to the table used.
209 HUF_CElt* hufTable, HUF_repeat* repeat, int preferRepeat, int bmi2, unsigned suspectUncompressible);
306 * Same as HUF_compress1X_wksp(), but considers using hufTable if *repeat != HUF_repeat_none.
307 * If it uses hufTable it does not modify hufTable or repeat.
308 * If it doesn't, it sets *repeat = HUF_repeat_none, and it sets hufTable to the table used.
315 HUF_CElt* hufTable, HUF_repeat* repeat, int preferRepeat, int bmi2, unsigned suspectUncompressible);
/linux-master/drivers/leds/
H A Dleds-cht-wcove.c291 u32 len, int repeat)
295 if (repeat > 0 || len != 2 ||
289 cht_wc_leds_pattern_set(struct led_classdev *cdev, struct led_pattern *pattern, u32 len, int repeat) argument
/linux-master/tools/lib/bpf/
H A Dbpf.h464 int repeat; member in struct:bpf_prog_test_run_attr
659 int repeat; member in struct:bpf_test_run_opts
/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/fs/nilfs2/
H A Dsegbuf.c380 repeat:
397 goto repeat;
/linux-master/arch/alpha/lib/
H A Dev6-clear_user.S140 subq $1, 16, $4 # .. .. E .. : Forward calculation - repeat the loop?
/linux-master/fs/
H A Dfile.c221 repeat:
237 goto repeat;
507 repeat:
533 goto repeat;
/linux-master/drivers/usb/host/
H A Dxhci-mtk-sch.c319 sch_ep->repeat = 0;
370 sch_ep->repeat = !!(sch_ep->num_budget_microframes > 1);
1000 | EP_BREPEAT(sch_ep->repeat));
1004 sch_ep->offset, sch_ep->repeat);
/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;

Completed in 453 milliseconds

123456789