Home
last modified time | relevance | path

Searched refs:skip (Results 26 – 50 of 1278) sorted by relevance

12345678910>>...52

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/
H A D0002-kpatch-build-allow-overriding-of-distro-name.patch30 echo " --skip-cleanup Skip post-build cleanup" >&2
31 echo " --skip-gcc-check Skip gcc version matching check" >&2
35 …inux:,jobs:,target:,name:,output:,oot-module:,debug,cross-compile:,skip-gcc-check,skip-cleanup" --…
36 …bs:,target:,name:,output:,oot-module:,debug,cross-compile:,distro:,skip-gcc-check,skip-cleanup" --…
48 --skip-cleanup)
/openbmc/linux/arch/sh/kernel/
H A Dstacktrace.c28 if (trace->skip > 0) { in save_stack_address()
29 trace->skip--; in save_stack_address()
60 if (trace->skip > 0) { in save_stack_address_nosched()
61 trace->skip--; in save_stack_address_nosched()
/openbmc/openbmc-test-automation/lib/
H A Dboot_utils.robot13 # stack_mode If stack_mode is set to "skip", each test
20 # are performed. "skip" mode is useful when
39 # stack_mode If stack_mode is set to "skip", each test
46 # are performed. "skip" mode is useful when
65 # stack_mode If stack_mode is set to "skip", each test
72 # are performed. "skip" mode is useful when
91 # stack_mode If stack_mode is set to "skip", each test
117 # stack_mode If stack_mode is set to "skip", each test
143 # stack_mode If stack_mode is set to "skip", each test
925 ${cmd_buf}= Catenate REST Power Off \ stack_mode=skip
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_postcodes.hpp159 const uint64_t skip = 0, const uint64_t top = 0) in fillPostCodeEntry() argument
194 (currentCodeIndex <= skip || currentCodeIndex > top)) in fillPostCodeEntry()
346 [asyncResp, bootIndex, bootCount, entryCount, skip, in getPostCodeForBoot()
362 if (skip < endCount && (top + skip) > entryCount) in getPostCodeForBoot()
382 bootCount, endCount, skip, top); in getPostCodeForBoot()
384 else if (skip + top < endCount) in getPostCodeForBoot()
390 std::to_string(skip + top); in getPostCodeForBoot()
401 size_t skip, size_t top) in getCurrentBootNumber() argument
409 [asyncResp, entryCount, skip, in getCurrentBootNumber()
460 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServicesPostCodesEntriesGet() local
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond_options.sh17 local skip=1
21 [[ $? -ne 0 ]] && skip=0
25 [[ $? -ne 0 ]] && skip=0
27 return $skip
32 local skip=1
36 [[ $? -ne 0 ]] && skip=0
40 [[ $? -ne 0 ]] && skip=0
44 return $skip
/openbmc/linux/kernel/bpf/
H A Dstackmap.c224 if (trace->nr <= skip) in __bpf_get_stackid()
228 trace_nr = trace->nr - skip; in __bpf_get_stackid()
230 ips = trace->ip + skip; in __bpf_get_stackid()
296 max_depth += skip; in BPF_CALL_3()
369 skip += nr_kernel; in BPF_CALL_3()
370 if (skip > BPF_F_SKIP_FIELD_MASK) in BPF_CALL_3()
426 max_depth = num_elem + skip; in __bpf_get_stack()
440 if (trace->nr < skip) in __bpf_get_stack()
443 trace_nr = trace->nr - skip; in __bpf_get_stack()
447 ips = trace->ip + skip; in __bpf_get_stack()
[all …]
/openbmc/linux/arch/openrisc/kernel/
H A Dstacktrace.c33 if (trace->skip > 0) { in save_stack_address()
34 trace->skip--; in save_stack_address()
59 if (trace->skip > 0) { in save_stack_address_nosched()
60 trace->skip--; in save_stack_address_nosched()
/openbmc/linux/mm/kmsan/
H A Dreport.c36 int len, skip; in get_stack_skipnr() local
39 for (skip = 0; skip < num_entries; ++skip) { in get_stack_skipnr()
41 (void *)stack_entries[skip]); in get_stack_skipnr()
55 return skip; in get_stack_skipnr()
/openbmc/qemu/docs/spin/
H A Dtcg-exclusive.promela94 :: else -> skip; \
129 :: else -> skip; \
132 :: else -> skip; \
149 :: else -> skip; \
153 :: else -> skip; \
167 :: else -> skip; \
170 :: else -> skip; \
174 :: else -> skip; \
222 :: ! LIVENESS -> accept_liveness: skip
/openbmc/qemu/scripts/
H A Dcheck_sparse.py15 skip = True
23 if skip:
24 skip = False
28 skip = True
/openbmc/linux/sound/pci/emu10k1/
H A Dvoice.c28 int i, j, k, skip; in voice_alloc() local
30 for (i = emu->next_free_voice, j = 0; j < NUM_G; i = (i + skip) % NUM_G, j += skip) { in voice_alloc()
38 skip = 1; in voice_alloc()
45 skip = k + 1; in voice_alloc()
/openbmc/openbmc/poky/scripts/contrib/
H A Dconvert-overrides.py66 skips = args.skip
110 skip = False
113 skip = True
115 skip = False
119 skip = True
120 if not skip:
/openbmc/linux/tools/testing/selftests/kselftest/
H A Dmodule.sh46 skip "please run as root"
52 skip "module $module is not found"
75 skip() { function
/openbmc/linux/tools/perf/tests/shell/coresight/asm_pure_loop/
H A Dasm_pure_loop.S14 adrp x2, skip
15 add x2, x2, :lo12:skip
22 skip: label
/openbmc/qemu/contrib/plugins/
H A Dexeclog.c180 bool skip = (imatches || amatches); in vcpu_tb_trans() local
206 if (skip && imatches) { in vcpu_tb_trans()
208 for (j = 0; j < imatches->len && skip; j++) { in vcpu_tb_trans()
211 skip = false; in vcpu_tb_trans()
217 if (skip && amatches) { in vcpu_tb_trans()
219 for (j = 0; j < amatches->len && skip; j++) { in vcpu_tb_trans()
222 skip = false; in vcpu_tb_trans()
240 skip = false; in vcpu_tb_trans()
253 if (skip) { in vcpu_tb_trans()
286 skip = (imatches || amatches); in vcpu_tb_trans()
/openbmc/qemu/tests/tcg/ppc64/
H A DMakefile.target17 $(call skip-test, $<, "BROKEN (flaky with clang) ")
19 $(call skip-test, $<, "BROKEN (flaky with clang) ")
22 $(call skip-test, $<, "BROKEN (flaky with clang) ")
24 $(call skip-test, $<, "BROKEN (flaky with clang) ")
/openbmc/qemu/tests/qemu-iotests/
H A D261171 dd if="$TEST_IMG.v2.orig" of="$TEST_DIR/sn0-pre" bs=1 skip=$sn0_ofs count=40 \
173 dd if="$TEST_IMG.v2.orig" of="$TEST_DIR/sn1-pre" bs=1 skip=$sn1_ofs count=40 \
175 dd if="$TEST_IMG.v2.orig" of="$TEST_DIR/sn2-pre" bs=1 skip=$sn2_ofs count=40 \
180 skip=$((sn0_ofs + 40)) count=$sn0_eds &> /dev/null
182 skip=$((sn1_ofs + 40)) count=$sn1_eds &> /dev/null
184 skip=$((sn2_ofs + 40)) count=$sn2_eds &> /dev/null
188 skip=$((sn0_ofs + 40 + sn0_eds)) count=$sn0_ids \
191 skip=$((sn1_ofs + 40 + sn1_eds)) count=$sn1_ids \
194 skip=$((sn2_ofs + 40 + sn2_eds)) count=$sn2_ids \
/openbmc/u-boot/board/keymile/km_arm/
H A Dfpga_config.c104 int skip; variable
112 skip = 0; in trigger_fpga_config()
115 skip = 1; in trigger_fpga_config()
163 if (skip) in wait_for_fpga_config()
231 resets = skip ? PCIE_RST : PCIE_RST | TRAFFIC_RST; in fpga_reset()
/openbmc/linux/arch/mips/kernel/
H A Dstacktrace.c27 if (trace->skip > 0) in save_raw_context_stack()
28 trace->skip--; in save_raw_context_stack()
55 if (trace->skip > 0) in save_context_stack()
56 trace->skip--; in save_context_stack()
/openbmc/linux/tools/testing/selftests/ia64/
H A Daliasing-test.c79 goto skip; in scan_tree()
81 goto skip; in scan_tree()
110 skip: in scan_tree()
164 goto skip; in scan_rom()
166 goto skip; in scan_rom()
199 skip: in scan_rom()
/openbmc/qemu/net/
H A Dannounce.c141 bool skip; in qemu_announce_self_iter() local
146 skip = true; in qemu_announce_self_iter()
151 skip = false; in qemu_announce_self_iter()
157 skip = false; in qemu_announce_self_iter()
162 qemu_ether_ntoa(&nic->conf->macaddr), skip); in qemu_announce_self_iter()
164 if (!skip) { in qemu_announce_self_iter()
/openbmc/linux/arch/s390/purgatory/
H A Dhead.S254 SYM_DATA(purgatory_sha256_digest, .skip 32)
255 SYM_DATA(purgatory_sha_regions, .skip 16*__KEXEC_SHA_REGION_SIZE)
256 SYM_DATA(kernel_entry, .skip 8)
257 SYM_DATA(kernel_type, .skip 8)
258 SYM_DATA(crash_start, .skip 8)
259 SYM_DATA(crash_size, .skip 8)
263 .skip stack-purgatory_start
/openbmc/linux/drivers/acpi/x86/
H A Dutils.c430 static int acpi_dmi_skip_serdev_enumeration(struct device *controller_parent, bool *skip) in acpi_dmi_skip_serdev_enumeration() argument
449 *skip = true; in acpi_dmi_skip_serdev_enumeration()
455 *skip = true; in acpi_dmi_skip_serdev_enumeration()
462 *skip = true; in acpi_dmi_skip_serdev_enumeration()
482 static int acpi_dmi_skip_serdev_enumeration(struct device *controller_parent, bool *skip) in acpi_dmi_skip_serdev_enumeration() argument
488 int acpi_quirk_skip_serdev_enumeration(struct device *controller_parent, bool *skip) in acpi_quirk_skip_serdev_enumeration() argument
490 *skip = false; in acpi_quirk_skip_serdev_enumeration()
492 return acpi_dmi_skip_serdev_enumeration(controller_parent, skip); in acpi_quirk_skip_serdev_enumeration()
/openbmc/linux/lib/
H A Drhashtable.c746 int skip = 0; in rhashtable_walk_start_check() local
748 skip++; in rhashtable_walk_start_check()
750 iter->skip = skip; in rhashtable_walk_start_check()
761 int skip = 0; in rhashtable_walk_start_check() local
766 skip++; in rhashtable_walk_start_check()
769 iter->skip = skip; in rhashtable_walk_start_check()
803 int skip = iter->skip; in __rhashtable_walk_find_next() local
810 if (!skip) in __rhashtable_walk_find_next()
812 skip--; in __rhashtable_walk_find_next()
818 if (!skip) in __rhashtable_walk_find_next()
[all …]
/openbmc/u-boot/test/
H A Drun44 [ "$1" == "quick" ] && skip=--skip-net-tests
45 run_test "buildman" ./tools/buildman/buildman -t ${skip}

12345678910>>...52