Searched refs:skip (Results 226 - 250 of 526) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_syncmap.c121 goto skip;
128 skip:
/linux-master/include/linux/ceph/
H A Dmessenger.h51 int *skip);
328 int out_skip; /* skip this many bytes */
550 struct ceph_msg_header *hdr, int *skip);
/linux-master/fs/exfat/
H A Dnls.c658 unsigned char skip = false; local
681 if (skip) {
683 skip = false;
687 skip = true;
709 unsigned char skip = false; local
721 if (skip) {
723 skip = false;
727 skip = true;
/linux-master/net/bridge/
H A Dbr_fdb.c828 unsigned long maxnum, unsigned long skip)
848 if (skip) {
849 --skip;
981 goto skip;
984 goto skip;
991 goto skip;
994 goto skip;
1003 skip:
827 br_fdb_fillbuf(struct net_bridge *br, void *buf, unsigned long maxnum, unsigned long skip) argument
/linux-master/net/sched/
H A Dsch_etf.c83 goto skip;
100 skip:
/linux-master/tools/net/ynl/lib/
H A Dynl-priv.h236 ynl_attr_first(const void *start, size_t len, size_t skip) argument
240 attr = (void *)((char *)start + NLMSG_ALIGN(skip));
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c205 goto skip;
226 skip:
/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn20.c404 void dmub_dcn20_skip_dmub_panel_power_sequence(struct dmub_srv *dmub, bool skip) argument
408 boot_options.bits.skip_phy_init_panel_sequence = skip;
H A Ddmub_dcn31.c380 void dmub_dcn31_skip_dmub_panel_power_sequence(struct dmub_srv *dmub, bool skip) argument
384 boot_options.bits.skip_phy_init_panel_sequence = skip;
/linux-master/arch/powerpc/kexec/
H A Drelocate_32.S103 beq skip /* If so, skip the inval */
105 skip: label
/linux-master/arch/parisc/kernel/
H A Dirq.c197 goto skip;
234 skip:
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dprivate_mem_conversions_test.c163 goto skip;
195 skip:
/linux-master/fs/gfs2/
H A Drgrp.c1685 * If we have a minimum extent length, then skip over any extent
1696 * and skip if parts of it are already reserved
1725 * @rs: Our own reservation (NULL to skip checking for reservations)
1836 * @skip: block address we should explicitly not unlink
1842 static void try_rgrp_unlink(struct gfs2_rgrpd *rgd, u64 *last_unlinked, u64 skip) argument
1865 if (block == skip)
1990 u32 skip; local
1992 get_random_bytes(&skip, sizeof(skip));
1993 return skip
2055 u32 free_blocks, blocks_available, skip = 0; local
[all...]
/linux-master/tools/perf/util/
H A Dsession.c2056 s64 skip = 0; local
2118 if ((skip = perf_session__process_event(session, event, head, "pipe")) < 0) {
2127 if (skip > 0)
2128 head += skip;
2207 s64 skip; local
2224 (skip = perf_session__process_event(session, event, decomp->file_pos,
2231 if (skip)
2232 size += skip;
2366 s64 skip; local
2378 skip
[all...]
/linux-master/drivers/pnp/isapnp/
H A Dcore.c566 int number = 0, skip = 0, priority, compat = 0; local
581 if (skip && type != _STAG_LOGDEVID && type != _STAG_END)
591 skip = 0;
595 skip = 1;
/linux-master/tools/testing/selftests/drivers/sdsi/
H A Dsdsi_test.py206 pytest.skip("kmemleak not enabled in kernel")
/linux-master/arch/xtensa/kernel/
H A Dcoprocessor.S220 beqz a8, 1f # skip 'save' if no previous owner
/linux-master/drivers/iio/adc/
H A Dti-tsc2046.c120 unsigned int skip; member in struct:tsc2046_adc_group_layout
368 cur->skip = count_skip;
400 valid_count = l->count - l->skip;
403 val = tsc2046_adc_get_value(&priv->rx[l->offset + l->skip + i]);
/linux-master/arch/powerpc/boot/
H A Dops.h257 unsigned long output_size, unsigned long skip);
/linux-master/arch/x86/kernel/
H A Drelocate_kernel_64.S316 .skip KEXEC_CONTROL_CODE_MAX_SIZE - (. - relocate_kernel), 0xcc
/linux-master/tools/perf/ui/stdio/
H A Dhist.c549 .skip = false,
555 if (!hpp.skip)
571 .skip = false,
575 if (!hpp.skip)
/linux-master/crypto/
H A Dchacha20poly1305.c132 goto skip;
150 skip:
408 goto skip;
426 skip:
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.h242 u16 skip; member in struct:mcu_msg_encode_frame_response
/linux-master/fs/jffs2/
H A Ddebug.c739 int skip; local
744 i = skip = offs % JFFS2_BUFDUMP_BYTES_PER_LINE;
747 if (skip != 0)
750 while (skip--)
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispcsi2.c198 /* If we need to skip frames at the beginning of the stream disable the
251 unsigned int skip = 0; local
258 skip = csi2->frame_skip;
260 skip = 1;
264 | (skip << ISPCSI2_CTX_CTRL1_COUNT_SHIFT)
710 /* Skip interrupts until we reach the frame skip count. The CSI2 will be
711 * automatically disabled, as the frame skip count has been programmed

Completed in 271 milliseconds

1234567891011>>