/Linux-v5.4/lib/ |
D | decompress_unlzo.c | 41 STATIC inline long INIT parse_header(u8 *input, long *skip, long in_len) in parse_header() argument 94 *skip = parse - input; in parse_header() 105 long skip = 0; in unlzo() local 155 if (!parse_header(in_buf, &skip, in_len)) { in unlzo() 159 in_buf += skip; in unlzo() 160 in_len -= skip; in unlzo() 169 *posp = skip; in unlzo() 174 skip = fill(in_buf + in_len, 4 - in_len); in unlzo() 175 if (skip > 0) in unlzo() 176 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 | 14 #define iterate_iovec(i, n, __v, __p, skip, STEP) { \ argument 18 __v.iov_len = min(n, __p->iov_len - skip); \ 20 __v.iov_base = __p->iov_base + skip; \ 23 skip += __v.iov_len; \ 36 skip = __v.iov_len; \ 42 #define iterate_kvec(i, n, __v, __p, skip, STEP) { \ argument 45 __v.iov_len = min(n, __p->iov_len - skip); \ 47 __v.iov_base = __p->iov_base + skip; \ 49 skip += __v.iov_len; \ 59 skip = __v.iov_len; \ [all …]
|
/Linux-v5.4/drivers/gpu/drm/savage/ |
D | savage_state.c | 291 unsigned int skip = cmd_header->prim.skip; in savage_dispatch_dma_prim() local 332 if (skip != 0) { in savage_dispatch_dma_prim() 333 DRM_ERROR("invalid skip flags 0x%04x for DMA\n", skip); in savage_dispatch_dma_prim() 337 unsigned int size = 10 - (skip & 1) - (skip >> 1 & 1) - in savage_dispatch_dma_prim() 338 (skip >> 2 & 1) - (skip >> 3 & 1) - (skip >> 4 & 1) - in savage_dispatch_dma_prim() 339 (skip >> 5 & 1) - (skip >> 6 & 1) - (skip >> 7 & 1); in savage_dispatch_dma_prim() 340 if (skip > SAVAGE_SKIP_ALL_S4 || size != 8) { in savage_dispatch_dma_prim() 341 DRM_ERROR("invalid skip flags 0x%04x for DMA\n", skip); in savage_dispatch_dma_prim() 409 BCI_DRAW_INDICES_S4(count, prim, skip); in savage_dispatch_dma_prim() 433 unsigned int skip = cmd_header->prim.skip; in savage_dispatch_vb_prim() local [all …]
|
/Linux-v5.4/drivers/media/pci/bt8xx/ |
D | btcx-risc.c | 178 unsigned int clip,skip; in btcx_calc_skips() local 181 skip=0; in btcx_calc_skips() 203 if (0 == skip || clips[clip].c.left > skips[skip-1].end) { in btcx_calc_skips() 205 skips[skip].start = clips[clip].c.left; in btcx_calc_skips() 206 if (skips[skip].start < 0) in btcx_calc_skips() 207 skips[skip].start = 0; in btcx_calc_skips() 208 skips[skip].end = clips[clip].c.left + clips[clip].c.width; in btcx_calc_skips() 209 if (skips[skip].end > width) in btcx_calc_skips() 210 skips[skip].end = width; in btcx_calc_skips() 211 skip++; in btcx_calc_skips() [all …]
|
/Linux-v5.4/arch/powerpc/boot/ |
D | decompress.c | 44 static unsigned long skip; variable 67 if (end <= skip) { in flush() 73 if (decompressed_bytes < skip && end > skip) { in flush() 74 offset = skip - decompressed_bytes; in flush() 81 out = &output_buffer[decompressed_bytes - skip]; in flush() 131 skip = _skip; in partial_decompress() 143 return decompressed_bytes - skip; in partial_decompress()
|
/Linux-v5.4/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 66 #define dump_sg(sg, skip, len) do {} while (0) argument 70 int spu_sg_at_offset(struct scatterlist *sg, unsigned int skip, 75 unsigned int len, unsigned int skip); 78 unsigned int len, unsigned int skip); 80 int spu_sg_count(struct scatterlist *sg_list, unsigned int skip, int nbytes); 82 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-v5.4/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-v5.4/arch/arm/kernel/ |
D | stacktrace.c | 69 unsigned int skip; member 81 if (data->skip) { in save_trace() 82 data->skip--; in save_trace() 109 data.skip = trace->skip; in __save_stack_trace() 128 data.skip += 2; in __save_stack_trace() 144 data.skip = trace->skip; in save_stack_trace_regs()
|
/Linux-v5.4/arch/arm64/kernel/ |
D | stacktrace.c | 136 unsigned int skip; member 147 if (data->skip) { in save_trace() 148 data->skip--; in save_trace() 163 data.skip = trace->skip; in save_stack_trace_regs() 181 data.skip = trace->skip; in __save_stack_trace() 189 data.skip += 2; in __save_stack_trace()
|
/Linux-v5.4/kernel/ |
D | stacktrace.c | 77 unsigned int skip; member 89 if (c->skip > 0) { in stack_trace_consume_entry() 90 c->skip--; in stack_trace_consume_entry() 120 .skip = skipnr + 1, in stack_trace_save() 145 .skip = skipnr + !!(current == tsk), in stack_trace_save_tsk() 172 .skip = skipnr, in stack_trace_save_regs() 278 .skip = skipnr + 1, in stack_trace_save() 303 .skip = skipnr + !!(current == task), in stack_trace_save_tsk() 325 .skip = skipnr, in stack_trace_save_regs()
|
/Linux-v5.4/arch/xtensa/kernel/ |
D | stacktrace.c | 203 unsigned skip; member 211 if (trace_data->skip) { in stack_trace_cb() 212 --trace_data->skip; in stack_trace_cb() 226 .skip = trace->skip, in save_stack_trace_tsk() 244 unsigned skip; member 251 if (r->skip) { in return_address_cb() 252 --r->skip; in return_address_cb() 268 .skip = level, in return_address()
|
/Linux-v5.4/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-v5.4/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-v5.4/arch/hexagon/kernel/ |
D | stacktrace.c | 29 int skip = trace->skip; in save_stack_trace() local 38 if (skip) { in save_stack_trace() 39 skip--; in save_stack_trace()
|
/Linux-v5.4/arch/nds32/kernel/ |
D | stacktrace.c | 18 int skip = trace->skip; in save_stack_trace_tsk() local 42 if (skip) { in save_stack_trace_tsk() 43 skip--; in save_stack_trace_tsk()
|
/Linux-v5.4/arch/csky/kernel/ |
D | stacktrace.c | 19 int skip = trace->skip; in save_stack_trace_tsk() local 46 if (skip) { in save_stack_trace_tsk() 47 skip--; in save_stack_trace_tsk()
|
/Linux-v5.4/arch/unicore32/kernel/ |
D | stacktrace.c | 74 unsigned int skip; member 85 if (data->skip) { in save_trace() 86 data->skip--; in save_trace() 101 data.skip = trace->skip; in save_stack_trace_tsk()
|
/Linux-v5.4/arch/openrisc/kernel/ |
D | stacktrace.c | 32 if (trace->skip > 0) { in save_stack_address() 33 trace->skip--; in save_stack_address() 58 if (trace->skip > 0) { in save_stack_address_nosched() 59 trace->skip--; in save_stack_address_nosched()
|
/Linux-v5.4/arch/sh/kernel/ |
D | stacktrace.c | 33 if (trace->skip > 0) { in save_stack_address() 34 trace->skip--; in save_stack_address() 66 if (trace->skip > 0) { in save_stack_address_nosched() 67 trace->skip--; in save_stack_address_nosched()
|
/Linux-v5.4/tools/testing/selftests/ |
D | kselftest_module.sh | 46 skip "please run as root" 52 skip "module $module is not found" 75 skip() { function
|
/Linux-v5.4/fs/squashfs/ |
D | file.c | 87 int skip) in empty_meta_index() argument 95 TRACE("empty_meta_index: offset %d, skip %d\n", offset, skip); in empty_meta_index() 137 meta->skip = skip; in empty_meta_index() 216 int skip = blocks / ((SQUASHFS_META_ENTRIES + 1) in calculate_skip() local 218 return min(SQUASHFS_CACHED_BLKS - 1, skip + 1); in calculate_skip() 231 int skip = calculate_skip(i_size_read(inode) >> msblk->block_log); in fill_meta_index() local 243 index /= SQUASHFS_META_INDEXES * skip; in fill_meta_index() 249 meta = empty_meta_index(inode, offset + 1, skip); in fill_meta_index() 275 int blocks = skip * SQUASHFS_META_INDEXES; in fill_meta_index() 314 return offset * SQUASHFS_META_INDEXES * skip; in fill_meta_index()
|
/Linux-v5.4/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()
|
/Linux-v5.4/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()
|