Searched refs:repeat (Results 1 - 25 of 210) sorted by last modified time

123456789

/linux-master/sound/core/seq/
H A Dseq_ump_convert.c34 u16 val, repeat; local
39 repeat = src & 0x3f;
40 return val | (repeat << 3) | (repeat >> 3);
45 u32 val, repeat; local
50 repeat = src & 0x3f;
51 return val | (repeat << 19) | (repeat << 13) |
52 (repeat << 7) | (repeat <<
57 u32 val, repeat; local
[all...]
/linux-master/mm/
H A Dshmem.c1974 repeat:
1994 goto repeat;
2007 goto repeat;
2052 goto repeat;
2059 goto repeat;
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
H A Dfilemap.c1227 repeat:
1302 goto repeat;
1814 repeat:
1818 goto repeat;
1827 goto repeat;
1831 goto repeat;
1860 repeat:
1881 goto repeat;
1942 goto repeat;
3708 repeat
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c48 bool repeat; member in struct:init_exec
/linux-master/fs/kernfs/
H A Dfile.c898 repeat:
952 goto repeat;
H A Ddir.c560 repeat:
583 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/kernel/bpf/
H A Dsyscall.c5819 attr->test.repeat || attr->test.flags)
/linux-master/fs/reiserfs/
H A Djournal.c161 repeat:
173 goto repeat;
/linux-master/fs/f2fs/
H A Dsuper.c2620 repeat:
2625 goto repeat;
2635 goto repeat;
H A Dsegment.c558 repeat:
584 goto repeat;
H A Dnode.c1437 repeat:
1457 goto repeat;
H A Ddata.c3560 goto repeat;
3573 repeat:
3606 goto repeat;
3639 goto repeat;
H A Dcheckpoint.c45 repeat:
49 goto repeat;
76 repeat:
80 goto repeat;
98 goto repeat;
1826 repeat:
1835 goto repeat;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_els.c11689 repeat:
11721 goto repeat;
/linux-master/drivers/md/
H A Ddm-integrity.c607 repeat:
678 goto repeat;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c644 time_cmd.repeat = 1;
1138 time_cmd.repeat = 1;
1325 time_cmd.repeat = 1;
/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...]
/linux-master/kernel/power/
H A Dsuspend_test.c78 repeat:
118 goto repeat;
153 char *repeat; local
162 repeat = strsep(&value, ",");
163 if (repeat) {
164 if (kstrtou32(repeat, 0, &test_repeat_count_max))
/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/drivers/usb/host/
H A Dxhci-mtk-sch.c319 sch_ep->repeat = 0;
370 sch_ep->repeat = !!(sch_ep->num_budget_microframes > 1);
1000 | EP_BREPEAT(sch_ep->repeat));
1004 sch_ep->offset, sch_ep->repeat);
/linux-master/tools/testing/ktest/
H A Dktest.pl1029 my $repeat = 1;
1062 $old_repeat = $repeat;
1064 $test_num += $repeat;
1066 $repeat = 1;
1107 $repeat = $1;
1108 $repeat_tests{"$test_num"} = $repeat;
1124 $repeat = $old_repeat;
1225 if ($repeat > 1) {
1226 $repeats{$val} = $repeat;
1251 $test_num += $repeat
[all...]
/linux-master/fs/dlm/
H A Duser.c844 repeat:
850 goto repeat;

Completed in 506 milliseconds

123456789