Home
last modified time | relevance | path

Searched defs:skip (Results 1 – 25 of 242) sorted by relevance

12345678910

/linux/tools/testing/selftests/tc-testing/
H A Dtdc_batch.py57 skip = "skip_hw" variable
59 skip = "skip_sw" variable
73 def format_add_filter(device, prio, handle, skip, src_mac, dst_mac, argument
80 def format_rep_filter(device, prio, handle, skip, src_mac, dst_mac, argument
87 def format_del_filter(device, prio, handle, skip, src_mac, dst_mac, argument
/linux/drivers/crypto/bcm/
H A Dutil.c27 int spu_sg_at_offset(struct scatterlist *sg, unsigned int skip, in spu_sg_at_offset()
51 unsigned int len, unsigned int skip) in sg_copy_part_to_buf()
70 unsigned int len, unsigned int skip) in sg_copy_part_from_buf()
93 int spu_sg_count(struct scatterlist *sg_list, unsigned int skip, int nbytes) in spu_sg_count()
140 u32 skip = *from_skip; in spu_msg_sg_add() local
273 void __dump_sg(struct scatterlist *sg, unsigned int skip, unsigned int len) in __dump_sg()
H A Dutil.h57 #define dump_sg(sg, skip, len) __dump_sg(sg, skip, len) argument
77 static inline void dump_sg(struct scatterlist *sg, unsigned int skip, in dump_sg()
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/
H A Dtag.c21 unsigned int skip, in sh_css_create_tag_descr()
44 unsigned int skip; in sh_css_encode_tag_descr() local
/linux/include/linux/
H A Diov_iter.h45 size_t progress = 0, skip = iter->iov_offset; in iterate_iovec() local
79 size_t progress = 0, skip = iter->iov_offset; in iterate_kvec() local
113 size_t progress = 0, skip = iter->iov_offset; in iterate_bvec() local
153 size_t progress = 0, skip = iter->iov_offset; in iterate_folioq() local
H A Dstacktrace.h85 unsigned int skip; /* input argument: How many entries to skip */ member
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_ldsx_insn.c12 const volatile int skip = 0; variable
14 const volatile int skip = 1; variable
H A Dbpf_iter_task_btf.c13 bool skip = false; variable
H A Darena_htab.c19 bool skip = false; variable
H A Dstruct_ops_private_stack_recur.c13 bool skip = true; variable
H A Dstruct_ops_private_stack_fail.c13 bool skip = true; variable
/linux/lib/
H A Ddecompress_unlzo.c41 STATIC inline long INIT parse_header(u8 *input, long *skip, long in_len) in parse_header()
104 long skip = 0; in unlzo() local
H A Dsg_split.c21 off_t skip, const size_t *sizes, in sg_calculate_split()
147 const off_t skip, const int nb_splits, in sg_split()
/linux/drivers/acpi/x86/
H A Dutils.c481 static int acpi_dmi_skip_serdev_enumeration(struct device *controller_parent, bool *skip) in acpi_dmi_skip_serdev_enumeration()
550 static int acpi_dmi_skip_serdev_enumeration(struct device *controller_parent, bool *skip) in acpi_dmi_skip_serdev_enumeration()
556 int acpi_quirk_skip_serdev_enumeration(struct device *controller_parent, bool *skip) in acpi_quirk_skip_serdev_enumeration()
/linux/arch/xtensa/kernel/
H A Dstacktrace.c205 unsigned skip; member
244 unsigned skip; member
/linux/tools/perf/tests/shell/coresight/asm_pure_loop/
H A Dasm_pure_loop.S22 skip: label
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c108 bool skip) in compare()
189 bool skip = false; in main() local
/linux/tools/testing/selftests/kselftest/
H A Dmodule.sh75 skip() { function
/linux/fs/squashfs/
H A Dfile.c88 int skip) in empty_meta_index()
217 u64 skip = blocks / ((SQUASHFS_META_ENTRIES + 1) in calculate_skip() local
232 int skip = calculate_skip(i_size_read(inode) >> msblk->block_log); in fill_meta_index() local
/linux/tools/testing/selftests/kho/
H A Dvmtest.sh36 function skip() { function
/linux/arch/hexagon/kernel/
H A Dstacktrace.c27 int skip = trace->skip; in save_stack_trace() local
/linux/tools/testing/selftests/net/forwarding/
H A Dlib_sh_test.sh61 skip() function
/linux/arch/powerpc/kexec/
H A Drelocate_32.S105 skip: label
/linux/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh40 skip() function
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dres_spin_lock.c15 static volatile int skip; variable

12345678910