| /linux/lib/zstd/common/ |
| H A D | entropy_common.c | 89 int repeats = ZSTD_countTrailingZeros32(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body() local 90 while (repeats >= 12) { in FSE_readNCount_body() 100 repeats = ZSTD_countTrailingZeros32(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body() 102 charnum += 3 * repeats; in FSE_readNCount_body() 103 bitStream >>= 2 * repeats; in FSE_readNCount_body() 104 bitCount += 2 * repeats; in FSE_readNCount_body()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | gup_test.c | 26 static int gup_fd, repeats = 1; variable 58 for (i = 0; i < repeats; i++) { in gup_thread() 137 repeats = atoi(optarg); in main()
|
| /linux/drivers/comedi/drivers/ |
| H A D | adv_pci1760.c | 123 int repeats; in pci1760_cmd() local 138 for (repeats = 0; repeats < PCI1760_CMD_RETRIES; repeats++) { in pci1760_cmd()
|
| /linux/io_uring/ |
| H A D | timeout.c | 20 u32 repeats; member 63 if (!timeout->off || (timeout->repeats && --timeout->repeats)) in io_timeout_finish() 548 timeout->repeats = 0; in __io_timeout_prep() 550 timeout->repeats = off; in __io_timeout_prep()
|
| /linux/include/sound/sof/ |
| H A D | topology.h | 216 int32_t repeats; member
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-flakey.rst | 11 interval> seconds, and then this cycle repeats.
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_init_ops.c | 337 u32 repeats = GET_FIELD(data, in qed_init_cmd_array() local 343 for (i = 0; i < repeats; i++, addr += size << 2) { in qed_init_cmd_array()
|
| /linux/Documentation/hwmon/ |
| H A D | smsc47m192.rst | 60 Reading them more often repeats the same values.
|
| /linux/Documentation/driver-api/media/ |
| H A D | rc-core.rst | 24 an extra code is produced to indicate key repeats.
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3550 static const char *repeats[REP_MAX + 1] = { variable 3608 [EV_SND] = sounds, [EV_REP] = repeats,
|
| /linux/fs/xfs/ |
| H A D | xfs_log.c | 2435 int repeats = 0; in xlog_state_do_callback() local 2442 if (++repeats > 5000) { in xlog_state_do_callback() 2443 flushcnt += repeats; in xlog_state_do_callback() 2444 repeats = 0; in xlog_state_do_callback()
|
| /linux/Documentation/leds/ |
| H A D | ledtrig-transient.rst | 10 should stay in off state. The on and off cycle repeats until the trigger
|
| /linux/kernel/trace/ |
| H A D | trace_functions.c | 428 { TRACER_OPT(func-no-repeats, TRACE_FUNC_OPT_NO_REPEATS) },
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-config.rst | 59 For example, this could be a count value in a programmed operation that repeats
|
| /linux/drivers/accessibility/speakup/ |
| H A D | kobjects.c | 888 __ATTR(repeats, 0644, punc_show, punc_store);
|
| /linux/tools/testing/ktest/ |
| H A D | ktest.pl | 22 my %repeats; 1247 $repeats{$val} = $repeat;
|
| /linux/Documentation/process/ |
| H A D | maintainer-netdev.rst | 45 rc2 is released. This repeats on a roughly weekly basis until rc7
|
| /linux/tools/memory-model/Documentation/ |
| H A D | litmus-tests.txt | 236 like the two numbers at the end of line 10. Line 9 repeats the "exists"
|
| /linux/Documentation/admin-guide/ |
| H A D | spkguide.txt | 386 /speakup/repeats
|