Searched refs:repeat (Results 26 - 50 of 210) sorted by relevance

123456789

/linux-master/arch/alpha/boot/
H A Dstdio.c136 repeat:
139 case '-': flags |= LEFT; goto repeat;
140 case '+': flags |= PLUS; goto repeat;
141 case ' ': flags |= SPACE; goto repeat;
142 case '#': flags |= SPECIAL; goto repeat;
143 case '0': flags |= ZEROPAD; goto repeat;
/linux-master/tools/testing/selftests/kvm/lib/
H A Dguest_sprintf.c147 repeat:
152 goto repeat;
155 goto repeat;
158 goto repeat;
161 goto repeat;
164 goto repeat;
/linux-master/drivers/leds/trigger/
H A Dledtrig-pattern.c31 int repeat; member in struct:pattern_trig_data
43 data->repeat--;
79 if (!data->is_indefinite && !data->repeat)
129 data->npatterns, data->repeat);
150 int repeat; local
154 repeat = data->last_repeat;
158 return sysfs_emit(buf, "%d\n", repeat);
183 data->last_repeat = data->repeat = res;
184 /* -1 means repeat indefinitely */
185 if (data->repeat
[all...]
/linux-master/net/bpf/
H A Dtest_run.c62 u32 repeat, int *err, u32 *duration)
66 if (t->i >= repeat) {
284 u32 repeat)
295 batch_sz = min_t(u32, repeat, xdp->batch_size);
367 u32 repeat, u32 batch_size, u32 *time)
374 if (!repeat)
375 repeat = 1;
384 ret = xdp_test_run_batch(&xdp, prog, repeat - t.i);
387 } while (bpf_test_timer_continue(&t, xdp.frame_cnt, repeat, &ret, time));
394 static int bpf_test_run(struct bpf_prog *prog, void *ctx, u32 repeat, argument
283 xdp_test_run_batch(struct xdp_test_data *xdp, struct bpf_prog *prog, u32 repeat) argument
366 bpf_test_run_xdp_live(struct bpf_prog *prog, struct xdp_buff *ctx, u32 repeat, u32 batch_size, u32 *time) argument
963 u32 repeat = kattr->test.repeat; local
1159 u32 repeat = kattr->test.repeat; local
1319 u32 repeat = kattr->test.repeat; local
1387 u32 repeat = kattr->test.repeat; local
1590 u32 repeat = kattr->test.repeat; local
[all...]
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-p2m.c30 int repeat, u32 ext_size)
46 repeat, ext_size);
126 int repeat, u32 ext_size)
135 if (repeat) {
138 SOLO_P2M_REPEAT(repeat);
147 int repeat, u32 ext_size)
151 solo_p2m_fill_desc(&desc[1], wr, dma_addr, ext_addr, size, repeat,
28 solo_p2m_dma(struct solo_dev *solo_dev, int wr, void *sys_addr, u32 ext_addr, u32 size, int repeat, u32 ext_size) argument
124 solo_p2m_fill_desc(struct solo_p2m_desc *desc, int wr, dma_addr_t dma_addr, u32 ext_addr, u32 size, int repeat, u32 ext_size) argument
145 solo_p2m_dma_t(struct solo_dev *solo_dev, int wr, dma_addr_t dma_addr, u32 ext_addr, u32 size, int repeat, u32 ext_size) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtype_cast.c18 .repeat = 1,
52 .repeat = 1,
H A Dsignal_pending.c22 .repeat = 0xffffffff,
H A Draw_tp_writable_test_run.c62 .repeat = 1,
H A Dglobal_func_args.c48 .repeat = 1,
H A Dxdp.c22 .repeat = 1,
H A Ddynptr.c76 .repeat = 1,
H A Dkfunc_call.c110 topts.repeat = 1;
176 topts.repeat = 1;
239 .repeat = 1,
263 .repeat = 1,
H A Dfor_each.c22 .repeat = 1,
88 .repeat = 1,
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_4k.c84 repeat:
108 goto repeat;
H A Dhash_hugepage.c133 repeat:
154 goto repeat;
H A Dhash_64k.c158 repeat:
204 goto repeat;
294 repeat:
319 goto repeat;
/linux-master/drivers/s390/cio/
H A Dcrw.c68 repeat:
132 goto repeat;
/linux-master/tools/perf/bench/
H A Dbreakpoint.c88 int *repeat = (int *)arg; local
95 while (__atomic_fetch_sub(repeat, 1, __ATOMIC_RELAXED) > 0) {
115 int repeat = bench_repeat; local
142 if (pthread_create(&parallel[i], NULL, breakpoint_thread, &repeat))
/linux-master/drivers/leds/
H A Dleds-el15203000.c141 u32 len, int repeat)
145 if (repeat > 0 || len != 2 ||
192 u32 len, int repeat)
197 if (repeat > 0)
139 el15203000_pattern_set_S(struct led_classdev *ldev, struct led_pattern *pattern, u32 len, int repeat) argument
190 el15203000_pattern_set_P(struct led_classdev *ldev, struct led_pattern *pattern, u32 len, int repeat) argument
/linux-master/fs/erofs/
H A Dutils.c58 repeat:
65 goto repeat;
81 repeat:
92 goto repeat;
/linux-master/fs/nilfs2/
H A Dpage.c252 repeat:
286 goto repeat;
306 repeat:
354 goto repeat;
510 repeat:
548 goto repeat;
/linux-master/drivers/gpu/drm/tegra/
H A Ddp.c622 unsigned int repeat; local
628 for (repeat = 1; repeat < 5; repeat++) {
678 unsigned int repeat; local
687 for (repeat = 1; repeat < 5; repeat++) {
/linux-master/drivers/i2c/busses/
H A Di2c-uniphier-f.c248 bool repeat)
262 if (!repeat)
314 struct i2c_msg *msg, bool repeat,
340 uniphier_fi2c_tx_init(priv, msg->addr, repeat);
347 if (!repeat)
411 bool repeat = false; local
422 ret = uniphier_fi2c_master_xfer_one(adap, msg, repeat, stop);
426 repeat = !stop;
247 uniphier_fi2c_tx_init(struct uniphier_fi2c_priv *priv, u16 addr, bool repeat) argument
313 uniphier_fi2c_master_xfer_one(struct i2c_adapter *adap, struct i2c_msg *msg, bool repeat, bool stop) argument
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-sanyo.c26 /* a repeat code has no data */
109 /* repeat codes */
110 .repeat = 108, /* 108 ms */
118 .minlen = 0, /* repeat code has no data */
/linux-master/include/linux/input/
H A Dadp5589.h152 bool repeat; /* Enable key repeat */ member in struct:adp5589_kpad_platform_data

Completed in 335 milliseconds

123456789