Searched refs:repeat (Results 176 - 200 of 210) sorted by relevance

123456789

/linux-master/sound/core/seq/
H A Dseq_clientmgr.c1013 repeat:
1102 goto repeat;
/linux-master/drivers/usb/gadget/
H A Dcomposite.c1239 goto repeat;
1242 repeat:
/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/
H A Dbuffer.c541 repeat:
552 goto repeat;
H A Dnamespace.c3493 repeat:
3508 goto repeat;
/linux-master/net/netfilter/
H A Dnf_conntrack_core.c1995 repeat:
2024 goto repeat;
/linux-master/net/sched/
H A Dact_api.c1099 repeat:
1103 goto repeat;
/linux-master/fs/nilfs2/
H A Dsegment.c717 repeat:
755 goto repeat;
/linux-master/lib/
H A Dtest_xarray.c787 repeat:
791 goto repeat;
/linux-master/drivers/iio/imu/bno055/
H A Dbno055.c446 .repeat = IIO_MOD_##_axis == IIO_MOD_QUATERNION ? 4 : 0, \
/linux-master/kernel/cgroup/
H A Dcgroup.c4860 repeat:
4895 goto repeat;
4900 goto repeat;
4904 goto repeat;
/linux-master/include/uapi/linux/
H A Dbpf.h357 * Run the eBPF program associated with the *prog_fd* a *repeat*
379 * *repeat* must be zero.
1609 __u32 repeat; member in struct:bpf_attr::__anon2599
3554 * report a successfully decoded repeat key message. This delays
5208 * and will not repeat unless another bpf_timer_start() is made.
/linux-master/tools/include/uapi/linux/
H A Dbpf.h357 * Run the eBPF program associated with the *prog_fd* a *repeat*
379 * *repeat* must be zero.
1609 __u32 repeat; member in struct:bpf_attr::__anon3140
3554 * report a successfully decoded repeat key message. This delays
5208 * and will not repeat unless another bpf_timer_start() is made.
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c248 unsigned long delay = HZ / 10; /* repeat startups after failure */
249 bool repeat = false; local
270 repeat = true;
276 if (repeat)
/linux-master/fs/f2fs/
H A Dsuper.c2620 repeat:
2625 goto repeat;
2635 goto repeat;
H A Dnode.c1437 repeat:
1457 goto repeat;
/linux-master/drivers/ata/
H A Dlibata-scsi.c4422 repeat:
4465 * any progress, sleep briefly and repeat.
4470 goto repeat;
4478 goto repeat;
H A Dlibata-eh.c689 repeat:
751 goto repeat;
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c2959 * Stores literals block type (raw, rle, compressed, repeat) and
2979 HUF_repeat repeat = prevHuf->repeatMode; local
3019 if (repeat == HUF_repeat_check && !HUF_validateCTable((HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue)) {
3020 repeat = HUF_repeat_none;
3039 if (repeat != HUF_repeat_none) {
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c1273 .repeat = 1,
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c48 bool repeat; member in struct:init_exec
/linux-master/fs/jfs/
H A Djfs_dtree.c2762 repeat:
2779 goto repeat;
/linux-master/mm/
H A Dvmalloc.c1053 repeat:
1068 * repeat the search because a VA has been removed concurrently and we
1081 goto repeat;
1688 * triggered to repeat one more time. See more details
/linux-master/fs/reiserfs/
H A Djournal.c161 repeat:
173 goto repeat;
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1385 put_unaligned_le32((u32)filter->repeat, stack_ptr);

Completed in 417 milliseconds

123456789