Home
last modified time | relevance | path

Searched refs:skip (Results 551 – 575 of 1281) sorted by relevance

1...<<21222324252627282930>>...52

/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c788 int skip = 0; in intel_pmu_lbr_read_64() local
793 skip = 1; in intel_pmu_lbr_read_64()
798 skip = 3; in intel_pmu_lbr_read_64()
800 from = (u64)((((s64)from) << skip) >> skip); in intel_pmu_lbr_read_64()
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh715 local skip=0
721 if (( $skip == 0 )) && (($count == 0)); then
722 ((skip=$RANDOM % $MAXSKIP + 1))
725 if (( $skip != 0 )); then
726 ((skip-=1))
/openbmc/linux/drivers/net/usb/
H A Dqmi_wwan.c180 goto skip; in qmimux_rx_fixup()
185 goto skip; in qmimux_rx_fixup()
190 goto skip; in qmimux_rx_fixup()
205 goto skip; in qmimux_rx_fixup()
217 skip: in qmimux_rx_fixup()
/openbmc/docs/development/
H A Ddev-environment.md31 then you can skip to step 3.
83 image. If you would like to skip the building and just try out OpenBMC and QEMU
86 and skip to the
/openbmc/linux/drivers/net/ethernet/
H A Dlantiq_xrx200.c198 goto skip; in xrx200_alloc_buf()
207 goto skip; in xrx200_alloc_buf()
213 skip: in xrx200_alloc_buf()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Drenesas,rsnd.yaml471 /* skip after src-2 */
483 /* skip after ssiu-2 */
497 /* skip other ssi-2 */
/openbmc/linux/arch/riscv/kvm/
H A Daia_aplic.c213 goto skip; in aplic_read_input()
217 goto skip; in aplic_read_input()
224 skip: in aplic_read_input()
/openbmc/linux/include/acpi/
H A Dacpi_bus.h655 int acpi_quirk_skip_serdev_enumeration(struct device *controller_parent, bool *skip);
674 acpi_quirk_skip_serdev_enumeration(struct device *controller_parent, bool *skip) in acpi_quirk_skip_serdev_enumeration() argument
676 *skip = false; in acpi_quirk_skip_serdev_enumeration()
/openbmc/qemu/hw/pci-host/
H A Dastro.c312 goto skip; in astro_translate_iommu()
318 goto skip; in astro_translate_iommu()
334 skip: in astro_translate_iommu()
/openbmc/linux/drivers/net/ethernet/alteon/
H A DKconfig14 kernel: saying N will just cause the configurator to skip all
/openbmc/qemu/tests/vm/
H A Dconf_example_aarch64.yml50 # Or to skip the install entirely, just provide ""
/openbmc/openbmc/poky/meta/recipes-devtools/strace/
H A Dstrace_6.7.bb14 file://skip-load.patch \
/openbmc/qemu/
H A DMakefile85 ./config.status --skip-meson; \
H A Dqemu-img-cmds.hx63 …"dd [--image-opts] [-U] [-f fmt] [-O output_fmt] [bs=block_size] [count=blocks] [skip=blocks] if=i…
65 .. option:: dd [--image-opts] [-U] [-f FMT] [-O OUTPUT_FMT] [bs=BLOCK_SIZE] [count=BLOCKS] [skip=BL…
/openbmc/u-boot/arch/xtensa/cpu/
H A Dstart.S159 beq a4, a5, 1b # skip, empty entry
160 beq a4, a6, 1b # skip, source and destination are the same
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc.robot122 Redfish Power Off stack_mode=skip
152 Redfish Power Off stack_mode=skip
/openbmc/openbmc/poky/meta/classes-recipe/
H A Ddevicetree.bbclass139 continue # skip non-.dts files and non-overlay files
141 continue # skip if can't determine if overlay
/openbmc/linux/tools/testing/selftests/tc-testing/creating-testcases/
H A DAddingTestCases.txt36 skip: A completely optional key, if the corresponding value is "yes"
41 dependsOn: Same as 'skip', but the value is executed as a command. The test
/openbmc/linux/arch/powerpc/boot/
H A Dwrapper586 skip=$overlay_dest seek=$system_reset_kernel \
590 skip=$system_reset_overlay seek=$overlay_dest \
/openbmc/linux/drivers/crypto/marvell/cesa/
H A Dtdma.c356 unsigned int sram_off, size_t buflen, off_t skip, in mv_cesa_sg_copy() argument
370 if (!sg_miter_skip(&miter, skip)) in mv_cesa_sg_copy()
/openbmc/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c136 unsigned int skip) in sg_nents_xlen() argument
142 while (sg && skip) { in sg_nents_xlen()
144 skip -= sg_dma_len(sg); in sg_nents_xlen()
148 skip_len = skip; in sg_nents_xlen()
149 skip = 0; in sg_nents_xlen()
434 while (sg && skip) { in dsgl_walk_add_sg()
440 skip_len = skip; in dsgl_walk_add_sg()
441 skip = 0; in dsgl_walk_add_sg()
518 while (sg && skip) { in ulptx_walk_add_sg()
524 skip_len = skip; in ulptx_walk_add_sg()
[all …]
/openbmc/linux/fs/jffs2/
H A Ddebug.c739 int skip; in __jffs2_dbg_dump_buffer() local
744 i = skip = offs % JFFS2_BUFDUMP_BYTES_PER_LINE; in __jffs2_dbg_dump_buffer()
747 if (skip != 0) in __jffs2_dbg_dump_buffer()
750 while (skip--) in __jffs2_dbg_dump_buffer()
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_logging.robot93 [Setup] Redfish Power Off stack_mode=skip
285 [Setup] Redfish Power Off stack_mode=skip
301 [Teardown] Run Keywords Test Teardown Execution AND Redfish Power Off stack_mode=skip
303 Redfish Power Off stack_mode=skip
/openbmc/linux/Documentation/networking/
H A Dipsec.rst46 will skip policy checking on receiver side.
/openbmc/u-boot/test/py/tests/
H A Dtest_gpt.py115 pytest.skip('gpt command not supported')

1...<<21222324252627282930>>...52