Searched refs:repeated (Results 1 – 25 of 58) sorted by relevance
123
/kernel/linux/linux-5.10/net/ax25/ |
D | ax25_addr.c | 198 digi->repeated[d] = 1; in ax25_addr_parse() 201 digi->repeated[d] = 0; in ax25_addr_parse() 255 if (d->repeated[ct]) in ax25_addr_build() 297 out->repeated[ct] = 1; in ax25_digi_invert() 300 out->repeated[ct] = 0; in ax25_digi_invert()
|
D | ax25_route.c | 102 ax25_rt->digipeat->repeated[i] = 0; in ax25_rt_add() 134 ax25_rt->digipeat->repeated[i] = 0; in ax25_rt_add()
|
D | af_ax25.c | 1243 digi->repeated[ct] = 1; in ax25_connect() 1246 digi->repeated[ct] = 0; in ax25_connect() 1558 dtmp.repeated[ct] = 0; in ax25_sendmsg() 1956 ax25->digipeat->repeated[k]? "*":""); in ax25_info_show()
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
D | pkcs7_parser.c | 492 goto repeated; in pkcs7_sig_note_authenticated_attr() 504 goto repeated; in pkcs7_sig_note_authenticated_attr() 513 goto repeated; in pkcs7_sig_note_authenticated_attr() 522 goto repeated; in pkcs7_sig_note_authenticated_attr() 537 goto repeated; in pkcs7_sig_note_authenticated_attr() 541 goto repeated; in pkcs7_sig_note_authenticated_attr() 553 repeated: in pkcs7_sig_note_authenticated_attr()
|
/kernel/linux/linux-5.10/tools/power/cpupower/bench/ |
D | README-BENCH | 42 repeated 20 times. 50 25ms load/sleep time repeated 20 times (cycles). 51 50ms load/sleep time repeated 20 times (cycles). 53 100ms load/sleep time repeated 20 times (cycles).
|
/kernel/linux/linux-5.10/scripts/ |
D | config | 36 commands can be repeated multiple times
|
/kernel/linux/linux-5.10/Documentation/driver-api/dmaengine/ |
D | provider.rst | 260 - The device supports repeated transfers. A repeated transfer, indicated by 262 it gets automatically repeated when it ends, but can additionally be 272 - The device supports replacing repeated transfers at end of transfer (EOT) 576 - If set, the transfer will be automatically repeated when it ends until a 579 DMA_PREP_LOAD_EOT flag set, the current transfer will be repeated until the 590 - This is the default behaviour for non-repeated transfers, specifying 591 DMA_PREP_LOAD_EOT for non-repeated transfers will thus make no difference. 593 - When using repeated transfers, DMA clients will usually need to set the 595 repeating the last repeated transfer and ignore the new transfers being
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-iio-ina2xx-adc | 14 or repeated, depending on the beat between the capture and conversion
|
/kernel/linux/linux-5.10/arch/x86/ras/ |
D | Kconfig | 7 page PFN and counts their repeated occurrence. Once the counter for a
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | remap_file_pages.rst | 10 over using repeated calls to mmap(2) is that the former approach does not
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | func-write.rst | 47 Sliced Teletext or Closed Caption data is not repeated, the driver
|
D | pixfmt-reserved.rst | 233 repeated for each line, i.e. the number of entries in the pointer
|
/kernel/linux/linux-5.10/usr/ |
D | gen_initramfs.sh | 30 All options except -o and -l may be repeated and are interpreted
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | drivers-testing.rst | 50 Each of the above tests should be repeated several times and the STD tests
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | itrace.txt | 63 If supported, the 'q' option may be repeated to increase the effect.
|
/kernel/linux/linux-5.10/include/net/ |
D | ax25.h | 183 unsigned char repeated[AX25_MAX_DIGIS]; member
|
/kernel/linux/linux-5.10/Documentation/i2c/ |
D | functionality.rst | 28 I2C_FUNC_NOSTART Can skip repeated start sequence
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | switch.rst | 110 are hexadecimal numbers. The last <n> mappings are repeated in the next <m>
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/rc/ |
D | lirc-dev-intro.rst | 80 keycode is repeated.
|
/kernel/linux/linux-5.10/Documentation/accounting/ |
D | psi.rst | 110 tracking window to avoid repeated activations/deactivations when system is
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | bootwrapper.rst | 123 are not repeated here. However, it is worth mentioning that the script
|
/kernel/linux/linux-5.10/tools/testing/ktest/ |
D | ktest.pl | 1261 my $repeated = 0; 1268 $repeated = 1; 1295 } elsif ($repeated && defined($opt{$parento})) {
|
/kernel/linux/linux-5.10/Documentation/security/keys/ |
D | request-key.rst | 141 This is provided to prevent excessive repeated spawning of /sbin/request-key
|
/kernel/linux/linux-5.10/Documentation/arm/ |
D | booting.rst | 104 whether a repeated tag appends to the information carried by the
|
/kernel/linux/linux-5.10/Documentation/sparc/ |
D | adi.rst | 26 be repeated for entire page to set tags for entire page.
|
123