/linux-6.12.1/lib/zstd/common/ |
D | entropy_common.c | 105 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.12.1/tools/testing/selftests/mm/ |
D | gup_test.c | 27 static int gup_fd, repeats = 1; variable 59 for (i = 0; i < repeats; i++) { in gup_thread() 138 repeats = atoi(optarg); in main()
|
/linux-6.12.1/drivers/comedi/drivers/ |
D | adv_pci1760.c | 123 int repeats; in pci1760_cmd() local 138 for (repeats = 0; repeats < PCI1760_CMD_RETRIES; repeats++) { in pci1760_cmd()
|
/linux-6.12.1/io_uring/ |
D | timeout.c | 20 u32 repeats; member 60 if (!timeout->off || (timeout->repeats && --timeout->repeats)) in io_timeout_finish() 521 timeout->repeats = 0; in __io_timeout_prep() 523 timeout->repeats = off; in __io_timeout_prep()
|
/linux-6.12.1/include/sound/sof/ |
D | topology.h | 216 int32_t repeats; member
|
/linux-6.12.1/Documentation/admin-guide/device-mapper/ |
D | dm-flakey.rst | 11 interval> seconds, and then this cycle repeats.
|
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/ |
D | qed_init_ops.c | 338 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.12.1/Documentation/ABI/stable/ |
D | sysfs-driver-speakup | 128 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.12.1/Documentation/hwmon/ |
D | smsc47m192.rst | 60 Reading them more often repeats the same values.
|
/linux-6.12.1/Documentation/driver-api/media/ |
D | rc-core.rst | 24 an extra code is produced to indicate key repeats.
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-counter | 113 repeats in a periodic manner as such. 122 repeats in periodic manner as such. 132 process repeats in a periodic manner as such.
|
/linux-6.12.1/drivers/hid/ |
D | hid-debug.c | 3548 static const char *repeats[REP_MAX + 1] = { variable 3606 [EV_SND] = sounds, [EV_REP] = repeats,
|
/linux-6.12.1/fs/xfs/ |
D | xfs_log.c | 2547 int repeats = 0; in xlog_state_do_callback() local 2554 if (++repeats > 5000) { in xlog_state_do_callback() 2555 flushcnt += repeats; in xlog_state_do_callback() 2556 repeats = 0; in xlog_state_do_callback()
|
/linux-6.12.1/Documentation/leds/ |
D | ledtrig-transient.rst | 10 should stay in off state. The on and off cycle repeats until the trigger
|
/linux-6.12.1/kernel/trace/ |
D | trace_functions.c | 384 { TRACER_OPT(func-no-repeats, TRACE_FUNC_OPT_NO_REPEATS) },
|
/linux-6.12.1/Documentation/trace/coresight/ |
D | coresight-config.rst | 59 For example, this could be a count value in a programmed operation that repeats
|
/linux-6.12.1/Documentation/networking/ |
D | dccp.rst | 153 the number of times DCCP repeats sending a Response when the initial
|
/linux-6.12.1/drivers/accessibility/speakup/ |
D | kobjects.c | 888 __ATTR(repeats, 0644, punc_show, punc_store);
|
/linux-6.12.1/tools/testing/ktest/ |
D | ktest.pl | 22 my %repeats; 1235 $repeats{$val} = $repeat;
|
/linux-6.12.1/Documentation/process/ |
D | maintainer-netdev.rst | 45 rc2 is released. This repeats on a roughly weekly basis until rc7
|
/linux-6.12.1/Documentation/mm/damon/ |
D | design.rst | 220 regions``, it repeats the merging with increasing access frequenceis difference
|
/linux-6.12.1/Documentation/filesystems/ |
D | path-lookup.rst | 317 ``d_splice_alias()``. In any case, ``d_alloc_parallel()`` repeats all the 1185 return the path so that the loop repeats, calling
|
/linux-6.12.1/Documentation/admin-guide/RAS/ |
D | main.rst | 392 repeats itself for csrow2 and csrow3. Also note that some memory
|
/linux-6.12.1/tools/memory-model/Documentation/ |
D | litmus-tests.txt | 236 like the two numbers at the end of line 10. Line 9 repeats the "exists"
|
/linux-6.12.1/arch/arm64/ |
D | Kconfig | 739 workaround repeats the TLBI+DSB operation.
|