Searched refs:skip (Results 101 - 125 of 526) sorted by relevance

1234567891011>>

/linux-master/fs/isofs/
H A Drock.h11 __u8 skip; member in struct:SU_SP_s
/linux-master/arch/x86/kernel/
H A Dverify_cpu.S85 jb .Lverify_cpu_check # family < 6, skip
90 jb .Lverify_cpu_check # family == 6, model < 0xd, skip
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_vp9.h33 u8 skip[3]; member in struct:hantro_g2_probs
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_selftest.c435 bool skip = false; local
442 if (!skip) {
444 skip = true;
456 skip = false;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfault.c234 ibd->fault->skip = 0;
294 if (ibd->fault->fault_skip && ibd->fault->skip) {
295 ibd->fault->skip--;
300 ibd->fault->skip = ibd->fault->fault_skip;
/linux-master/tools/testing/selftests/openat2/
H A Dopenat2_test.c103 goto skip;
140 skip:
255 goto skip;
310 skip:
/linux-master/lib/
H A Dtest_meminit.c40 /* Fill a buffer with garbage, skipping |skip| first bytes. */
41 static void __init fill_with_garbage_skip(void *ptr, int size, size_t skip) argument
43 unsigned int *p = (unsigned int *)((char *)ptr + skip);
46 WARN_ON(skip > size);
47 size -= skip;
/linux-master/arch/x86/include/asm/
H A Dsetup.h141 .skip \size
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Darena_htab.c54 if (skel->bss->skip) {
/linux-master/drivers/i2c/busses/
H A Di2c-thunderx-pcidrv.c93 goto skip;
98 goto skip;
105 skip:
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadow.c31 u32 skip; member in struct:shadow
222 if (!mthd->skip || best->score < mthd->skip) {
/linux-master/net/sched/
H A Dcls_cgroup.c159 if (arg->count < arg->skip)
160 goto skip;
168 skip:
/linux-master/net/sctp/
H A Dstream_interleave.c1166 struct sctp_fwdtsn_skip *skip; local
1173 sctp_walk_fwdtsn(skip, chunk)
1174 if (ntohs(skip->stream) >= incnt)
1182 struct sctp_ifwdtsn_skip *skip; local
1189 sctp_walk_ifwdtsn(skip, chunk)
1190 if (ntohs(skip->stream) >= incnt)
1244 struct sctp_fwdtsn_skip *skip; local
1247 sctp_walk_fwdtsn(skip, chunk)
1248 sctp_ulpq_skip(ulpq, ntohs(skip->stream), ntohs(skip
1281 struct sctp_ifwdtsn_skip *skip; local
[all...]
/linux-master/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c76 u8 skip[3]; member in struct:rkvdec_vp9_probs
104 u32 skip[3][2]; member in struct:rkvdec_vp9_inter_frame_symbol_counts
131 u32 skip[3][2]; member in struct:rkvdec_vp9_intra_frame_symbol_counts
338 memcpy(rkprobs->skip, probs->skip, sizeof(rkprobs->skip));
840 memcpy((p1)->skip, (p2)->skip, sizeof((p1)->skip)); \
881 u8 skip[ member in struct:tx_and_skip
[all...]
/linux-master/drivers/hid/
H A Dhid-picolcd_debugfs.c193 goto skip;
197 goto skip;
200 goto skip;
207 skip:
248 goto skip;
252 goto skip;
255 skip:
280 goto skip;
284 goto skip;
290 skip
[all...]
/linux-master/sound/isa/wavefront/
H A Dwavefront_synth.c890 int skip = 0;
962 skip = WF_GET_CHANNEL(&header->hdr.s);
964 if (skip > 0 && header->hdr.s.SampleResolution != LINEAR_16BIT) {
970 switch (skip) {
973 skip = 1;
977 skip = 2;
981 skip = 2;
985 skip = 3;
989 skip = 4;
993 skip
888 int skip = 0; local
[all...]
/linux-master/fs/hfsplus/
H A Dbrec.c119 goto skip;
131 skip:
216 goto skip;
228 skip:
393 goto skip;
422 skip:
/linux-master/fs/hfs/
H A Dbrec.c119 goto skip;
131 skip:
212 goto skip;
224 skip:
388 goto skip;
416 skip:
/linux-master/arch/x86/events/intel/
H A Dbts.c377 unsigned long head, space, next_space, pad, gap, skip, wakeup; local
402 skip = pad + gap;
403 if (handle->size >= skip) {
405 if (next_space + skip > handle->size) {
406 next_space = handle->size - skip;
412 ret = perf_aux_output_skip(handle, skip);
/linux-master/drivers/tty/vt/
H A Dvc_screen.c298 unsigned int *skip)
310 *skip += pos;
327 (*skip)++;
403 unsigned int this_round, skip = 0; local
445 viewed, &skip);
456 ret = copy_to_user(buf, con_buf + skip, this_round);
296 vcs_read_buf(const struct vc_data *vc, char *con_buf, unsigned int pos, unsigned int count, bool viewed, unsigned int *skip) argument
/linux-master/tools/perf/util/
H A Dstat.c305 int cpu_map_idx, bool *skip)
313 *skip = false;
331 * instance to mark a package as used (skip=1). Otherwise
358 *skip = true;
392 bool skip = false; local
394 if (check_per_pkg(evsel, count, cpu_map_idx, &skip)) {
399 if (skip)
304 check_per_pkg(struct evsel *counter, struct perf_counts_values *vals, int cpu_map_idx, bool *skip) argument
H A Ddsos.c307 bool (skip)(struct dso *dso, int parm), int parm)
315 if (skip && skip(pos, parm))
/linux-master/arch/microblaze/kernel/
H A Dhead.S113 beqid r5, skip /* Skip if NULL pointer */
121 beqid r2, skip /* Skip if no data */
128 skip: label
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-trace-vp9.h137 "skip %s\n"
165 __print_array(__entry->h.skip,
166 ARRAY_SIZE(__entry->h.skip),
167 sizeof(__entry->h.skip[0])),
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace.c271 * Returning -1 will skip the syscall execution. We want
273 * the skip label below.
285 goto skip;
295 goto skip;
313 skip:

Completed in 304 milliseconds

1234567891011>>