Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zstd/common/
A Dentropy_common.c105 int repeats = FSE_ctz(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body() local
106 while (repeats >= 12) { in FSE_readNCount_body()
116 repeats = FSE_ctz(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body()
118 charnum += 3 * repeats; in FSE_readNCount_body()
119 bitStream >>= 2 * repeats; in FSE_readNCount_body()
120 bitCount += 2 * repeats; in FSE_readNCount_body()
/linux-6.3-rc2/tools/testing/selftests/mm/
A 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-6.3-rc2/drivers/comedi/drivers/
A Dadv_pci1760.c123 int repeats; in pci1760_cmd() local
138 for (repeats = 0; repeats < PCI1760_CMD_RETRIES; repeats++) { in pci1760_cmd()
/linux-6.3-rc2/include/sound/sof/
A Dtopology.h209 int32_t repeats; member
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/
A Ddm-flakey.rst11 interval> seconds, and then this cycle repeats.
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/
A 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-6.3-rc2/Documentation/hwmon/
A Dsmsc47m192.rst60 Reading them more often repeats the same values.
/linux-6.3-rc2/Documentation/ABI/stable/
A Dsysfs-driver-speakup128 What: /sys/accessibility/speakup/repeats
131 Description: A list of characters speakup repeats. Normally, when there are
135 dot, dot. If a . is added to the list of characters in repeats,
/linux-6.3-rc2/Documentation/driver-api/media/
A Drc-core.rst24 an extra code is produced to indicate key repeats.
/linux-6.3-rc2/drivers/hid/
A Dhid-debug.c1047 static const char *repeats[REP_MAX + 1] = { variable
1060 [EV_SND] = sounds, [EV_REP] = repeats,
/linux-6.3-rc2/fs/xfs/
A Dxfs_log.c2850 int repeats = 0; in xlog_state_do_callback() local
2857 if (++repeats > 5000) { in xlog_state_do_callback()
2858 flushcnt += repeats; in xlog_state_do_callback()
2859 repeats = 0; in xlog_state_do_callback()
/linux-6.3-rc2/kernel/trace/
A Dtrace_functions.c371 { TRACER_OPT(func-no-repeats, TRACE_FUNC_OPT_NO_REPEATS) },
/linux-6.3-rc2/Documentation/leds/
A Dledtrig-transient.rst10 should stay in off state. The on and off cycle repeats until the trigger
/linux-6.3-rc2/Documentation/trace/coresight/
A Dcoresight-config.rst59 For example, this could be a count value in a programmed operation that repeats
/linux-6.3-rc2/Documentation/networking/
A Ddccp.rst153 the number of times DCCP repeats sending a Response when the initial
/linux-6.3-rc2/drivers/accessibility/speakup/
A Dkobjects.c891 __ATTR(repeats, 0644, punc_show, punc_store);
/linux-6.3-rc2/tools/testing/ktest/
A Dktest.pl22 my %repeats;
1221 $repeats{$val} = $repeat;
/linux-6.3-rc2/Documentation/process/
A Dmaintainer-netdev.rst46 rc2 is released. This repeats on a roughly weekly basis until rc7
/linux-6.3-rc2/Documentation/filesystems/
A 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-6.3-rc2/Documentation/admin-guide/
A Dras.rst388 repeats itself for csrow2 and csrow3. Also note that some memory
A Dspkguide.txt381 /speakup/repeats
/linux-6.3-rc2/tools/memory-model/Documentation/
A Dlitmus-tests.txt236 like the two numbers at the end of line 10. Line 9 repeats the "exists"
/linux-6.3-rc2/arch/arm64/
A DKconfig676 workaround repeats the TLBI+DSB operation.

Completed in 50 milliseconds