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

123456789

/linux-master/fs/kernfs/
H A Ddir.c560 repeat:
583 goto repeat;
/linux-master/kernel/
H A Dworkqueue.c2196 repeat:
2201 goto repeat;
2226 goto repeat;
2366 * repeat pwq selection. Note that unbound pwqs never die without
3469 repeat:
3567 goto repeat;
3636 bool repeat; local
3653 repeat = need_more_worker(pool);
3661 if (repeat) {
4071 * flusher and repeat cascadin
[all...]
H A Dexit.c247 repeat:
289 goto repeat;
/linux-master/fs/ext4/
H A Dmballoc.c2849 repeat:
2867 goto repeat;
2971 goto repeat;
5526 repeat:
5545 goto repeat;
5573 goto repeat;
6012 repeat:
6022 goto repeat;
6203 repeat:
6234 goto repeat;
[all...]
H A Dextents.c1408 repeat:
1455 goto repeat;
3881 * repeat fallocate creation request
5644 goto repeat;
5688 goto repeat;
5709 goto repeat;
5735 goto repeat;
5777 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/drivers/acpi/
H A Dec.c760 int repeat = 5; /* number of command restarts */ local
762 while (repeat--) {
/linux-master/net/netfilter/
H A Dnfnetlink_queue.c238 repeat:
244 goto repeat;
/linux-master/tools/lib/bpf/
H A Dbpf.c990 attr.test.repeat = OPTS_GET(opts, repeat, 0);
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c1599 repeat:
1662 goto repeat;
/linux-master/tools/perf/
H A Dbuiltin-report.c1564 repeat:
1804 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.c144 .repeat = 1,
/linux-master/fs/f2fs/
H A Ddata.c3560 goto repeat;
3573 repeat:
3606 goto repeat;
3639 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 674 milliseconds

123456789