Home
last modified time | relevance | path

Searched refs:skip (Results 126 – 150 of 1278) sorted by relevance

12345678910>>...52

/openbmc/linux/arch/sparc/kernel/
H A Dstacktrace.c55 if (trace->skip > 0) in __save_stack_trace()
56 trace->skip--; in __save_stack_trace()
/openbmc/openbmc-tools/ddconvnotrunc/
H A Dddconvnotrunc33 skip=*)
150 $DD $DATA_SOURCE of="$OF_FILE" bs=1 skip=$OF_SUFFIX_OFF seek=$OF_SUFFIX_OFF $ARG_APPEND
/openbmc/linux/tools/perf/Documentation/
H A Dperf-test.txt27 --skip::
28 Tests to skip (comma separated numeric list).
/openbmc/linux/tools/testing/selftests/kvm/s390x/
H A Dtprot.c143 bool skip; in perform_next_stage() local
153 skip = tests[*i].addr < (void *)4096 && in perform_next_stage()
156 if (!skip) { in perform_next_stage()
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-irq.c28 bool skip = false; in cobalt_dma_stream_queue_handler() local
104 skip = true; in cobalt_dma_stream_queue_handler()
122 skip = true; in cobalt_dma_stream_queue_handler()
130 (skip || s->unstable_frame) ? in cobalt_dma_stream_queue_handler()
/openbmc/linux/sound/pci/hda/
H A Dhda_cs_dsp_ctl.c177 int skip = 0; in hda_cs_dsp_control_add() local
181 skip = cs_ctl->subname_len - avail; in hda_cs_dsp_control_add()
184 " %.*s", cs_ctl->subname_len - skip, cs_ctl->subname + skip); in hda_cs_dsp_control_add()
/openbmc/openbmc-build-scripts/scripts/
H A Dget_unit_test_report.py259 skip = False variable
262 skip = True variable
277 skip = True variable
293 skip = True variable
294 if not (skip):
/openbmc/linux/include/linux/
H A Dscatterlist.h426 const off_t skip, const int nb_splits,
493 size_t buflen, off_t skip, bool to_buffer);
501 const void *buf, size_t buflen, off_t skip);
503 void *buf, size_t buflen, off_t skip);
505 size_t buflen, off_t skip);
H A Dnetfilter_netdev.h133 static inline void nf_skip_egress(struct sk_buff *skb, bool skip) in nf_skip_egress() argument
136 skb->nf_skip_egress = skip; in nf_skip_egress()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-skip-no_stdout_fileno-test-due-to-load-variability.patch4 Subject: [PATCH] skip no_stdout_fileno test due to load variability
26 + @unittest.skip("Test may fail under heavy load")
/openbmc/linux/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c76 u8 skip[3]; member
104 u32 skip[3][2]; member
131 u32 skip[3][2]; member
338 memcpy(rkprobs->skip, probs->skip, sizeof(rkprobs->skip)); in init_probs()
840 memcpy((p1)->skip, (p2)->skip, sizeof((p1)->skip)); \
881 u8 skip[3]; in rkvdec_vp9_done() member
934 vp9_ctx->inter_cnts.skip = &inter_cnts->skip; in rkvdec_init_v4l2_vp9_count_tbl()
941 vp9_ctx->intra_cnts.skip = &intra_cnts->skip; in rkvdec_init_v4l2_vp9_count_tbl()
/openbmc/openbmc-test-automation/lib/
H A Dbmc_cleanup.robot9 # List that holds space separated filepaths to skip from cleanup.
22 # skip_list List of files to skip from cleanup.
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_type_id.c15 bool skip; member
111 data.skip = true; in test_core_type_id()
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-fast-forward.rst47 - The number of frames to skip.
52 This ioctl call asks the Video Device to skip decoding of N number of
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_python_pylint.py31 self.skip('Python-unidiff parse error')
33 self.skip('No python related patches, skipping test')
/openbmc/linux/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2_tlv_multi.c62 u16 skip = 0; in mlxfw_mfa2_tlv_multi_child_find() local
71 if (skip++ == index) in mlxfw_mfa2_tlv_multi_child_find()
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dbasic_asm.h97 .macro OP_REGS op, reg_width, start_reg, end_reg, base_reg, base_reg_offset=0, skip=0
100 \op i, (\reg_width * (i - \skip) + \base_reg_offset)(\base_reg)
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_hevc_dec.c126 int skip = 0; in compute_header_skip_length() local
130 skip++; in compute_header_skip_length()
134 skip += 2; in compute_header_skip_length()
138 skip += sps->log2_max_pic_order_cnt_lsb_minus4 + 4; in compute_header_skip_length()
141 skip++; in compute_header_skip_length()
145 skip += decode_params->short_term_ref_pic_set_size; in compute_header_skip_length()
147 skip += fls(sps->num_short_term_ref_pic_sets - 1); in compute_header_skip_length()
149 skip += decode_params->long_term_ref_pic_set_size; in compute_header_skip_length()
152 return skip; in compute_header_skip_length()
/openbmc/linux/net/sctp/
H A Dstream_interleave.c1166 struct sctp_fwdtsn_skip *skip; in sctp_validate_fwdtsn() local
1173 sctp_walk_fwdtsn(skip, chunk) in sctp_validate_fwdtsn()
1174 if (ntohs(skip->stream) >= incnt) in sctp_validate_fwdtsn()
1182 struct sctp_ifwdtsn_skip *skip; in sctp_validate_iftsn() local
1189 sctp_walk_ifwdtsn(skip, chunk) in sctp_validate_iftsn()
1244 struct sctp_fwdtsn_skip *skip; in sctp_handle_fwdtsn() local
1247 sctp_walk_fwdtsn(skip, chunk) in sctp_handle_fwdtsn()
1248 sctp_ulpq_skip(ulpq, ntohs(skip->stream), ntohs(skip->ssn)); in sctp_handle_fwdtsn()
1281 struct sctp_ifwdtsn_skip *skip; in sctp_handle_iftsn() local
1284 sctp_walk_ifwdtsn(skip, chunk) in sctp_handle_iftsn()
[all …]
/openbmc/u-boot/cmd/
H A Dbedbug.c333 int skip = 1; /* Flag to skip the first entry */ in do_bedbug_stack() local
354 if (!skip) in do_bedbug_stack()
357 --skip; in do_bedbug_stack()
/openbmc/openbmc-test-automation/systest/
H A Dnetwork_stability_test.robot15 ${stack_mode} skip
40 REST Power On stack_mode=skip
82 REST Power On stack_mode=skip
/openbmc/linux/Documentation/scsi/
H A Dwd719x.rst22 dd if=wd7296a.sys of=wd719x-risc.bin bs=1 skip=5760 count=14336
23 dd if=wd7296a.sys of=wd719x-wcs.bin bs=1 skip=20096 count=514
/openbmc/linux/include/media/
H A Dv4l2-vp9.h72 u8 skip[3]; member
121 u32 (*skip)[3][2]; member
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dnvidia,tegra124-soctherm.yaml260 * the HW will skip cpu clock's pulse in 85% depth,
261 * skip gpu clock's pulse in 85% level
273 * the HW will skip cpu clock's pulse in 50% depth,
274 * skip gpu clock's pulse in 50% level
287 * settings to skip cpu pulse.
322 * the HW will skip cpu clock's pulse in HIGH level
333 * the HW will skip cpu clock's pulse in MED level
345 * settings to skip cpu pulse.
/openbmc/linux/sound/isa/wavefront/
H A Dwavefront_synth.c888 int skip = 0; in wavefront_send_sample() local
968 switch (skip) { in wavefront_send_sample()
971 skip = 1; in wavefront_send_sample()
975 skip = 2; in wavefront_send_sample()
979 skip = 2; in wavefront_send_sample()
983 skip = 3; in wavefront_send_sample()
987 skip = 4; in wavefront_send_sample()
991 skip = 5; in wavefront_send_sample()
995 skip = 6; in wavefront_send_sample()
1002 initial_skip, skip); in wavefront_send_sample()
[all …]

12345678910>>...52