/linux/net/netfilter/ |
H A D | nf_conntrack_h323_types.c | 10 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL}, 14 {FNAME("item") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL}, 18 {FNAME("strict") NUL, FIXD, 0, 0, SKIP, 0, NULL}, 19 {FNAME("loose") NUL, FIXD, 0, 0, SKIP, 0, NULL}, 23 {FNAME("ip") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL}, 24 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL}, 25 {FNAME("route") SEQOF, SEMI, 0, 0, SKIP, 0, 27 {FNAME("routing") CHOICE, 1, 2, 2, SKIP | EXT, 0, 32 {FNAME("node") OCTSTR, FIXD, 6, 0, SKIP, 0, NULL}, 33 {FNAME("netnum") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL}, [all …]
|
/linux/lib/ |
H A D | decompress_unlzo.c | 41 STATIC inline long INIT parse_header(u8 *input, long *skip, long in_len) in parse_header() argument 61 /* get version (2bytes), skip library version (2), in parse_header() 82 /* skip mode and mtime_low */ in parse_header() 85 parse += 4; /* skip mtime_high */ in parse_header() 88 /* don't care about the file name, and skip checksum */ in parse_header() 93 *skip = parse - input; in parse_header() 104 long skip = 0; in unlzo() local 154 if (!parse_header(in_buf, &skip, in_len)) { in unlzo() 158 in_buf += skip; in unlzo() 159 in_len -= skip; in unlzo() [all …]
|
H A D | sg_split.c | 21 off_t skip, const size_t *sizes, in sg_calculate_split() argument 37 if (skip > sglen) { in sg_calculate_split() 38 skip -= sglen; in sg_calculate_split() 42 len = min_t(size_t, size, sglen - skip); in sg_calculate_split() 45 curr->skip_sg0 = skip; in sg_calculate_split() 51 while (!size && (skip + len < sglen) && (--nb_splits > 0)) { in sg_calculate_split() 54 skip += len; in sg_calculate_split() 55 len = min_t(size_t, size, sglen - skip); in sg_calculate_split() 58 curr->skip_sg0 = skip; in sg_calculate_split() 63 skip = 0; in sg_calculate_split() [all …]
|
H A D | iov_iter.c | 99 size_t skip; in fault_in_iov_iter_readable() local 102 for (p = iter_iov(i), skip = i->iov_offset; count; p++, skip = 0) { in fault_in_iov_iter_readable() 103 size_t len = min(count, p->iov_len - skip); in fault_in_iov_iter_readable() 108 ret = fault_in_readable(p->iov_base + skip, len); in fault_in_iov_iter_readable() 142 size_t skip; in fault_in_iov_iter_writeable() local 145 for (p = iter_iov(i), skip = i->iov_offset; count; p++, skip = 0) { in fault_in_iov_iter_writeable() 146 size_t len = min(count, p->iov_len - skip); in fault_in_iov_iter_writeable() 151 ret = fault_in_safe_writeable(p->iov_base + skip, len); in fault_in_iov_iter_writeable() 795 size_t skip = i->iov_offset; in iov_iter_aligned_iovec() local 798 size_t len = iov->iov_len - skip; in iov_iter_aligned_iovec() [all …]
|
/linux/include/linux/ |
H A D | iov_iter.h | 45 size_t progress = 0, skip = iter->iov_offset; in iterate_iovec() local 49 size_t part = min(len, p->iov_len - skip); in iterate_iovec() 52 remain = step(p->iov_base + skip, progress, part, priv, priv2); in iterate_iovec() 55 skip += consumed; in iterate_iovec() 57 if (skip < p->iov_len) in iterate_iovec() 61 skip = 0; in iterate_iovec() 66 iter->iov_offset = skip; in iterate_iovec() 79 size_t progress = 0, skip = iter->iov_offset; in iterate_kvec() local 83 size_t part = min(len, p->iov_len - skip); in iterate_kvec() 86 remain = step(p->iov_base + skip, progress, part, priv, priv2); in iterate_kvec() [all …]
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | lib_sh_test.sh | 61 skip() function 64 log_test_skip "skip" 95 local status_names=(pass fail xfail xpass skip) 150 local status_names=(pass fail xfail xpass skip) 173 exit_status_subtest $ksft_skip "skip" 178 exit_status_subtest $ksft_skip "pass skip" 182 exit_status_subtest $ksft_skip "skip pass" 186 exit_status_subtest $ksft_fail "fail skip" 189 exit_status_subtest $ksft_fail "skip fail" 192 exit_status_subtest $ksft_skip "xfail skip" [all …]
|
/linux/drivers/gpu/drm/sti/ |
H A D | sti_awg_utils.c | 20 SKIP, enumerator 39 /* skip, repeat and replay arg should not exceed 1023. in awg_generate_instr() 54 case SKIP: in awg_generate_instr() 61 /* SKIP instruction not needed */ in awg_generate_instr() 66 /* SKIP 0 not permitted but we want to skip 1 in awg_generate_instr() 67 * pixel. So we transform SKIP into SET in awg_generate_instr() 128 /* skip trailing pixel */ in awg_generate_line_signal() 133 ret |= awg_generate_instr(SKIP, val, 0, 0, fwparams); in awg_generate_line_signal() 142 /* skip the number of active pixel */ in awg_generate_line_signal() 144 ret |= awg_generate_instr(SKIP, val, 0, 1, fwparams); in awg_generate_line_signal() [all …]
|
/linux/tools/testing/kunit/test_data/ |
H A D | test_skip_all_tests.log | 5 ok 1 - string_stream_test_empty_on_creation # SKIP all tests skipped 6 ok 2 - string_stream_test_not_empty_after_add # SKIP all tests skipped 7 ok 3 - string_stream_test_get_string # SKIP all tests skipped 8 ok 1 - string-stream-test # SKIP 12 ok 1 - example_simple_test # SKIP all tests skipped 14 ok 2 - example_skip_test # SKIP this test should be skipped 15 ok 2 - example # SKIP
|
/linux/drivers/crypto/bcm/ |
H A D | util.h | 55 void __dump_sg(struct scatterlist *sg, unsigned int skip, unsigned int len); 57 #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() argument 84 int spu_sg_at_offset(struct scatterlist *sg, unsigned int skip, 87 /* Copy sg data, from skip, length len, to dest */ 89 unsigned int len, unsigned int skip); 92 unsigned int len, unsigned int skip); 94 int spu_sg_count(struct scatterlist *sg_list, unsigned int skip, int nbytes); 96 struct scatterlist **from_sg, u32 *skip,
|
H A D | util.c | 19 * @skip: [in] Distance from the start of the scatterlist, in bytes 20 * @sge: [out] Scatterlist entry at skip bytes from start 27 int spu_sg_at_offset(struct scatterlist *sg, unsigned int skip, in spu_sg_at_offset() argument 36 while (next_index <= skip) { in spu_sg_at_offset() 44 *sge_offset = skip - index; in spu_sg_at_offset() 49 /* Copy len bytes of sg data, starting at offset skip, to a dest buffer */ 51 unsigned int len, unsigned int skip) in sg_copy_part_to_buf() argument 56 copied = sg_pcopy_to_buffer(src, nents, dest, len, skip); in sg_copy_part_to_buf() 60 flow_log("sg with %u entries and skip %u\n", nents, skip); in sg_copy_part_to_buf() 67 * into the scatterlist dest, starting skip bytes into the scatterlist. [all …]
|
/linux/arch/powerpc/boot/ |
H A D | decompress.c | 43 static unsigned long skip; variable 65 /* skip this entire block */ in flush() 66 if (end <= skip) { in flush() 71 /* skip some data at the start, but keep the rest of the block */ in flush() 72 if (decompressed_bytes < skip && end > skip) { in flush() 73 offset = skip - decompressed_bytes; in flush() 80 out = &output_buffer[decompressed_bytes - skip]; in flush() 112 * The skip functionality is mainly there so the program and discover 130 skip = _skip; in partial_decompress() 142 return decompressed_bytes - skip; in partial_decompress()
|
/linux/kernel/ |
H A D | stacktrace.c | 78 unsigned int skip; member 89 if (c->skip > 0) { in stack_trace_consume_entry() 90 c->skip--; in stack_trace_consume_entry() 108 * @skipnr: Number of entries to skip at the start of the stack trace 119 .skip = skipnr + 1, in stack_trace_save() 132 * @skipnr: Number of entries to skip at the start of the stack trace 143 /* skip this function if they are tracing us */ in stack_trace_save_tsk() 144 .skip = skipnr + (current == tsk), in stack_trace_save_tsk() 161 * @skipnr: Number of entries to skip at the start of the stack trace 172 .skip = skipnr, in stack_trace_save_regs() [all …]
|
/linux/arch/hexagon/lib/ |
H A D | memset.S | 42 if p1 jump 2f /* skip byte loop */ 55 2: /* skip byte loop */ 60 if !p0 jump 3f /* skip initial byte store */ 68 3: /* skip initial byte store */ 73 if !p0 jump 4f /* skip initial half store */ 81 4: /* skip initial half store */ 86 if !p0 jump 5f /* skip initial word store */ 95 5: /* skip initial word store */ 99 if !p0 jump 7f /* skip double loop */ 117 7: /* skip double loop */ [all …]
|
/linux/tools/testing/selftests/net/ |
H A D | netdevice.sh | 11 # Kselftest framework requirement - SKIP code is 4. 23 echo "SKIP: $netdev: interface already up" 66 echo "SKIP: $netdev: already have an IP" 74 echo "SKIP: $netdev: set IP address" 86 echo "SKIP: $netdev: ethtool: invalid number of arguments" 114 echo "SKIP: ethtool not present" 120 echo "SKIP: Cannot create a tmp file" 133 [ "$FEATURE" != "Features" ] || continue # Skip "Features" 134 [ "$FIXED" != "[fixed]" ] || continue # Skip fixed features 180 echo "SKIP: $netdev: interface kept up" [all …]
|
H A D | drop_monitor_tests.sh | 146 echo "SKIP: Need root privileges" 151 echo "SKIP: Could not run test without ip tool" 156 echo "SKIP: Could not run test without devlink tool" 161 echo "SKIP: Could not run test without tshark tool" 166 echo "SKIP: Could not run test without dwdump tool" 171 echo "SKIP: Could not run test without udevadm tool" 176 echo "SKIP: Could not run test without timeout tool" 181 echo "SKIP: Could not run test without mausezahn tool" 187 echo "SKIP: tshark too old, missing net_dm dissector"
|
/linux/tools/perf/tests/shell/lib/ |
H A D | stat_output.sh | 24 echo "[Skip] paranoid and not root" 37 echo "[Skip] paranoid and not root" 66 echo "[Skip] paranoid and not root" 79 echo "[Skip] paranoid and not root" 92 echo "[Skip] paranoid and not root" 105 echo "[Skip] paranoid and not root" 117 echo "[Skip] paranoid and not root" 130 echo "[Skip] paranoid and not root" 143 echo "[Skip] paranoid and not root"
|
/linux/tools/perf/tests/shell/ |
H A D | stat+json_output.sh | 49 echo "[Skip] paranoia and not root" 62 echo "[Skip] paranoia and not root" 92 echo "[Skip] paranoia and not root" 105 echo "[Skip] paranoia and not root" 118 echo "[Skip] paranoia and not root" 130 echo "[Skip] paranoia and not root" 142 echo "[Skip] paranoia and not root" 155 echo "[Skip] paranoia and not root" 168 echo "[Skip] paranoia and not root" 219 echo "[Skip] Skippin [all...] |
/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc_batch.py | 57 skip = "skip_hw" variable 59 skip = "skip_sw" variable 73 def format_add_filter(device, prio, handle, skip, src_mac, dst_mac, argument 77 device, prio, handle, skip, src_mac, dst_mac, share_action)) 80 def format_rep_filter(device, prio, handle, skip, src_mac, dst_mac, argument 84 device, prio, handle, skip, src_mac, dst_mac, share_action)) 87 def format_del_filter(device, prio, handle, skip, src_mac, dst_mac, argument 106 cmd = formatter(device, prio, handle_start + index, skip, src_mac,
|
/linux/tools/testing/selftests/kselftest/ |
H A D | ksft.py | 10 ksft_cnt = {"pass": 0, "fail": 0, "skip": 0} 31 …s: pass:{ksft_cnt['pass']} fail:{ksft_cnt['fail']} xfail:0 xpass:0 skip:{ksft_cnt['skip']} error:0" 61 _test_print("ok", description, "SKIP") 62 ksft_cnt["skip"] += 1 73 if ksft_cnt["pass"] + ksft_cnt["skip"] == ksft_num_tests:
|
/linux/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 51 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 116 SKIP(return, "Skipping test since %s does not exist", rtc_file); 154 SKIP(return, "Skipping test since %s does not exist", rtc_file); 161 TH_LOG("skip update IRQs not supported."); 183 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 190 TH_LOG("skip update IRQs not supported."); in TEST_F() 227 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 232 SKIP(return, "Skipping test since alarms are not supported."); in TEST_F() 248 TH_LOG("skip alarms are not supported."); in TEST_F() 295 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() [all …]
|
/linux/tools/perf/tests/ |
H A D | time-utils-test.c | 66 u64 skip[TEST_MAX]; member 116 if (d->skip[i] && in test__perf_time__parse_for_ranges() 117 !perf_time__ranges_skip_sample(ptime, d->num, d->skip[i])) { in test__perf_time__parse_for_ranges() 118 pr_debug("failed to skip %" PRIu64 "\n", d->skip[i]); in test__perf_time__parse_for_ranges() 164 .skip = { b - 1, b + 2, }, in test__time_utils() 181 .skip = { b - 1, b + 2, c - 1, c + 124, e - 1, e + 6 }, in test__time_utils() 196 .skip = { b - 1, b + 10, }, in test__time_utils() 211 .skip = { b + 9, b + 20, }, in test__time_utils() 226 .skip = { b - 1, b + 20, }, in test__time_utils() 241 .skip = { b - 1, b + 10, b + 19, b + 30, b + 89, b + 101 }, in test__time_utils()
|
/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_benchmark.c | 108 bool skip) in compare() argument 112 if (skip) { in compare() 189 bool skip = false; in main() local 256 skip = true; \ in main() 278 skip); in main() 280 skip); in main() 282 skip = true; in main() 285 per_filter1, approx, per_filter2, skip); in main() 288 bitmap1 - native, approx, bitmap2 - native, skip); in main() 291 skip in main() [all...] |
/linux/fs/bcachefs/ |
H A D | snapshot.c | 118 if (s->skip[2] <= ancestor) in get_ancestor_below() 119 return s->skip[2]; in get_ancestor_below() 120 if (s->skip[1] <= ancestor) in get_ancestor_below() 121 return s->skip[1]; in get_ancestor_below() 122 if (s->skip[0] <= ancestor) in get_ancestor_below() 123 return s->skip[0]; in get_ancestor_below() 222 le32_to_cpu(s.v->skip[0]), in bch2_snapshot_to_text() 223 le32_to_cpu(s.v->skip[1]), in bch2_snapshot_to_text() 224 le32_to_cpu(s.v->skip[2])); in bch2_snapshot_to_text() 264 if (bkey_val_bytes(k.k) > offsetof(struct bch_snapshot, skip)) { in bch2_snapshot_validate() [all …]
|
/linux/kernel/kcsan/ |
H A D | report.c | 168 * Special rules to skip reporting. 182 * 2. read watchpoint, conflicting write (value_change==MAYBE): skip; in skip_report() 184 * 4. write watchpoint, conflicting write (value_change==MAYBE): skip; in skip_report() 185 * 5. write watchpoint, conflicting read (value_change==MAYBE): skip; in skip_report() 276 /* Helper to skip KCSAN-related functions in stack-trace. */ 281 int len, skip; in get_stack_skipnr() local 283 for (skip = 0; skip < num_entries; ++skip) { in get_stack_skipnr() 284 len = scnprintf(buf, sizeof(buf), "%ps", (void *)stack_entries[skip]); in get_stack_skipnr() 300 * No match for runtime functions -- @skip entries to skip to in get_stack_skipnr() 306 return skip; in get_stack_skipnr() [all …]
|
/linux/mm/kmsan/ |
H A D | report.c | 33 * Skip internal KMSAN frames. 38 int len, skip; in get_stack_skipnr() local 41 for (skip = 0; skip < num_entries; ++skip) { in get_stack_skipnr() 43 (void *)stack_entries[skip]); in get_stack_skipnr() 51 * No match for runtime functions -- @skip entries to skip to in get_stack_skipnr() 57 return skip; in get_stack_skipnr()
|