Searched refs:repeat (Results 126 - 150 of 210) sorted by last modified time

123456789

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_nf.c63 .repeat = 1,
H A Dcheck_mtu.c87 .repeat = 1,
144 .repeat = 1,
H A Ddynptr.c76 .repeat = 1,
H A Dxdp_do_redirect.c76 .repeat = 1,
103 .repeat = NUM_PKTS,
H A Dparse_tcp_hdr_opt.c39 .repeat = 3,
69 .repeat = 3,
H A Drbtree.c17 .repeat = 1,
39 .repeat = 1,
61 .repeat = 1,
85 .repeat = 1,
H A Dmap_kptr.c15 .repeat = 1,
H A Dl4lb_all.c34 .repeat = NUM_ITER,
H A Dxdp_adjust_tail.c17 .repeat = 1,
52 .repeat = 1,
90 .repeat = 1,
H A Dprog_run_opts.c31 .repeat = 1,
56 run_cnt += topts.repeat;
61 topts.repeat = 2;
69 run_cnt += topts.repeat;
H A Djit_probe_mem.c13 .repeat = 1,
/linux-master/sound/core/seq/
H A Dseq_clientmgr.c1013 repeat:
1102 goto repeat;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c248 unsigned long delay = HZ / 10; /* repeat startups after failure */
249 bool repeat = false; local
270 repeat = true;
276 if (repeat)
/linux-master/fs/reiserfs/
H A Dfix_node.c2627 /* FIXME: maybe -ENOMEM when tb->vn_buf == 0? Now just repeat */
2634 goto repeat;
2643 goto repeat;
2652 goto repeat;
2657 goto repeat;
2665 goto repeat;
2706 goto repeat;
2712 goto repeat;
2715 repeat:
/linux-master/sound/core/
H A Dump_convert.c33 u16 val, repeat; local
38 repeat = src & 0x3f;
39 return val | (repeat << 3) | (repeat >> 3);
44 u32 val, repeat; local
49 repeat = src & 0x3f;
50 return val | (repeat << 19) | (repeat << 13) |
51 (repeat << 7) | (repeat <<
56 u32 val, repeat; local
[all...]
/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/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/scripts/kconfig/
H A Dstreamline_config.pl434 my $repeat = 1;
465 $repeat = 1; # do again
533 $repeat = 1;
543 $repeat = 1;
545 while ($repeat) {
546 $repeat = 0;
585 while ($repeat) {
589 $repeat = 0;
/linux-master/net/core/
H A Dnetpoll.c295 repeat:
304 goto repeat;
/linux-master/fs/udf/
H A Dballoc.c254 repeat:
360 goto repeat;
/linux-master/drivers/input/keyboard/
H A Dadp5589-keys.c906 if (pdata->repeat)
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c2425 repeat:
2441 goto repeat;
2462 repeat:
2478 goto repeat;
2536 goto repeat;
/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/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/sound/usb/line6/
H A Dmidibuf.c130 int repeat = 0; local
173 repeat = 1;
224 memcpy(data + repeat, this->buf + this->pos_read, length);
229 memcpy(data + repeat, this->buf + this->pos_read, length1);
230 memcpy(data + repeat + length1, this->buf, length2);
234 if (repeat)
238 return length + repeat;

Completed in 455 milliseconds

123456789