| /linux-6.15/scripts/genksyms/ |
| H A D | lex.l | 146 repeat: 229 goto repeat; 236 goto repeat; 253 goto repeat; 261 goto repeat; 263 goto repeat; 273 goto repeat; 281 goto repeat; 283 goto repeat; 312 goto repeat; [all …]
|
| /linux-6.15/fs/jffs2/ |
| H A 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 ((outpos + repeat) > destlen) { in jffs2_rtime_decompress() 101 if (backoffs + repeat >= outpos) { in jffs2_rtime_decompress() 102 while(repeat) { in jffs2_rtime_decompress() 104 repeat--; in jffs2_rtime_decompress() 107 memcpy(&cpage_out[outpos],&cpage_out[backoffs],repeat); in jffs2_rtime_decompress() 108 outpos+=repeat; in jffs2_rtime_decompress()
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | arena_spin_lock.c | 19 static int repeat; variable 29 .repeat = repeat, in spin_lock_thread() 69 skel->bss->limit = repeat * 16; in test_arena_spin_lock_size() 87 ASSERT_EQ(skel->bss->counter, repeat * 16, "check counter value"); in test_arena_spin_lock_size() 98 repeat = 1000; in test_arena_spin_lock() 105 repeat = 100; in test_arena_spin_lock()
|
| H A D | rbtree.c | 17 .repeat = 1, in test_rbtree_add_nodes() 39 .repeat = 1, in test_rbtree_add_nodes_nested() 61 .repeat = 1, in test_rbtree_add_and_remove() 83 .repeat = 1, in test_rbtree_add_and_remove_array() 104 .repeat = 1, in test_rbtree_first_and_remove() 128 .repeat = 1, in test_rbtree_api_release_aliasing()
|
| H A 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()
|
| H A D | local_kptr_stash.c | 14 .repeat = 1, in test_local_kptr_stash_simple() 35 .repeat = 1, in test_local_kptr_stash_plain() 56 .repeat = 1, in test_local_kptr_stash_local_with_root() 77 .repeat = 1, in test_local_kptr_stash_unstash() 102 .repeat = 1, in test_refcount_acquire_without_unstash()
|
| H A D | res_spin_lock.c | 23 .repeat = 10000, in spin_lock_thread() 42 .repeat = 1, in test_res_spin_lock_success() 80 topts.repeat = 1000; in test_res_spin_lock_success()
|
| H A D | ksyms_module.c | 16 .repeat = 1, in test_ksyms_module_lskel() 43 .repeat = 1, in test_ksyms_module_libbpf()
|
| /linux-6.15/sound/core/ |
| H A D | ump_convert.c | 33 u16 val, repeat; in upscale_7_to_16bit() local 38 repeat = src & 0x3f; in upscale_7_to_16bit() 39 return val | (repeat << 3) | (repeat >> 3); in upscale_7_to_16bit() 44 u32 val, repeat; in upscale_7_to_32bit() local 49 repeat = src & 0x3f; in upscale_7_to_32bit() 50 return val | (repeat << 19) | (repeat << 13) | in upscale_7_to_32bit() 51 (repeat << 7) | (repeat << 1) | (repeat >> 5); in upscale_7_to_32bit() 56 u32 val, repeat; in upscale_14_to_32bit() local 61 repeat = src & 0x1fff; in upscale_14_to_32bit() 62 return val | (repeat << 5) | (repeat >> 8); in upscale_14_to_32bit()
|
| /linux-6.15/kernel/power/ |
| H A 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-6.15/net/bpf/ |
| H A D | test_run.c | 380 if (!repeat) in bpf_test_run_xdp_live() 381 repeat = 1; in bpf_test_run_xdp_live() 421 if (!repeat) in bpf_test_run() 422 repeat = 1; in bpf_test_run() 985 u32 repeat = kattr->test.repeat; in bpf_prog_test_run_skb() local 1208 u32 repeat = kattr->test.repeat; in bpf_prog_test_run_xdp() local 1368 u32 repeat = kattr->test.repeat; in bpf_prog_test_run_flow_dissector() local 1389 if (!repeat) in bpf_prog_test_run_flow_dissector() 1390 repeat = 1; in bpf_prog_test_run_flow_dissector() 1436 u32 repeat = kattr->test.repeat; in bpf_prog_test_run_sk_lookup() local [all …]
|
| /linux-6.15/sound/usb/line6/ |
| H A D | midibuf.c | 130 int repeat = 0; in line6_midibuf_read() local 173 repeat = 1; in line6_midibuf_read() 224 memcpy(data + repeat, this->buf + this->pos_read, length); in line6_midibuf_read() 229 memcpy(data + repeat, this->buf + this->pos_read, length1); in line6_midibuf_read() 230 memcpy(data + repeat + length1, this->buf, length2); in line6_midibuf_read() 234 if (repeat) in line6_midibuf_read() 238 return length + repeat; in line6_midibuf_read()
|
| /linux-6.15/scripts/kconfig/ |
| H A D | streamline_config.pl | 436 my $repeat = 1; 467 $repeat = 1; # do again 543 $repeat = 1; 553 $repeat = 1; 555 while ($repeat) { 556 $repeat = 0; 595 while ($repeat) { 599 $repeat = 0;
|
| /linux-6.15/arch/x86/boot/ |
| H A 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-6.15/drivers/leds/trigger/ |
| H A D | ledtrig-pattern.c | 38 int repeat; member 51 data->repeat--; in pattern_trig_update_patterns() 112 if (!data->is_indefinite && !data->repeat) in pattern_trig_timer_common_function() 164 if (!data->is_indefinite && !data->repeat) in pattern_trig_hrtimer_function() 179 data->npatterns, data->repeat); in pattern_trig_start_pattern() 199 int repeat; in repeat_show() local 203 repeat = data->last_repeat; in repeat_show() 207 return sysfs_emit(buf, "%d\n", repeat); in repeat_show() 232 data->last_repeat = data->repeat = res; in repeat_store() 234 if (data->repeat == -1) in repeat_store() [all …]
|
| /linux-6.15/Documentation/leds/ |
| H A D | leds-st1202.rst | 25 /sys/class/leds/<led>/repeat 28 Specify a pattern repeat number, which is common for all channels. 31 This file will always return the originally written repeat number. 33 When the 255 value is written to it, all patterns will repeat
|
| /linux-6.15/arch/alpha/boot/ |
| H A 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-6.15/tools/testing/selftests/kvm/lib/ |
| H A D | guest_sprintf.c | 147 repeat: in guest_vsnprintf() 152 goto repeat; in guest_vsnprintf() 155 goto repeat; in guest_vsnprintf() 158 goto repeat; in guest_vsnprintf() 161 goto repeat; in guest_vsnprintf() 164 goto repeat; in guest_vsnprintf()
|
| /linux-6.15/arch/powerpc/boot/ |
| H A 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-6.15/drivers/media/pci/solo6x10/ |
| H A 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-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-led-trigger-pattern | 39 What: /sys/class/leds/<led>/repeat 43 Specify a pattern repeat number. -1 means repeat indefinitely, 46 This file will always return the originally written repeat
|
| /linux-6.15/drivers/i2c/busses/ |
| H A D | i2c-uniphier-f.c | 248 bool repeat) in uniphier_fi2c_tx_init() argument 262 if (!repeat) in uniphier_fi2c_tx_init() 314 bool repeat, bool stop) in uniphier_fi2c_xfer_one() argument 339 uniphier_fi2c_tx_init(priv, msg->addr, repeat); in uniphier_fi2c_xfer_one() 346 if (!repeat) in uniphier_fi2c_xfer_one() 408 bool repeat = false; in uniphier_fi2c_xfer() local 419 ret = uniphier_fi2c_xfer_one(adap, msg, repeat, stop); in uniphier_fi2c_xfer() 423 repeat = !stop; in uniphier_fi2c_xfer()
|
| /linux-6.15/kernel/debug/kdb/ |
| H A D | kdb_main.c | 1567 last_repeat = repeat; in kdb_md() 1584 repeat = last_repeat; in kdb_md() 1586 mdcount = repeat; in kdb_md() 1606 repeat = mdcount; in kdb_md() 1664 last_repeat = repeat; in kdb_md() 1673 repeat = mdcount; in kdb_md() 1681 while (repeat > 0) { in kdb_md() 1695 n = min(num, repeat); in kdb_md() 1697 num, repeat, phys); in kdb_md() 1699 repeat -= n; in kdb_md() [all …]
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | vvar.h | 45 repeat: in vvar_read_begin() 49 goto repeat; in vvar_read_begin()
|
| /linux-6.15/lib/zstd/compress/ |
| H A D | zstd_compress_literals.c | 163 { HUF_repeat repeat = prevHuf->repeatMode; in ZSTD_compressLiterals() local 172 if (repeat == HUF_repeat_valid && lhSize == 3) singleStream = 1; in ZSTD_compressLiterals() 179 &repeat, flags); in ZSTD_compressLiterals() 181 if (repeat != HUF_repeat_none) { in ZSTD_compressLiterals()
|