Searched refs:repeat (Results 101 - 125 of 210) sorted by last modified time

123456789

/linux-master/tools/testing/selftests/bpf/prog_tests/
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 Dqueue_stack_map.c23 .repeat = 1,
H A Dlinked_list.c154 .repeat = 1,
H A Dexceptions.c22 .repeat = 1,
H A Drefcounted_kptr.c25 .repeat = 1,
H A Dkfunc_call.c110 topts.repeat = 1;
176 topts.repeat = 1;
239 .repeat = 1,
263 .repeat = 1,
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py1761 if not p or not e.repeat(p):
2259 def repeat(self, tgt): member in class:DevFunction
2260 # is the tgt call just a repeat of this call (e.g. are we in a loop)
5018 .pf:'+cgchk+' + label {background:url(\'data:image/svg+xml;utf,<?xml version="1.0" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" version="1.1"><circle cx="9" cy="9" r="8" stroke="black" stroke-width="1" fill="white"/><rect x="4" y="8" width="10" height="2" style="fill:black;stroke-width:0"/><rect x="8" y="4" width="2" height="10" style="fill:black;stroke-width:0"/></svg>\') no-repeat left center;}\n\
5019 .pf:'+cgnchk+' ~ label {background:url(\'data:image/svg+xml;utf,<?xml version="1.0" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" version="1.1"><circle cx="9" cy="9" r="8" stroke="black" stroke-width="1" fill="white"/><rect x="4" y="8" width="10" height="2" style="fill:black;stroke-width:0"/></svg>\') no-repeat left center;}\n\
/linux-master/drivers/input/keyboard/
H A Dadp5520-keys.c124 if (pdata->repeat)
H A Dlm8323.c722 if (pdata->repeat)
/linux-master/drivers/mtd/ubi/
H A Dwl.c519 repeat:
535 goto repeat;
/linux-master/drivers/s390/cio/
H A Dcrw.c68 repeat:
132 goto repeat;
/linux-master/drivers/iio/orientation/
H A Dhid-sensor-rotation.c62 chan->scan_type.repeat = 4;
/linux-master/kernel/
H A Dkthread.c816 repeat:
852 goto repeat;
/linux-master/fs/reiserfs/
H A Dinode.c652 int repeat, retval = 0; local
755 repeat =
764 if (repeat == NO_DISK_SPACE || repeat == QUOTA_EXCEEDED) {
769 repeat =
773 if (repeat != NO_DISK_SPACE && repeat != QUOTA_EXCEEDED) {
776 if (repeat == QUOTA_EXCEEDED)
/linux-master/drivers/leds/rgb/
H A Dleds-mt6370-rgb.c535 int repeat)
673 int repeat)
534 mt6370_mc_pattern_set(struct led_classdev *lcdev, struct led_pattern *pattern, u32 len, int repeat) argument
672 mt6370_isnk_pattern_set(struct led_classdev *lcdev, struct led_pattern *pattern, u32 len, int repeat) argument
/linux-master/drivers/leds/
H A Dleds-sc27xx-bltc.c173 u32 len, int repeat)
171 sc27xx_led_pattern_set(struct led_classdev *ldev, struct led_pattern *pattern, u32 len, int repeat) argument
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/arch/m68k/atari/
H A Datakeyb.c131 * because then the keyboard repeat strikes...
140 repeat:
166 goto repeat;
308 goto repeat;
/linux-master/kernel/rcu/
H A Drefscale.c819 repeat:
870 goto repeat;
/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/net/wireless/intel/iwlwifi/fw/api/
H A Dtime-event.h205 * @repeat: how many repetitions to do, can be TE_REPEAT_ENDLESS
225 u8 repeat; member in struct:iwl_time_event_cmd
/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/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/arch/alpha/lib/
H A Dev6-clear_user.S140 subq $1, 16, $4 # .. .. E .. : Forward calculation - repeat the loop?
/linux-master/drivers/media/firewire/
H A Dfiredtv-avc.c1390 repeat:
1432 goto repeat;
1448 repeat:
1473 goto repeat;

Completed in 347 milliseconds

123456789