Searched refs:repeat (Results 126 - 150 of 210) sorted by relevance

123456789

/linux-master/fs/
H A Dinode.c900 repeat:
909 goto repeat;
931 repeat:
940 goto repeat;
H A Ddcache.c902 repeat:
913 goto repeat;
1246 repeat:
1275 goto repeat;
2533 * it's not in-lookup anymore; in principle we should repeat
2536 * otherwise we really have to repeat the whole thing.
/linux-master/include/linux/iio/
H A Diio.h192 * @scan_type.repeat: Number of times real/storage bits repeats.
193 * When the repeat element is more than 1, then
194 * the type element in sysfs will show a repeat
253 u8 repeat; member in struct:iio_chan_spec::__anon402
/linux-master/fs/ocfs2/dlm/
H A Ddlmthread.c49 repeat:
55 goto repeat;
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_overlay.c201 int *repeat, bool interlace)
225 *repeat = skip_tab[repeat_skip];
200 meson_overlay_get_vertical_phase(unsigned int ratio_y, int *phase, int *repeat, bool interlace) argument
/linux-master/fs/udf/
H A Dballoc.c254 repeat:
360 goto repeat;
/linux-master/net/core/
H A Dnetpoll.c295 repeat:
304 goto repeat;
/linux-master/kernel/rcu/
H A Drefscale.c819 repeat:
870 goto repeat;
/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/kernel/
H A Dkthread.c816 repeat:
852 goto repeat;
/linux-master/lib/
H A Ddebugobjects.c976 repeat:
991 goto repeat;
/linux-master/fs/dlm/
H A Duser.c844 repeat:
850 goto repeat;
/linux-master/fs/kernfs/
H A Dfile.c898 repeat:
952 goto repeat;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c1403 repeat:
1418 goto repeat;
1789 repeat:
1857 goto repeat;
1883 goto repeat;
/linux-master/arch/sparc/lib/
H A DM7memcpy.S254 bgu,pt %xcc, .Lmedl64 ! repeat if at least 64 bytes left
343 bgu,pt %xcc, .Lmedw32 ! repeat if at least 32 bytes left
888 EX_ST(STORE(stb, %o3, %o0), memcpy_retl_o2_plus_7)! write byte & repeat
/linux-master/drivers/input/keyboard/
H A Dlm8323.c722 if (pdata->repeat)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlinked_list.c154 .repeat = 1,
/linux-master/fs/jbd2/
H A Djournal.c358 repeat:
407 goto repeat;
2918 repeat:
2932 goto repeat;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_loader.c514 .repeat = 1,
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S87 | or less than LEN -1 digits, adjust ILOG and repeat from
608 | or less than LEN -1 digits, adjust ILOG and repeat from
/linux-master/fs/gfs2/
H A Dlog.c1051 repeat:
1093 goto repeat;
/linux-master/drivers/block/
H A Dataflop.c839 repeat:
846 goto repeat;
/linux-master/drivers/auxdisplay/
H A Dpanel.c67 /* a key starts to repeat after this times INPUT_POLL_TIME */
550 /* signals, press, repeat, release */
563 /* signals, press, repeat, release */
1428 * strings <press>, <repeat>, <release> for these respective events.
1432 const char *repeat,
1453 strtomem_pad(key->u.kbd.repeat_str, repeat, '\0');
1431 panel_bind_key(const char *name, const char *press, const char *repeat, const char *release) argument
/linux-master/fs/nilfs2/
H A Dinode.c830 repeat:
845 goto repeat;
/linux-master/sound/pci/hda/
H A Dhda_controller.c1076 int repeat = 0; /* count for avoiding endless loop */ local
1117 } while (active && ++repeat < 10);

Completed in 323 milliseconds

123456789