Searched refs:skip (Results 76 - 100 of 526) sorted by relevance

1234567891011>>

/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-irq.c28 bool skip = false; local
104 skip = true;
122 skip = true;
130 (skip || s->unstable_frame) ?
H A Dcobalt-alsa-pcm.c98 size_t skip,
149 pcm_data + i * skip,
153 pcm_data + i * skip, stride, is_s32);
159 pcm_data + i * skip,
298 size_t skip,
343 pb_sample_cpy(pcm_data + i * skip,
96 cobalt_alsa_announce_pcm_data(struct snd_cobalt_card *cobsc, u8 *pcm_data, size_t skip, size_t samples) argument
296 cobalt_alsa_pb_pcm_data(struct snd_cobalt_card *cobsc, u8 *pcm_data, size_t skip, size_t samples) argument
/linux-master/include/linux/
H A Dstacktrace.h85 unsigned int skip; /* input argument: How many entries to skip */ member in struct:stack_trace
H A Drhashtable-types.h118 * @skip: Number of entries to skip in slot
126 unsigned int skip; member in struct:rhashtable_iter
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);
/linux-master/sound/pci/hda/
H A Dhda_cs_dsp_ctl.c156 int skip = 0; local
160 skip = cs_ctl->subname_len - avail;
163 " %.*s", cs_ctl->subname_len - skip, cs_ctl->subname + skip);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfault.h26 u64 skip; member in struct:fault
/linux-master/include/net/
H A Dtc_wrapper.h50 goto skip;
129 skip:
157 goto skip;
196 skip:
/linux-master/tools/testing/vsock/
H A Dutil.h36 bool skip; member in struct:test_case
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh7 #4: skip test - including run as non-root user
40 skip() function
49 [ $(id -u) -eq 0 ] || skip "must be run as root"
52 [ -d "$DEBUGFS" ] || skip "debugfs is not mounted"
360 [ "$full_test" -a -e "/dev/gpiochip0" ] && skip "full tests conflict with gpiochip0"
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Darena_list.c45 if (skel->bss->skip) {
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c105 /* skip stuffing bytes and REServed markers */
254 size_t skip; local
295 skip = 3; /* skip Ss, Se, Ah, and Al */
297 skip = len - 2;
300 return jpeg_skip(stream, skip);
454 int skip; local
476 /* skip the rest of the segment, this ensures at least it is complete */
477 skip = lp - 2 - 11 - 1;
478 return jpeg_skip(stream, skip);
[all...]
/linux-master/tools/perf/tests/
H A Dbuiltin-test.c446 bool skip = true; local
451 skip = false;
454 if (skip)
556 const char *skip = NULL; local
559 OPT_STRING('s', "skip", &skip, "tests", "tests to skip"),
598 if (skip != NULL)
599 skiplist = intlist__new(skip);
/linux-master/fs/jfs/
H A Djfs_xtree.c675 int skip; /* index of entry of insertion */ local
705 skip = split->index;
707 if (skip < nextindex)
708 memmove(&sp->xad[skip + 1], &sp->xad[skip],
709 (nextindex - skip) * sizeof(xad_t));
712 xad = &sp->xad[skip];
724 min(skip, (int)xtlck->lwm.offset) : skip;
820 skip
946 int skip, maxentry, middle, righthalf, n; local
1208 int skip, nextindex; local
[all...]
/linux-master/net/netfilter/
H A Dnf_conntrack_ftp.c67 char skip; member in struct:ftp_search
76 .skip = ' ',
84 .skip = ' ',
100 .skip = '(',
288 char skip, char term,
311 /* Now we've found the constant string, try to skip
312 to the 'skip' character */
313 if (skip) {
314 for (i = plen; data[i] != skip; i++)
321 pr_debug("Skipped up to 0x%hhx delimiter!\n", skip);
286 find_pattern(const char *data, size_t dlen, const char *pattern, size_t plen, char skip, char term, unsigned int *numoff, unsigned int *numlen, struct nf_conntrack_man *cmd, int (*getnum)(const char *, size_t, struct nf_conntrack_man *, char, unsigned int *)) argument
[all...]
/linux-master/fs/reiserfs/
H A Dxattr.c544 size_t skip = 0; local
564 skip = file_pos = sizeof(struct reiserfs_xattr_header);
565 if (chunk + skip > PAGE_SIZE)
566 chunk = PAGE_SIZE - skip;
573 err = __reiserfs_write_begin(page, page_offset, chunk + skip);
576 memcpy(data + skip, buffer + buffer_pos, chunk);
579 skip);
586 skip = 0;
703 size_t skip = 0; local
721 skip
[all...]
/linux-master/arch/microblaze/kernel/
H A Dunwind.c226 if (trace->skip > 0)
227 trace->skip--;
/linux-master/arch/powerpc/purgatory/
H A Dtrampoline_64.S58 beq .Lskip_copy /* skip if there is no backup region */
62 beq .Lskip_copy /* skip if copy size is zero */
155 .skip 32
161 .skip 8 * 2 * 16
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_type_based.c15 bool skip; member in struct:__anon3783
154 data.skip = true;
/linux-master/arch/csky/kernel/
H A Dstacktrace.c127 if (unlikely(trace->skip > 0)) {
128 trace->skip--;
/linux-master/arch/x86/kernel/
H A Dftrace_32.S68 addl $4, %esp /* skip NULL pointer */
74 addl $4,%esp /* skip function ip */
76 addl $4, %esp /* skip parent ip */
142 addl $4, %esp # skip 4th argument
198 addl $4, %esp # skip ebp
/linux-master/tools/testing/selftests/livepatch/
H A Dfunctions.sh20 # skip(msg) - testing can't proceed
22 function skip() { function
32 echo "skip all tests: must be run as root" >&2
44 echo "skip all tests: KDIR ($KDIR) not available to compile modules."
95 skip "failed to set kernel.ftrace_enabled = $1"
/linux-master/arch/mips/kernel/
H A Dscall64-n32.S39 ld t1, PT_EPC(sp) # skip syscall on return
40 daddiu t1, 4 # skip to next instruction
H A Dscall64-n64.S42 ld t1, PT_EPC(sp) # skip syscall on return
43 daddiu t1, 4 # skip to next instruction
/linux-master/drivers/crypto/
H A Ds5p-sss.c345 * @skip: Skip offset in req->src for current op
365 unsigned int skip; member in struct:s5p_hash_reqctx
1038 scatterwalk_map_and_copy(buf + ctx->bufcnt, sg, ctx->skip,
1045 ctx->skip = 0;
1059 * source sg into it, adjusting begin and/or end for skip offset and
1068 unsigned int skip = ctx->skip, n = sg_nents(sg); local
1093 while (sg && skip >= sg->length) {
1094 skip -= sg->length;
1099 len = sg->length - skip;
1139 unsigned int skip = ctx->skip, nbytes = new_len, n = 0; local
[all...]

Completed in 221 milliseconds

1234567891011>>