Home
last modified time | relevance | path

Searched refs:repeats (Results 1 – 23 of 23) sorted by relevance

/Linux-v6.1/lib/zstd/common/
Dentropy_common.c106 int repeats = FSE_ctz(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body() local
107 while (repeats >= 12) { in FSE_readNCount_body()
117 repeats = FSE_ctz(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body()
119 charnum += 3 * repeats; in FSE_readNCount_body()
120 bitStream >>= 2 * repeats; in FSE_readNCount_body()
121 bitCount += 2 * repeats; in FSE_readNCount_body()
/Linux-v6.1/tools/testing/selftests/vm/
Dgup_test.c27 static int gup_fd, repeats = 1; variable
59 for (i = 0; i < repeats; i++) { in gup_thread()
136 repeats = atoi(optarg); in main()
/Linux-v6.1/drivers/comedi/drivers/
Dadv_pci1760.c123 int repeats; in pci1760_cmd() local
138 for (repeats = 0; repeats < PCI1760_CMD_RETRIES; repeats++) { in pci1760_cmd()
/Linux-v6.1/include/sound/sof/
Dtopology.h209 int32_t repeats; member
/Linux-v6.1/Documentation/admin-guide/device-mapper/
Ddm-flakey.rst11 interval> seconds, and then this cycle repeats.
/Linux-v6.1/drivers/net/ethernet/qlogic/qed/
Dqed_init_ops.c338 u32 repeats = GET_FIELD(data, in qed_init_cmd_array() local
344 for (i = 0; i < repeats; i++, addr += size << 2) { in qed_init_cmd_array()
/Linux-v6.1/Documentation/hwmon/
Dsmsc47m192.rst60 Reading them more often repeats the same values.
/Linux-v6.1/Documentation/ABI/stable/
Dsysfs-driver-speakup119 What: /sys/accessibility/speakup/repeats
122 Description: A list of characters speakup repeats. Normally, when there are
126 dot, dot. If a . is added to the list of characters in repeats,
/Linux-v6.1/Documentation/driver-api/media/
Drc-core.rst24 an extra code is produced to indicate key repeats.
/Linux-v6.1/drivers/hid/
Dhid-debug.c1043 static const char *repeats[REP_MAX + 1] = { variable
1056 [EV_SND] = sounds, [EV_REP] = repeats,
/Linux-v6.1/fs/xfs/
Dxfs_log.c2834 int repeats = 0; in xlog_state_do_callback() local
2841 if (++repeats > 5000) { in xlog_state_do_callback()
2842 flushcnt += repeats; in xlog_state_do_callback()
2843 repeats = 0; in xlog_state_do_callback()
/Linux-v6.1/Documentation/leds/
Dledtrig-transient.rst10 should stay in off state. The on and off cycle repeats until the trigger
/Linux-v6.1/kernel/trace/
Dtrace_functions.c371 { TRACER_OPT(func-no-repeats, TRACE_FUNC_OPT_NO_REPEATS) },
/Linux-v6.1/Documentation/networking/
Ddccp.rst153 the number of times DCCP repeats sending a Response when the initial
/Linux-v6.1/Documentation/trace/coresight/
Dcoresight-config.rst59 For example, this could be a count value in a programmed operation that repeats
/Linux-v6.1/drivers/accessibility/speakup/
Dkobjects.c891 __ATTR(repeats, 0644, punc_show, punc_store);
/Linux-v6.1/tools/testing/ktest/
Dktest.pl22 my %repeats;
1212 $repeats{$val} = $repeat;
/Linux-v6.1/Documentation/process/
Dmaintainer-netdev.rst67 rc2 is released. This repeats on a roughly weekly basis until rc7
/Linux-v6.1/Documentation/filesystems/
Dpath-lookup.rst317 ``d_splice_alias()``. In any case, ``d_alloc_parallel()`` repeats all the
1185 return the path so that the loop repeats, calling
/Linux-v6.1/Documentation/admin-guide/
Dras.rst388 repeats itself for csrow2 and csrow3. Also note that some memory
Dspkguide.txt381 /speakup/repeats
/Linux-v6.1/tools/memory-model/Documentation/
Dlitmus-tests.txt236 like the two numbers at the end of line 10. Line 9 repeats the "exists"
/Linux-v6.1/arch/arm64/
DKconfig666 workaround repeats the TLBI+DSB operation.