Searched refs:repeats (Results 1 - 11 of 11) sorted by relevance

/linux-master/lib/zstd/common/
H A Dentropy_common.c100 /* Count the number of repeats. Each time the
105 int repeats = FSE_ctz(~bitStream | 0x80000000) >> 1; local
106 while (repeats >= 12) {
116 repeats = FSE_ctz(~bitStream | 0x80000000) >> 1;
118 charnum += 3 * repeats;
119 bitStream >>= 2 * repeats; local
120 bitCount += 2 * repeats;
/linux-master/drivers/comedi/drivers/
H A Dadv_pci1760.c123 int repeats; local
138 for (repeats = 0; repeats < PCI1760_CMD_RETRIES; repeats++) {
/linux-master/tools/testing/selftests/mm/
H A Dgup_test.c26 static int gup_fd, repeats = 1; variable
58 for (i = 0; i < repeats; i++) {
137 repeats = atoi(optarg);
/linux-master/io_uring/
H A Dtimeout.c20 u32 repeats; member in struct:io_timeout
60 if (!timeout->off || (timeout->repeats && --timeout->repeats))
522 * for multishot reqs w/ fixed nr of repeats, repeats tracks the
525 timeout->repeats = 0;
527 timeout->repeats = off;
/linux-master/include/sound/sof/
H A Dtopology.h216 int32_t repeats; member in struct:sof_ipc_comp_tone
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.c338 u32 repeats = GET_FIELD(data, local
344 for (i = 0; i < repeats; i++, addr += size << 2) {
/linux-master/kernel/trace/
H A Dtrace_functions.c371 { TRACER_OPT(func-no-repeats, TRACE_FUNC_OPT_NO_REPEATS) },
/linux-master/fs/xfs/
H A Dxfs_log.c2819 int repeats = 0; local
2826 if (++repeats > 5000) {
2827 flushcnt += repeats;
2828 repeats = 0;
/linux-master/drivers/hid/
H A Dhid-debug.c1047 static const char *repeats[REP_MAX + 1] = { variable
1060 [EV_SND] = sounds, [EV_REP] = repeats,
/linux-master/drivers/accessibility/speakup/
H A Dkobjects.c888 __ATTR(repeats, 0644, punc_show, punc_store);
/linux-master/tools/testing/ktest/
H A Dktest.pl22 my %repeats;
1226 $repeats{$val} = $repeat;

Completed in 200 milliseconds