/Linux-v6.1/scripts/genksyms/ |
D | lex.l | 138 repeat: 165 goto repeat; 184 goto repeat; 188 goto repeat; 192 goto repeat; 207 goto repeat; 222 goto repeat; 230 goto repeat; 249 goto repeat; 257 goto repeat; [all …]
|
/Linux-v6.1/fs/jffs2/ |
D | compr_rtime.c | 89 int repeat; in jffs2_rtime_decompress() local 93 repeat = data_in[pos++]; in jffs2_rtime_decompress() 97 if (repeat) { in jffs2_rtime_decompress() 98 if (backoffs + repeat >= outpos) { in jffs2_rtime_decompress() 99 while(repeat) { in jffs2_rtime_decompress() 101 repeat--; in jffs2_rtime_decompress() 104 memcpy(&cpage_out[outpos],&cpage_out[backoffs],repeat); in jffs2_rtime_decompress() 105 outpos+=repeat; in jffs2_rtime_decompress()
|
/Linux-v6.1/net/bpf/ |
D | test_run.c | 58 u32 repeat, int *err, u32 *duration) in bpf_test_timer_continue() argument 62 if (t->i >= repeat) { in bpf_test_timer_continue() 262 u32 repeat) in xdp_test_run_batch() argument 273 batch_sz = min_t(u32, repeat, xdp->batch_size); in xdp_test_run_batch() 345 u32 repeat, u32 batch_size, u32 *time) in bpf_test_run_xdp_live() argument 352 if (!repeat) in bpf_test_run_xdp_live() 353 repeat = 1; in bpf_test_run_xdp_live() 362 ret = xdp_test_run_batch(&xdp, prog, repeat - t.i); in bpf_test_run_xdp_live() 365 } while (bpf_test_timer_continue(&t, xdp.frame_cnt, repeat, &ret, time)); in bpf_test_run_xdp_live() 372 static int bpf_test_run(struct bpf_prog *prog, void *ctx, u32 repeat, in bpf_test_run() argument [all …]
|
/Linux-v6.1/drivers/leds/trigger/ |
D | ledtrig-pattern.c | 31 int repeat; member 43 data->repeat--; in pattern_trig_update_patterns() 79 if (!data->is_indefinite && !data->repeat) in pattern_trig_timer_function() 129 data->npatterns, data->repeat); in pattern_trig_start_pattern() 150 int repeat; in repeat_show() local 154 repeat = data->last_repeat; in repeat_show() 158 return scnprintf(buf, PAGE_SIZE, "%d\n", repeat); in repeat_show() 183 data->last_repeat = data->repeat = res; in repeat_store() 184 /* -1 means repeat indefinitely */ in repeat_store() 185 if (data->repeat == -1) in repeat_store() [all …]
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-class-led-trigger-pattern | 29 What: /sys/class/leds/<led>/repeat 33 Specify a pattern repeat number. -1 means repeat indefinitely, 36 This file will always return the originally written repeat
|
/Linux-v6.1/sound/usb/line6/ |
D | midibuf.c | 134 int repeat = 0; in line6_midibuf_read() local 164 repeat = 1; in line6_midibuf_read() 215 memcpy(data + repeat, this->buf + this->pos_read, length); in line6_midibuf_read() 220 memcpy(data + repeat, this->buf + this->pos_read, length1); in line6_midibuf_read() 221 memcpy(data + repeat + length1, this->buf, length2); in line6_midibuf_read() 225 if (repeat) in line6_midibuf_read() 229 return length + repeat; in line6_midibuf_read()
|
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | prog_run_opts.c | 31 .repeat = 1, in test_prog_run_opts() 56 run_cnt += topts.repeat; in test_prog_run_opts() 61 topts.repeat = 2; in test_prog_run_opts() 69 run_cnt += topts.repeat; in test_prog_run_opts()
|
/Linux-v6.1/kernel/power/ |
D | suspend_test.c | 78 repeat: in test_wakealarm() 118 goto repeat; in test_wakealarm() 153 char *repeat; in setup_test_suspend() local 162 repeat = strsep(&value, ","); in setup_test_suspend() 163 if (repeat) { in setup_test_suspend() 164 if (kstrtou32(repeat, 0, &test_repeat_count_max)) in setup_test_suspend()
|
/Linux-v6.1/drivers/media/rc/img-ir/ |
D | img-ir-hw.h | 129 #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 193 * @rtimings: Processed repeat timings. 218 * @end_timer: Timer until repeat timeout.
|
D | img-ir-sanyo.c | 26 /* a repeat code has no data */ in img_ir_sanyo_scancode() 109 /* repeat codes */ 110 .repeat = 108, /* 108 ms */ 118 .minlen = 0, /* repeat code has no data */
|
D | img-ir-nec.c | 17 /* a repeat code has no data */ in img_ir_nec_scancode() 157 /* repeat codes */ 158 .repeat = 108, /* 108 ms */ 166 .minlen = 0, /* repeat code has no data */
|
/Linux-v6.1/drivers/misc/habanalabs/include/common/ |
D | qman_if.h | 28 * BD_CTL_REPEAT_VALID tells the CP whether the repeat field in the BD CTL is 29 * valid. 1 means the repeat field is valid, 0 means not-valid, 30 * i.e. repeat == 1
|
/Linux-v6.1/fs/erofs/ |
D | utils.c | 40 repeat: in erofs_workgroup_get() 46 goto repeat; in erofs_workgroup_get() 60 repeat: in erofs_find_workgroup() 67 goto repeat; in erofs_find_workgroup() 89 repeat: in erofs_insert_workgroup() 100 goto repeat; in erofs_insert_workgroup()
|
/Linux-v6.1/drivers/usb/host/ |
D | xhci-mtk.h | 60 * (@repeat==1) scheduled within the interval 73 * @repeat: the time gap between two uframes that transfers are 82 * according to @pkts and @repeat, repeate the burst multiple 84 * according to @pkts and @repeat. normal mode is used by 107 u32 repeat; member
|
/Linux-v6.1/tools/perf/tests/shell/ |
D | stat.sh | 32 echo "stat repeat weak groups test" 36 echo "stat repeat weak groups test [Skipped event parsing failed]" 42 echo "stat repeat weak groups test [Failed]" 46 echo "stat repeat weak groups test [Success]"
|
/Linux-v6.1/drivers/media/pci/solo6x10/ |
D | solo6x10-p2m.c | 30 int repeat, u32 ext_size) in solo_p2m_dma() argument 46 repeat, ext_size); in solo_p2m_dma() 126 int repeat, u32 ext_size) in solo_p2m_fill_desc() argument 135 if (repeat) { in solo_p2m_fill_desc() 138 SOLO_P2M_REPEAT(repeat); in solo_p2m_fill_desc() 147 int repeat, u32 ext_size) in solo_p2m_dma_t() argument 151 solo_p2m_fill_desc(&desc[1], wr, dma_addr, ext_addr, size, repeat, in solo_p2m_dma_t()
|
/Linux-v6.1/tools/testing/selftests/lkdtm/ |
D | run.sh | 59 repeat=1 63 if echo "$expect" | grep -q '^repeat:' ; then 64 repeat=$(echo "$expect" | cut -d' ' -f1 | cut -d: -f2) 92 for i in $(seq 1 $repeat); do
|
/Linux-v6.1/arch/x86/boot/ |
D | printf.c | 136 repeat: in vsprintf() 141 goto repeat; in vsprintf() 144 goto repeat; in vsprintf() 147 goto repeat; in vsprintf() 150 goto repeat; in vsprintf() 153 goto repeat; in vsprintf()
|
/Linux-v6.1/arch/alpha/boot/ |
D | stdio.c | 136 repeat: in vsprintf() 139 case '-': flags |= LEFT; goto repeat; in vsprintf() 140 case '+': flags |= PLUS; goto repeat; in vsprintf() 141 case ' ': flags |= SPACE; goto repeat; in vsprintf() 142 case '#': flags |= SPECIAL; goto repeat; in vsprintf() 143 case '0': flags |= ZEROPAD; goto repeat; in vsprintf()
|
/Linux-v6.1/lib/zstd/compress/ |
D | zstd_compress_literals.c | 101 { HUF_repeat repeat = prevHuf->repeatMode; in ZSTD_compressLiterals() local 103 if (repeat == HUF_repeat_valid && lhSize == 3) singleStream = 1; in ZSTD_compressLiterals() 108 (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2) : in ZSTD_compressLiterals() 112 (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2); in ZSTD_compressLiterals() 113 if (repeat != HUF_repeat_none) { in ZSTD_compressLiterals()
|
/Linux-v6.1/drivers/gpu/drm/sti/ |
D | sti_awg_utils.c | 22 REPEAT, enumerator 39 /* skip, repeat and replay arg should not exceed 1023. in awg_generate_instr() 77 case REPEAT: in awg_generate_instr() 80 /* REPEAT or REPLAY instruction not needed */ in awg_generate_instr()
|
/Linux-v6.1/Documentation/driver-api/iio/ |
D | buffers.rst | 47 * *repeat*, specifies the number of bits/storagebits repetitions. When the 48 repeat element is 0 or 1, then the repeat value is omitted. 85 u8 repeat;
|
/Linux-v6.1/arch/mips/sibyte/swarm/ |
D | rtc_m41t81.c | 43 #define M41T81REG_ADT_RPT5 0x40 /* alarm repeat mode bit 5 */ 44 #define M41T81REG_ADT_RPT4 0x80 /* alarm repeat mode bit 4 */ 45 #define M41T81REG_AHR_RPT3 0x80 /* alarm repeat mode bit 3 */ 47 #define M41T81REG_AMN_RPT2 0x80 /* alarm repeat mode bit 2 */ 48 #define M41T81REG_ASC_RPT1 0x80 /* alarm repeat mode bit 1 */
|
/Linux-v6.1/arch/powerpc/boot/ |
D | stdio.c | 172 repeat: in vsprintf() 175 case '-': flags |= LEFT; goto repeat; in vsprintf() 176 case '+': flags |= PLUS; goto repeat; in vsprintf() 177 case ' ': flags |= SPACE; goto repeat; in vsprintf() 178 case '#': flags |= SPECIAL; goto repeat; in vsprintf() 179 case '0': flags |= ZEROPAD; goto repeat; in vsprintf()
|
/Linux-v6.1/lib/xz/ |
D | xz_lzma2.h | 35 * - Match: Repeat a chunk of data at some distance 36 * - Long repeat: Multi-byte match at a recently seen distance 37 * - Short repeat: One-byte repeat at a recently seen distance
|