/openbmc/linux/lib/zstd/common/ |
H A 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()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A 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()
|
/openbmc/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()
|
/openbmc/linux/io_uring/ |
H A D | timeout.c | 20 u32 repeats; member 60 if (!timeout->off || (timeout->repeats && --timeout->repeats)) in io_timeout_finish() 527 timeout->repeats = 0; in __io_timeout_prep() 529 timeout->repeats = off; in __io_timeout_prep()
|
/openbmc/linux/include/sound/sof/ |
H A D | topology.h | 209 int32_t repeats; member
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-flakey.rst | 11 interval> seconds, and then this cycle repeats.
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A 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()
|
/openbmc/linux/Documentation/ABI/stable/ |
H A 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,
|
/openbmc/linux/Documentation/hwmon/ |
H A D | smsc47m192.rst | 60 Reading them more often repeats the same values.
|
/openbmc/linux/drivers/hid/ |
H A D | hid-debug.c | 1049 static const char *repeats[REP_MAX + 1] = { variable 1062 [EV_SND] = sounds, [EV_REP] = repeats,
|
/openbmc/linux/Documentation/driver-api/media/ |
H A D | rc-core.rst | 24 an extra code is produced to indicate key repeats.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A 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.
|
/openbmc/u-boot/doc/ |
H A D | README.android-fastboot-protocol | 33 be displayed and then step #2 repeats
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_log.c | 2818 int repeats = 0; in xlog_state_do_callback() local 2825 if (++repeats > 5000) { in xlog_state_do_callback() 2826 flushcnt += repeats; in xlog_state_do_callback() 2827 repeats = 0; in xlog_state_do_callback()
|
/openbmc/qemu/docs/system/devices/ |
H A D | ccid.rst | 153 [APDU<->APDU repeats several times]
|
/openbmc/linux/Documentation/leds/ |
H A D | ledtrig-transient.rst | 10 should stay in off state. The on and off cycle repeats until the trigger
|
/openbmc/qemu/docs/interop/ |
H A D | barrier.rst | 225 ``repeat`` = number of repeats
|
/openbmc/linux/kernel/trace/ |
H A D | trace_functions.c | 369 { TRACER_OPT(func-no-repeats, TRACE_FUNC_OPT_NO_REPEATS) },
|
/openbmc/u-boot/board/sbc8548/ |
H A D | README | 40 default 66MHz. Options four and five are just repeats of option two
|
/openbmc/linux/Documentation/networking/ |
H A D | dccp.rst | 153 the number of times DCCP repeats sending a Response when the initial
|
/openbmc/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
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | kobjects.c | 891 __ATTR(repeats, 0644, punc_show, punc_store);
|
/openbmc/u-boot/arch/x86/dts/microcode/ |
H A D | m0220661105_cv.dtsi | 46 /* The first 48-bytes are the public header which repeats the above data */
|
/openbmc/linux/tools/testing/ktest/ |
H A D | ktest.pl | 22 my %repeats; 1222 $repeats{$val} = $repeat;
|
/openbmc/qemu/docs/devel/testing/ |
H A D | fuzzing.rst | 13 findings, the fuzzer mutates the input and repeats the fuzzing.
|