/linux-6.6.21/lib/ |
D | decompress_unlzo.c | 41 STATIC inline long INIT parse_header(u8 *input, long *skip, long in_len) in parse_header() argument 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() 168 *posp = skip; in unlzo() 173 skip = fill(in_buf + in_len, 4 - in_len); in unlzo() 174 if (skip > 0) in unlzo() 175 in_len += skip; in unlzo() [all …]
|
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 …]
|
D | iov_iter.c | 30 size_t skip = i->iov_offset; \ 32 len = min(n, __p->iov_len - skip); \ 34 base = __p->iov_base + skip; \ 37 skip += len; \ 39 if (skip < __p->iov_len) \ 43 skip = 0; \ 45 i->iov_offset = skip; \ 51 unsigned skip = i->iov_offset; \ 53 unsigned offset = p->bv_offset + skip; \ 58 len = min(min(n, (size_t)(p->bv_len - skip)), \ [all …]
|
D | rhashtable.c | 674 iter->skip = 0; in rhashtable_walk_enter() 736 iter->skip = 0; in rhashtable_walk_start_check() 746 int skip = 0; in rhashtable_walk_start_check() local 748 skip++; in rhashtable_walk_start_check() 750 iter->skip = skip; in rhashtable_walk_start_check() 761 int skip = 0; in rhashtable_walk_start_check() local 766 skip++; in rhashtable_walk_start_check() 769 iter->skip = skip; in rhashtable_walk_start_check() 803 int skip = iter->skip; in __rhashtable_walk_find_next() local 810 if (!skip) in __rhashtable_walk_find_next() [all …]
|
/linux-6.6.21/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/ |
D | tag.c | 30 unsigned int skip, in sh_css_create_tag_descr() argument 38 tag_descr->skip = skip; in sh_css_create_tag_descr() 53 unsigned int skip; in sh_css_encode_tag_descr() local 68 skip = tag->skip; in sh_css_encode_tag_descr() 80 assert((num_captures == 0) && (skip == 0) && (offset == 0)); in sh_css_encode_tag_descr() 88 | ((skip & 0x000000FF) << TAG_OFFSET_SHIFT) in sh_css_encode_tag_descr()
|
/linux-6.6.21/arch/powerpc/boot/ |
D | decompress.c | 43 static unsigned long skip; variable 66 if (end <= skip) { 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() 130 skip = _skip; in partial_decompress() 142 return decompressed_bytes - skip; in partial_decompress()
|
/linux-6.6.21/drivers/crypto/bcm/ |
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, 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,
|
D | util.c | 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() 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() 70 unsigned int len, unsigned int skip) in sg_copy_part_from_buf() argument 75 copied = sg_pcopy_from_buffer(dest, nents, src, len, skip); in sg_copy_part_from_buf() 79 flow_log("sg with %u entries and skip %u\n", nents, 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() argument [all …]
|
/linux-6.6.21/tools/testing/selftests/tc-testing/ |
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-6.6.21/arch/xtensa/kernel/ |
D | stacktrace.c | 204 unsigned skip; member 212 if (trace_data->skip) { in stack_trace_cb() 213 --trace_data->skip; in stack_trace_cb() 227 .skip = trace->skip, in save_stack_trace_tsk() 243 unsigned skip; member 250 if (r->skip) { in return_address_cb() 251 --r->skip; in return_address_cb() 267 .skip = level, in return_address()
|
/linux-6.6.21/kernel/ |
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() 119 .skip = skipnr + 1, in stack_trace_save() 144 .skip = skipnr + (current == tsk), in stack_trace_save_tsk() 171 .skip = skipnr, in stack_trace_save_regs() 273 .skip = skipnr + 1, in stack_trace_save() 298 .skip = skipnr + (current == task), in stack_trace_save_tsk() 320 .skip = skipnr, in stack_trace_save_regs()
|
/linux-6.6.21/tools/perf/tests/ |
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-6.6.21/arch/ia64/kernel/ |
D | stacktrace.c | 17 int skip = trace->skip; in ia64_do_save_stack() local 24 if (skip == 0) { in ia64_do_save_stack() 29 skip--; in ia64_do_save_stack()
|
/linux-6.6.21/kernel/kcsan/ |
D | report.c | 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() 306 return skip; in get_stack_skipnr() 320 int skip; in replace_stack_entry() local 327 for (skip = 0; skip < num_entries; ++skip) { in replace_stack_entry() 328 unsigned long func = stack_entries[skip]; in replace_stack_entry() 335 *replaced = stack_entries[skip]; in replace_stack_entry() 336 stack_entries[skip] = ip; in replace_stack_entry() 337 return skip; in replace_stack_entry()
|
/linux-6.6.21/arch/hexagon/kernel/ |
D | stacktrace.c | 27 int skip = trace->skip; in save_stack_trace() local 36 if (skip) { in save_stack_trace() 37 skip--; in save_stack_trace()
|
/linux-6.6.21/kernel/bpf/ |
D | stackmap.c | 215 u32 skip = flags & BPF_F_SKIP_FIELD_MASK; in __bpf_get_stackid() local 221 if (trace->nr <= skip) in __bpf_get_stackid() 225 trace_nr = trace->nr - skip; in __bpf_get_stackid() 227 ips = trace->ip + skip; in __bpf_get_stackid() 284 u32 skip = flags & BPF_F_SKIP_FIELD_MASK; in BPF_CALL_3() local 293 max_depth += skip; in BPF_CALL_3() 364 u64 skip = flags & BPF_F_SKIP_FIELD_MASK; in BPF_CALL_3() local 366 skip += nr_kernel; in BPF_CALL_3() 367 if (skip > BPF_F_SKIP_FIELD_MASK) in BPF_CALL_3() 370 flags = (flags & ~BPF_F_SKIP_FIELD_MASK) | skip; in BPF_CALL_3() [all …]
|
/linux-6.6.21/tools/testing/selftests/drivers/net/bonding/ |
D | bond_options.sh | 17 local skip=1 21 [[ $? -ne 0 ]] && skip=0 25 [[ $? -ne 0 ]] && skip=0 27 return $skip 32 local skip=1 36 [[ $? -ne 0 ]] && skip=0 40 [[ $? -ne 0 ]] && skip=0 44 return $skip
|
/linux-6.6.21/arch/sh/kernel/ |
D | stacktrace.c | 28 if (trace->skip > 0) { in save_stack_address() 29 trace->skip--; in save_stack_address() 60 if (trace->skip > 0) { in save_stack_address_nosched() 61 trace->skip--; in save_stack_address_nosched()
|
/linux-6.6.21/mm/kmsan/ |
D | report.c | 36 int len, skip; in get_stack_skipnr() local 39 for (skip = 0; skip < num_entries; ++skip) { in get_stack_skipnr() 41 (void *)stack_entries[skip]); in get_stack_skipnr() 55 return skip; in get_stack_skipnr()
|
/linux-6.6.21/arch/openrisc/kernel/ |
D | stacktrace.c | 33 if (trace->skip > 0) { in save_stack_address() 34 trace->skip--; in save_stack_address() 59 if (trace->skip > 0) { in save_stack_address_nosched() 60 trace->skip--; in save_stack_address_nosched()
|
/linux-6.6.21/sound/pci/emu10k1/ |
D | voice.c | 28 int i, j, k, skip; in voice_alloc() local 30 for (i = emu->next_free_voice, j = 0; j < NUM_G; i = (i + skip) % NUM_G, j += skip) { in voice_alloc() 38 skip = 1; in voice_alloc() 45 skip = k + 1; in voice_alloc()
|
/linux-6.6.21/tools/testing/selftests/kselftest/ |
D | module.sh | 46 skip "please run as root" 52 skip "module $module is not found" 75 skip() { function
|
/linux-6.6.21/tools/perf/tests/shell/coresight/asm_pure_loop/ |
D | asm_pure_loop.S | 14 adrp x2, skip 15 add x2, x2, :lo12:skip 22 skip: label
|
/linux-6.6.21/tools/testing/selftests/ia64/ |
D | aliasing-test.c | 79 goto skip; in scan_tree() 81 goto skip; in scan_tree() 110 skip: in scan_tree() 164 goto skip; in scan_rom() 166 goto skip; in scan_rom() 199 skip: in scan_rom()
|
/linux-6.6.21/arch/mips/kernel/ |
D | stacktrace.c | 27 if (trace->skip > 0) in save_raw_context_stack() 28 trace->skip--; in save_raw_context_stack() 55 if (trace->skip > 0) in save_context_stack() 56 trace->skip--; in save_context_stack()
|