Home
last modified time | relevance | path

Searched refs:repeated (Results 1 – 25 of 139) sorted by relevance

123456

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A Dcreate_manifest3.py67 repeated = [] variable
369 if pymodule_dep not in repeated:
370 repeated.append(pymodule_dep)
405 if pymodule_dep not in repeated:
406 repeated.append(pymodule_dep)
436 if (repeated):
441 error_msg += '\n'.join(repeated)
/OK3568_Linux_fs/kernel/net/ax25/
H A Dax25_addr.c198 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()
H A Dax25_route.c102 ax25_rt->digipeat->repeated[i] = 0; in ax25_rt_add()
134 ax25_rt->digipeat->repeated[i] = 0; in ax25_rt_add()
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpkcs7_parser.c484 goto repeated; in pkcs7_sig_note_authenticated_attr()
496 goto repeated; in pkcs7_sig_note_authenticated_attr()
505 goto repeated; in pkcs7_sig_note_authenticated_attr()
514 goto repeated; in pkcs7_sig_note_authenticated_attr()
529 goto repeated; in pkcs7_sig_note_authenticated_attr()
533 goto repeated; in pkcs7_sig_note_authenticated_attr()
545 repeated: in pkcs7_sig_note_authenticated_attr()
/OK3568_Linux_fs/kernel/tools/power/cpupower/bench/
H A DREADME-BENCH42 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).
/OK3568_Linux_fs/kernel/Documentation/driver-api/dmaengine/
H A Dprovider.rst260 - 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
/OK3568_Linux_fs/buildroot/utils/
H A Dconfig29 commands can be repeated multiple times
/OK3568_Linux_fs/kernel/scripts/
H A Dconfig36 commands can be repeated multiple times
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/iso-codes/
H A Diso-codes_4.13.0.bb4 than repeated in many programs throughout the system."
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libxml/
H A Dlibxml-filter-buffertext-perl_1.01.bb6 to, and most don't. This filter does the trivial but oft-repeated task \
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-ina2xx-adc14 or repeated, depending on the beat between the capture and conversion
/OK3568_Linux_fs/kernel/arch/x86/ras/
H A DKconfig7 page PFN and counts their repeated occurrence. Once the counter for a
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A DCVE-2022-0216_1.patch8 repeated SCSI cancel requests. Thanks to Thomas Huth for suggesting the patch.
H A DCVE-2022-0216_2.patch8 buffer in case of repeated SCSI cancel requests. Also apply the fix to
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0095-lib-arg-Block-repeated-short-options-that-require-an.patch4 Subject: [PATCH] lib/arg: Block repeated short options that require an
H A D0047-dl-Only-allow-unloading-modules-that-are-not-depende.patch7 decremented. This means that repeated rmmod invocations will cause the
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dremap_file_pages.rst10 over using repeated calls to mmap(2) is that the former approach does not
/OK3568_Linux_fs/kernel/usr/
H A Dgen_initramfs.sh30 All options except -o and -l may be repeated and are interpreted
/OK3568_Linux_fs/u-boot/drivers/block/
H A DKconfig40 it will prevent repeated reads from directory structures and other
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dfunc-write.rst47 Sliced Teletext or Closed Caption data is not repeated, the driver
/OK3568_Linux_fs/buildroot/package/input-event-daemon/
H A D0004-Support-key-press-and-release-events.patch40 /* ignore if repeated */
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Dgen_initramfs_list.sh32 All options except -o and -l may be repeated and are interpreted
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Ditrace.txt63 If supported, the 'q' option may be repeated to increase the effect.
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dcustomize-packages.txt10 xref:adding-packages[] and will not be repeated here. However, your
/OK3568_Linux_fs/kernel/Documentation/power/
H A Ddrivers-testing.rst50 Each of the above tests should be repeated several times and the STD tests

123456