Searched refs:repeat (Results 76 - 100 of 210) sorted by last modified time

123456789

/linux-master/drivers/md/
H A Dmd.c2745 repeat:
2901 goto repeat;
9124 repeat:
9156 goto repeat;
/linux-master/drivers/block/drbd/
H A Ddrbd_nl.c2650 repeat:
2672 goto repeat;
/linux-master/drivers/block/
H A Dataflop.c839 repeat:
846 goto repeat;
/linux-master/drivers/acpi/
H A Dec.c760 int repeat = 5; /* number of command restarts */ local
762 while (repeat--) {
/linux-master/mm/
H A Dmemblock.c622 repeat:
678 * If this was the first round, resize array and repeat for actual
686 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
/linux-master/fs/
H A Dnamespace.c3493 repeat:
3508 goto repeat;
H A Dsplice.c529 repeat:
552 goto repeat;
H A Dfile.c221 repeat:
237 goto repeat;
507 repeat:
533 goto repeat;
/linux-master/kernel/cgroup/
H A Dcgroup.c4860 repeat:
4895 goto repeat;
4900 goto repeat;
4904 goto repeat;
/linux-master/drivers/usb/host/
H A Dxhci-mtk.h71 * (@repeat==1) scheduled within the interval
83 * @repeat: the time gap between two uframes that transfers are
92 * according to @pkts and @repeat, repeate the burst multiple
94 * according to @pkts and @repeat. normal mode is used by
117 u32 repeat; member in struct:mu3h_sch_ep_info
/linux-master/drivers/input/mouse/
H A Delan_i2c_core.c190 int repeat = ETP_RETRY_COUNT; local
199 } while (--repeat > 0);
208 int repeat = ETP_RETRY_COUNT; local
217 } while (--repeat > 0);
317 int repeat = ETP_RETRY_COUNT; local
327 } while (--repeat > 0);
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c377 if (this_attr->c->scan_type.repeat > 1)
383 this_attr->c->scan_type.repeat,
710 if (ch->scan_type.repeat > 1)
711 bytes *= ch->scan_type.repeat;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_context_test_run.c39 .repeat = 1,
H A Dsockmap_basic.c144 .repeat = 1,
H A Dlocal_kptr_stash.c14 .repeat = 1,
35 .repeat = 1,
56 .repeat = 1,
77 .repeat = 1,
102 .repeat = 1,
H A Dfexit_bpf2bpf.c73 .repeat = 1,
240 .repeat = 1,
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dioctl.h397 u16 repeat; member in struct:mwifiex_mef_filter
/linux-master/drivers/mmc/core/
H A Dmmc_test.c409 struct scatterlist *sglist, int repeat,
444 } while (sz && repeat);
408 mmc_test_map_sg(struct mmc_test_mem *mem, unsigned long size, struct scatterlist *sglist, int repeat, unsigned int max_segs, unsigned int max_seg_sz, unsigned int *sg_len, int min_sg_len) argument
/linux-master/fs/ramfs/
H A Dfile-nommu.c226 repeat:
251 goto repeat; /* loop if pages are missing */
/linux-master/fs/jfs/
H A Djfs_dtree.c2762 repeat:
2779 goto repeat;
/linux-master/fs/jbd2/
H A Dtransaction.c382 repeat:
401 goto repeat;
415 goto repeat;
428 goto repeat;
440 goto repeat;
981 repeat:
1112 goto repeat;
1134 goto repeat;
1408 repeat:
1420 goto repeat;
[all...]
H A Djournal.c358 repeat:
407 goto repeat;
2918 repeat:
2932 goto repeat;
/linux-master/fs/gfs2/
H A Dlog.c1051 repeat:
1093 goto repeat;
/linux-master/lib/
H A Ddebugobjects.c976 repeat:
991 goto repeat;

Completed in 375 milliseconds

123456789