Home
last modified time | relevance | path

Searched refs:skip (Results 676 - 700 of 2138) sorted by relevance

1...<<21222324252627282930>>...86

/kernel/linux/linux-5.10/fs/ubifs/
H A Drecovery.c462 int skip, dlen = le32_to_cpu(ch->len); in no_more_nodes() local
465 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes()
466 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
476 /* Now we know the corrupt node's length we can skip over it */ in no_more_nodes()
477 skip = ALIGN(offs + dlen, c->max_write_size) - offs; in no_more_nodes()
479 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
481 dbg_rcvry("unexpected data at %d:%d", lnum, offs + skip); in no_more_nodes()
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_fdb.c458 unsigned long maxnum, unsigned long skip) in br_fdb_fillbuf()
478 if (skip) { in br_fdb_fillbuf()
479 --skip; in br_fdb_fillbuf()
779 goto skip; in br_fdb_dump()
782 goto skip; in br_fdb_dump()
789 goto skip; in br_fdb_dump()
792 goto skip; in br_fdb_dump()
801 skip: in br_fdb_dump()
457 br_fdb_fillbuf(struct net_bridge *br, void *buf, unsigned long maxnum, unsigned long skip) br_fdb_fillbuf() argument
/kernel/linux/linux-5.10/net/ceph/
H A Dmon_client.c54 p += sizeof(u16); /* skip version */ in ceph_monmap_decode()
637 int *skip) in get_generic_reply()
648 *skip = 1; in get_generic_reply()
652 *skip = 0; in get_generic_reply()
1331 int *skip) in mon_alloc_msg()
1338 *skip = 0; in mon_alloc_msg()
1346 return get_generic_reply(con, hdr, skip); in mon_alloc_msg()
1352 return get_generic_reply(con, hdr, skip); in mon_alloc_msg()
1366 return NULL; /* ENOMEM--return skip == 0 */ in mon_alloc_msg()
1372 *skip in mon_alloc_msg()
635 get_generic_reply(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) get_generic_reply() argument
1329 mon_alloc_msg(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) mon_alloc_msg() argument
[all...]
/kernel/linux/linux-6.6/fs/ubifs/
H A Drecovery.c462 int skip, dlen = le32_to_cpu(ch->len); in no_more_nodes() local
465 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes()
466 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
476 /* Now we know the corrupt node's length we can skip over it */ in no_more_nodes()
477 skip = ALIGN(offs + dlen, c->max_write_size) - offs; in no_more_nodes()
479 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
481 dbg_rcvry("unexpected data at %d:%d", lnum, offs + skip); in no_more_nodes()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dgarmin_gps.c473 /* skip: if set, skip incoming data until possible start of in gsp_receive()
476 int skip; in gsp_receive() local
483 skip = garmin_data_p->flags & FLAGS_GSP_SKIP; in gsp_receive()
486 /* dev_dbg(dev, "%s - dle=%d skip=%d size=%d count=%d\n", in gsp_receive()
487 __func__, dleSeen, skip, size, count); */ in gsp_receive()
498 if (skip) { /* start of a new pkt */ in gsp_receive()
499 skip = 0; in gsp_receive()
526 skip = 1; in gsp_receive()
532 } else if (!skip) { in gsp_receive()
[all...]
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Drequest.c374 goto skip; in check_should_bypass()
379 goto skip; in check_should_bypass()
394 goto skip; in check_should_bypass()
400 goto skip; in check_should_bypass()
405 goto skip; in check_should_bypass()
445 goto skip; in check_should_bypass()
450 goto skip; in check_should_bypass()
456 skip: in check_should_bypass()
/kernel/linux/linux-5.10/arch/s390/purgatory/
H A Dhead.S258 .skip \size,0
271 .skip stack-purgatory_start
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dnetif_receive_skb.c14 bool skip = false; variable
250 skip = true; in BPF_PROG()
/kernel/linux/linux-5.10/net/ipv6/
H A Dudp_offload.c136 goto skip; in udp6_gro_receive()
145 skip: in udp6_gro_receive()
/kernel/linux/linux-6.6/include/linux/
H A Dkernel.h382 extern void trace_dump_stack(int skip);
411 static inline void trace_dump_stack(int skip) { } in trace_dump_stack() argument
/kernel/linux/linux-6.6/include/net/
H A Dpkt_sched.h18 int skip; member
300 if (arg->count >= arg->skip && arg->fn(sch, cl, arg) < 0) { in tc_qdisc_stats_dump()
/kernel/linux/linux-6.6/drivers/vfio/
H A Diova_bitmap.c151 unsigned long skip = bitmap->mapped_base_index; in iova_bitmap_mapped_iova() local
153 return bitmap->iova + iova_bitmap_index_to_offset(bitmap, skip); in iova_bitmap_mapped_iova()
/kernel/linux/linux-6.6/arch/x86/lib/
H A Dretpoline.S218 .skip 64 - (retbleed_return_thunk - retbleed_untrain_ret), 0xcc
280 .skip 64 - (srso_safe_ret - srso_untrain_ret), 0xcc
/kernel/linux/linux-6.6/tools/testing/selftests/landlock/
H A Dcommon.h48 if (_metadata->skip) \
67 _metadata->skip = 1; \
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dmemfd_secret.c28 #define skip(fmt, ...) ksft_test_result_skip(fmt, ##__VA_ARGS__) macro
148 skip("%s is not supported\n", name); in check_child_status()
295 printf("skip: skipping memfd_secret test (missing __NR_memfd_secret)\n"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dnetif_receive_skb.c14 bool skip = false; variable
249 skip = true; in BPF_PROG()
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Ddiag.sh59 local skip="${4-SKIP}"
66 if [ "$nr" = "$skip" ] && ! mptcp_lib_expect_all_features; then
67 echo "[ skip ] Feature probably not supported"
/kernel/linux/linux-6.6/net/ipv6/
H A Dudp_offload.c142 goto skip; in udp6_gro_receive()
151 skip: in udp6_gro_receive()
/third_party/ffmpeg/libavcodec/arm/
H A Dmpegaudiodsp_fixed_armv6.S23 .macro skip args:vararg
26 .macro sum8 lo, hi, w, p, t1, t2, t3, t4, rsb=skip, offs=0
/third_party/ffmpeg/libavcodec/x86/
H A Dhuffyuvdsp.asm98 jmp .skip
106 .skip:
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUConverterDataReader.java588 //protected int[] readExtIndexes(int skip) throws IOException
589 protected ByteBuffer readExtIndexes(int skip) throws IOException, InvalidFormatException in readExtIndexes() argument
591 ICUBinary.skipBytes(byteBuffer, skip); in readExtIndexes()
/third_party/libunwind/libunwind/tests/
H A Dia64-test-stack-asm.S88 (p6) br.cond.sptk.few .skip
93 .skip: cmp.ne p6, p7 = 0, r8
/third_party/node/test/parallel/
H A Dtest-crypto-cipher-decipher.js5 common.skip('missing crypto');
8 common.skip('not supported in FIPS mode');
H A Dtest-crypto-scrypt.js5 common.skip('missing crypto');
12 common.skip('no scrypt support');
H A Dtest-fs-access.js9 common.skip('as this test should not be run as `root`');
12 common.skip('IBMi has a different access permission mechanism');

Completed in 21 milliseconds

1...<<21222324252627282930>>...86