Searched refs:repeat (Results 51 - 75 of 210) sorted by relevance

123456789

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_noinline.c37 .repeat = NUM_ITER,
H A Dxdp_adjust_tail.c17 .repeat = 1,
52 .repeat = 1,
90 .repeat = 1,
H A Dtailcalls.c23 .repeat = 1,
159 .repeat = 1,
236 .repeat = 1,
420 .repeat = 1,
510 .repeat = 1,
598 .repeat = 1,
682 .repeat = 1,
762 .repeat = 1,
857 .repeat = 1,
937 .repeat
[all...]
H A Dtrace_ext.c30 .repeat = 1,
H A Dmap_lock.c11 .repeat = 10000,
H A Dl4lb_all.c34 .repeat = NUM_ITER,
H A Dqueue_stack_map.c23 .repeat = 1,
H A Dxdp_context_test_run.c39 .repeat = 1,
H A Dspin_lock.c121 .repeat = 10000,
H A Dxdp_do_redirect.c76 .repeat = 1,
103 .repeat = NUM_PKTS,
H A Dcheck_mtu.c87 .repeat = 1,
144 .repeat = 1,
/linux-master/lib/zstd/compress/
H A Dhuf_compress.c1180 HUF_CElt* oldHufTable, HUF_repeat* repeat, int preferRepeat,
1201 if (preferRepeat && repeat && *repeat == HUF_repeat_valid) {
1229 if ( repeat
1230 && *repeat == HUF_repeat_check
1232 *repeat = HUF_repeat_none;
1235 if (preferRepeat && repeat && *repeat != HUF_repeat_none) {
1260 if (repeat && *repeat !
1175 HUF_compress_internal(void* dst, size_t dstSize, const void* src, size_t srcSize, unsigned maxSymbolValue, unsigned huffLog, HUF_nbStreams_e nbStreams, void* workSpace, size_t wkspSize, HUF_CElt* oldHufTable, HUF_repeat* repeat, int preferRepeat, const int bmi2, unsigned suspectUncompressible) argument
1293 HUF_compress1X_repeat(void* dst, size_t dstSize, const void* src, size_t srcSize, unsigned maxSymbolValue, unsigned huffLog, void* workSpace, size_t wkspSize, HUF_CElt* hufTable, HUF_repeat* repeat, int preferRepeat, int bmi2, unsigned suspectUncompressible) argument
1324 HUF_compress4X_repeat(void* dst, size_t dstSize, const void* src, size_t srcSize, unsigned maxSymbolValue, unsigned huffLog, void* workSpace, size_t wkspSize, HUF_CElt* hufTable, HUF_repeat* repeat, int preferRepeat, int bmi2, unsigned suspectUncompressible) argument
[all...]
/linux-master/arch/m68k/atari/
H A Datakeyb.c131 * because then the keyboard repeat strikes...
140 repeat:
166 goto repeat;
308 goto repeat;
/linux-master/sound/core/seq/
H A Dseq_ump_convert.c34 u16 val, repeat; local
39 repeat = src & 0x3f;
40 return val | (repeat << 3) | (repeat >> 3);
45 u32 val, repeat; local
50 repeat = src & 0x3f;
51 return val | (repeat << 19) | (repeat << 13) |
52 (repeat << 7) | (repeat <<
57 u32 val, repeat; local
[all...]
/linux-master/fs/isofs/
H A Drock.c216 repeat:
294 goto repeat;
333 repeat:
588 goto repeat;
734 repeat:
774 goto repeat;
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10.h343 int repeat, u32 ext_size);
346 int repeat, u32 ext_size);
349 int repeat, u32 ext_size);
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-hw.h129 #define IMG_IR_REPEATCODE 1 /* repeat the previous code */
152 * @repeat: Maximum repeat interval (always in milliseconds).
158 * Returns IMG_IR_REPEATCODE to repeat previous code.
171 unsigned int repeat; member in struct:img_ir_decoder
193 * @rtimings: Processed repeat timings.
218 * @end_timer: Timer until repeat timeout.
H A Dimg-ir-nec.c17 /* a repeat code has no data */
157 /* repeat codes */
158 .repeat = 108, /* 108 ms */
166 .minlen = 0, /* repeat code has no data */
/linux-master/drivers/rtc/
H A Drtc-pic32.c244 unsigned int repeat; local
248 repeat = readw(base + PIC32_RTCALRM);
249 repeat &= PIC32_RTCALRM_ARPT;
250 seq_printf(seq, "periodic_IRQ\t: %s\n", repeat ? "yes" : "no");
/linux-master/drivers/usb/host/
H A Dxhci-mtk.h71 * (@repeat==1) scheduled within the interval
83 * @repeat: the time gap between two uframes that transfers are
92 * according to @pkts and @repeat, repeate the burst multiple
94 * according to @pkts and @repeat. normal mode is used by
117 u32 repeat; member in struct:mu3h_sch_ep_info
/linux-master/sound/core/
H A Dcontrol_led.c293 repeat:
297 goto repeat;
318 repeat:
325 goto repeat;
/linux-master/fs/ramfs/
H A Dfile-nommu.c226 repeat:
251 goto repeat; /* loop if pages are missing */
/linux-master/mm/
H A Dswap_slots.c332 repeat:
338 goto 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/include/linux/mfd/
H A Dadp5520.h173 unsigned repeat:1; /* Enable key repeat */ member in struct:adp5520_keys_platform_data

Completed in 179 milliseconds

123456789