Searched refs:repeat (Results 151 - 175 of 210) sorted by relevance

123456789

/linux-master/sound/pci/hda/
H A Dhda_controller.c1076 int repeat = 0; /* count for avoiding endless loop */ local
1115 } while (active && ++repeat < 10);
/linux-master/fs/ext4/
H A Dmballoc.c2861 repeat:
2880 goto repeat;
2984 goto repeat;
5539 repeat:
5558 goto repeat;
5586 goto repeat;
6025 repeat:
6035 goto repeat;
6217 repeat:
6248 goto repeat;
[all...]
H A Dextents.c1408 repeat:
1455 goto repeat;
3882 * repeat fallocate creation request
5645 goto repeat;
5689 goto repeat;
5710 goto repeat;
5736 goto repeat;
5778 repeat:
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c3313 mef_entry->filter[filt_num].repeat = 1;
3328 mef_entry->filter[filt_num].repeat = 1;
3377 mef_entry->filter[filt_num].repeat = 1;
3396 mef_entry->filter[filt_num].repeat = 16;
3407 mef_entry->filter[filt_num].repeat = 16;
/linux-master/mm/
H A Dshmem.c1974 repeat:
1994 goto repeat;
2007 goto repeat;
2052 goto repeat;
2059 goto repeat;
H A Dmemblock.c622 repeat:
678 * If this was the first round, resize array and repeat for actual
686 goto repeat;
/linux-master/fs/
H A Dlocks.c47 * lock (1). We then repeat the process recursively with those
2761 loff_t id, char *pfx, int repeat)
2781 if (repeat)
2782 seq_printf(f, "%*s", repeat - 1 + (int)strlen(pfx), pfx);
2760 lock_get_status(struct seq_file *f, struct file_lock_core *flc, loff_t id, char *pfx, int repeat) argument
H A Dsplice.c529 repeat:
552 goto repeat;
/linux-master/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c916 repeat:
2218 goto repeat;
/linux-master/drivers/mtd/ubi/
H A Dwl.c519 repeat:
535 goto repeat;
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c1638 repeat:
1702 goto repeat;
/linux-master/tools/lib/bpf/
H A Dbpf.c992 attr.test.repeat = OPTS_GET(opts, repeat, 0);
/linux-master/drivers/acpi/
H A Dec.c760 int repeat = 5; /* number of command restarts */ local
762 while (repeat--) {
/linux-master/tools/perf/
H A Dbuiltin-report.c1565 repeat:
1810 goto repeat;
/linux-master/kernel/
H A Dexit.c246 repeat:
288 goto repeat;
H A Dworkqueue.c2325 * repeat pwq selection. Note that unbound pwqs never die without
3446 repeat:
3544 goto repeat;
3613 bool repeat; local
3630 repeat = need_more_worker(pool);
3638 if (repeat) {
4049 * flusher and repeat cascading.
/linux-master/net/netfilter/
H A Dnfnetlink_queue.c240 repeat:
246 goto repeat;
/linux-master/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_types.h764 uint16 repeat; member in struct:__anon645::__anon646
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lru_map.c66 .repeat = 1,
/linux-master/drivers/macintosh/
H A Dadbhid.c285 adbhid_input_keycode(int id, int scancode, int repeat) argument
722 /* Stop the repeat timer. Autopoll is already off at this point */
/linux-master/drivers/input/keyboard/
H A Dadp5589-keys.c906 if (pdata->repeat)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c203 .repeat = 1,
/linux-master/fs/f2fs/
H A Ddata.c3584 goto repeat;
3597 repeat:
3630 goto repeat;
3663 goto 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/hwmon/
H A Dnct6775-core.c1078 const struct sensor_template_group *tg, int repeat)
1088 if (repeat <= 0)
1102 attrs = devm_kcalloc(dev, repeat * count + 1, sizeof(*attrs),
1107 su = devm_kzalloc(dev, array3_size(repeat, count, sizeof(*su)),
1115 for (i = 0; i < repeat; i++) {
1077 nct6775_add_template_attr_group(struct device *dev, struct nct6775_data *data, const struct sensor_template_group *tg, int repeat) argument

Completed in 434 milliseconds

123456789