Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 200 of 542) sorted by relevance

123

/linux-4.4.14/lib/
Ddecompress_unlzo.c55 STATIC inline long INIT parse_header(u8 *input, long *skip, long in_len) in parse_header() argument
108 *skip = parse - input; in parse_header()
119 long skip = 0; in unlzo() local
169 if (!parse_header(in_buf, &skip, in_len)) { in unlzo()
173 in_buf += skip; in unlzo()
174 in_len -= skip; in unlzo()
183 *posp = skip; in unlzo()
188 skip = fill(in_buf + in_len, 4 - in_len); in unlzo()
189 if (skip > 0) in unlzo()
190 in_len += skip; in unlzo()
[all …]
Diov_iter.c8 #define iterate_iovec(i, n, __v, __p, skip, STEP) { \ argument
12 __v.iov_len = min(n, __p->iov_len - skip); \
14 __v.iov_base = __p->iov_base + skip; \
17 skip += __v.iov_len; \
30 skip = __v.iov_len; \
36 #define iterate_kvec(i, n, __v, __p, skip, STEP) { \ argument
39 __v.iov_len = min(n, __p->iov_len - skip); \
41 __v.iov_base = __p->iov_base + skip; \
43 skip += __v.iov_len; \
53 skip = __v.iov_len; \
[all …]
Dsg_split.c23 off_t skip, const size_t *sizes, in sg_calculate_split() argument
39 if (skip > sglen) { in sg_calculate_split()
40 skip -= sglen; in sg_calculate_split()
44 len = min_t(size_t, size, sglen - skip); in sg_calculate_split()
47 curr->skip_sg0 = skip; in sg_calculate_split()
53 while (!size && (skip + len < sglen) && (--nb_splits > 0)) { in sg_calculate_split()
56 skip += len; in sg_calculate_split()
57 len = min_t(size_t, size, sglen - skip); in sg_calculate_split()
60 curr->skip_sg0 = skip; in sg_calculate_split()
65 skip = 0; in sg_calculate_split()
[all …]
Dscatterlist.c650 size_t buflen, off_t skip, bool to_buffer) in sg_copy_buffer() argument
664 if (!sg_miter_skip(&miter, skip)) in sg_copy_buffer()
735 const void *buf, size_t buflen, off_t skip) in sg_pcopy_from_buffer() argument
737 return sg_copy_buffer(sgl, nents, (void *)buf, buflen, skip, false); in sg_pcopy_from_buffer()
753 void *buf, size_t buflen, off_t skip) in sg_pcopy_to_buffer() argument
755 return sg_copy_buffer(sgl, nents, buf, buflen, skip, true); in sg_pcopy_to_buffer()
Drhashtable.c515 iter->skip = 0; in rhashtable_walk_init()
606 int skip = iter->skip; in rhashtable_walk_next() local
609 if (!skip) in rhashtable_walk_next()
611 skip--; in rhashtable_walk_next()
616 iter->skip++; in rhashtable_walk_next()
621 iter->skip = 0; in rhashtable_walk_next()
632 iter->skip = 0; in rhashtable_walk_next()
Ddynamic_debug.c71 int skip = strlen(__FILE__) - strlen("lib/dynamic_debug.c"); in trim_prefix() local
73 if (strncmp(path, __FILE__, skip)) in trim_prefix()
74 skip = 0; /* prefix mismatch, don't skip */ in trim_prefix()
76 return path + skip; in trim_prefix()
/linux-4.4.14/drivers/gpu/drm/savage/
Dsavage_state.c284 unsigned int skip = cmd_header->prim.skip; in savage_dispatch_dma_prim() local
324 if (skip != 0) { in savage_dispatch_dma_prim()
325 DRM_ERROR("invalid skip flags 0x%04x for DMA\n", skip); in savage_dispatch_dma_prim()
329 unsigned int size = 10 - (skip & 1) - (skip >> 1 & 1) - in savage_dispatch_dma_prim()
330 (skip >> 2 & 1) - (skip >> 3 & 1) - (skip >> 4 & 1) - in savage_dispatch_dma_prim()
331 (skip >> 5 & 1) - (skip >> 6 & 1) - (skip >> 7 & 1); in savage_dispatch_dma_prim()
332 if (skip > SAVAGE_SKIP_ALL_S4 || size != 8) { in savage_dispatch_dma_prim()
333 DRM_ERROR("invalid skip flags 0x%04x for DMA\n", skip); in savage_dispatch_dma_prim()
401 BCI_DRAW_INDICES_S4(count, prim, skip); in savage_dispatch_dma_prim()
425 unsigned int skip = cmd_header->prim.skip; in savage_dispatch_vb_prim() local
[all …]
Dsavage_drv.h466 #define BCI_DRAW_PRIMITIVE(n, type, skip) \ argument
467 BCI_WRITE(BCI_CMD_DRAW_PRIM | (type) | (skip) | \
469 #define DMA_DRAW_PRIMITIVE(n, type, skip) \ argument
470 DMA_WRITE(BCI_CMD_DRAW_PRIM | (type) | (skip) | \
477 #define BCI_DRAW_INDICES_S4(n, type, skip) \ argument
479 (skip) | ((n) << 16))
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbtcx-risc.c184 unsigned int clip,skip; in btcx_calc_skips() local
187 skip=0; in btcx_calc_skips()
209 if (0 == skip || clips[clip].c.left > skips[skip-1].end) { in btcx_calc_skips()
211 skips[skip].start = clips[clip].c.left; in btcx_calc_skips()
212 if (skips[skip].start < 0) in btcx_calc_skips()
213 skips[skip].start = 0; in btcx_calc_skips()
214 skips[skip].end = clips[clip].c.left + clips[clip].c.width; in btcx_calc_skips()
215 if (skips[skip].end > width) in btcx_calc_skips()
216 skips[skip].end = width; in btcx_calc_skips()
217 skip++; in btcx_calc_skips()
[all …]
Dbttv-risc.c251 unsigned skip, nskips; in bttv_risc_overlay() local
297 for (start = 0, skip = 0; start < ov->w.width; start = end) { in bttv_risc_overlay()
298 if (skip >= nskips) { in bttv_risc_overlay()
301 } else if (start < skips[skip].start) { in bttv_risc_overlay()
303 end = skips[skip].start; in bttv_risc_overlay()
306 end = skips[skip].end; in bttv_risc_overlay()
307 skip++; in bttv_risc_overlay()
/linux-4.4.14/arch/arm/kernel/
Dstacktrace.c67 unsigned int skip; member
79 if (data->skip) { in save_trace()
80 data->skip--; in save_trace()
117 data.skip = trace->skip; in __save_stack_trace()
138 data.skip += 2; in __save_stack_trace()
156 data.skip = trace->skip; in save_stack_trace_regs()
/linux-4.4.14/arch/cris/kernel/
Dstacktrace.c26 unsigned int skip; member
39 if (data->skip) { in save_trace()
40 data->skip--; in save_trace()
55 data.skip = trace->skip; in save_stack_trace_tsk()
/linux-4.4.14/arch/ia64/kernel/
Dstacktrace.c16 int skip = trace->skip; in ia64_do_save_stack() local
23 if (skip == 0) { in ia64_do_save_stack()
28 skip--; in ia64_do_save_stack()
Dpalinfo.c152 int i, begin, skip = 0; in bitregister_process() local
161 if ((value & 0x1) == 0 && skip == 0) { in bitregister_process()
166 skip = 1; in bitregister_process()
168 } else if ((value & 0x1) && skip == 1) { in bitregister_process()
169 skip = 0; in bitregister_process()
/linux-4.4.14/arch/xtensa/kernel/
Dstacktrace.c217 unsigned skip; member
225 if (trace_data->skip) { in stack_trace_cb()
226 --trace_data->skip; in stack_trace_cb()
240 .skip = trace->skip, in save_stack_trace_tsk()
258 unsigned skip; member
265 if (r->skip) { in return_address_cb()
266 --r->skip; in return_address_cb()
278 .skip = level + 1, in return_address()
Dhead.S232 beq a4, a5, 1b # skip, empty entry
233 beq a4, a6, 1b # skip, source and dest. are the same
/linux-4.4.14/arch/avr32/kernel/
Dstacktrace.c30 int skip = trace->skip; in save_stack_trace() local
39 if (skip) { in save_stack_trace()
40 skip--; in save_stack_trace()
/linux-4.4.14/arch/hexagon/kernel/
Dstacktrace.c41 int skip = trace->skip; in save_stack_trace() local
50 if (skip) { in save_stack_trace()
51 skip--; in save_stack_trace()
/linux-4.4.14/arch/blackfin/kernel/
Dstacktrace.c28 int skip = trace->skip; in save_stack_trace() local
37 if (skip) { in save_stack_trace()
38 skip--; in save_stack_trace()
Dkgdb.c151 unsigned int skip:1; member
195 breakinfo[breakno].skip = 0; in bfin_set_hw_break()
262 + breakinfo->skip); in bfin_correct_hw_break()
268 + breakinfo->skip); in bfin_correct_hw_break()
274 + breakinfo->skip); in bfin_correct_hw_break()
280 + breakinfo->skip); in bfin_correct_hw_break()
286 + breakinfo->skip); in bfin_correct_hw_break()
292 + breakinfo->skip); in bfin_correct_hw_break()
300 + breakinfo->skip); in bfin_correct_hw_break()
308 + breakinfo->skip); in bfin_correct_hw_break()
/linux-4.4.14/arch/arm64/kernel/
Dstacktrace.c75 unsigned int skip; member
86 if (data->skip) { in save_trace()
87 data->skip--; in save_trace()
102 data.skip = trace->skip; in save_stack_trace_tsk()
/linux-4.4.14/arch/unicore32/kernel/
Dstacktrace.c76 unsigned int skip; member
87 if (data->skip) { in save_trace()
88 data->skip--; in save_trace()
103 data.skip = trace->skip; in save_stack_trace_tsk()
/linux-4.4.14/arch/arm/mach-iop13xx/
Dio.c68 goto skip; in __iop13xx_iounmap()
74 goto skip; in __iop13xx_iounmap()
78 goto skip; in __iop13xx_iounmap()
82 skip: in __iop13xx_iounmap()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmem.c53 int skip; in mlx5_ib_cont_pages() local
75 skip = 1 << m; in mlx5_ib_cont_pages()
76 mask = skip - 1; in mlx5_ib_cont_pages()
85 skip = 1 << m; in mlx5_ib_cont_pages()
86 mask = skip - 1; in mlx5_ib_cont_pages()
93 skip = 1 << m; in mlx5_ib_cont_pages()
94 mask = skip - 1; in mlx5_ib_cont_pages()
/linux-4.4.14/arch/sh/kernel/
Dstacktrace.c35 if (trace->skip > 0) { in save_stack_address()
36 trace->skip--; in save_stack_address()
70 if (trace->skip > 0) { in save_stack_address_nosched()
71 trace->skip--; in save_stack_address_nosched()
Dhead_32.S45 .skip PAGE_SIZE - empty_zero_page - 1b
302 cmp/eq #0, r0 ! skip clear if set to zero
/linux-4.4.14/arch/mips/kernel/
Dstacktrace.c24 if (trace->skip > 0) in save_raw_context_stack()
25 trace->skip--; in save_raw_context_stack()
52 if (trace->skip > 0) in save_context_stack()
53 trace->skip--; in save_context_stack()
/linux-4.4.14/fs/squashfs/
Dfile.c100 int skip) in empty_meta_index() argument
108 TRACE("empty_meta_index: offset %d, skip %d\n", offset, skip); in empty_meta_index()
150 meta->skip = skip; in empty_meta_index()
225 int skip = blocks / ((SQUASHFS_META_ENTRIES + 1) in calculate_skip() local
227 return min(SQUASHFS_CACHED_BLKS - 1, skip + 1); in calculate_skip()
240 int skip = calculate_skip(i_size_read(inode) >> msblk->block_log); in fill_meta_index() local
252 index /= SQUASHFS_META_INDEXES * skip; in fill_meta_index()
258 meta = empty_meta_index(inode, offset + 1, skip); in fill_meta_index()
284 int blocks = skip * SQUASHFS_META_INDEXES; in fill_meta_index()
323 return offset * SQUASHFS_META_INDEXES * skip; in fill_meta_index()
/linux-4.4.14/Documentation/ia64/
Daliasing-test.c82 goto skip; in scan_tree()
84 goto skip; in scan_tree()
113 skip: in scan_tree()
167 goto skip; in scan_rom()
169 goto skip; in scan_rom()
202 skip: in scan_rom()
/linux-4.4.14/arch/metag/kernel/
Dstacktrace.c121 unsigned int skip; member
132 if (data->skip) { in save_trace()
133 data->skip--; in save_trace()
148 data.skip = trace->skip; in save_stack_trace_tsk()
/linux-4.4.14/arch/s390/kernel/
Dstacktrace.c30 if (!trace->skip) in save_context_stack()
33 trace->skip--; in save_context_stack()
51 if (!trace->skip) in save_context_stack()
54 trace->skip--; in save_context_stack()
Dhead.S180 bz .Lagain1 # skip dataset header
182 bz .Lagain1 # skip dateset trailer
219 clc 0(3,%r2),.L_hdr # skip HDRx and EOFx
/linux-4.4.14/Documentation/dvb/
Dlmedm04.txt49 dd if=US280D.sys ibs=1 skip=42360 count=3924 of=dvb-usb-lme2510-lg.fw
54 dd if=US280D.sys ibs=1 skip=35200 count=3850 of=dvb-usb-lme2510c-lg.fw
63 dd if=US290D.sys ibs=1 skip=36856 count=3976 of=dvb-usb-lme2510-s0194.fw
67 dd if=US290D.sys ibs=1 skip=33152 count=3697 of=dvb-usb-lme2510c-s0194.fw
75 dd if=US2B0D.sys ibs=1 skip=34432 count=3871 of=dvb-usb-lme2510c-rs2000.fw
/linux-4.4.14/sound/pci/emu10k1/
Dvoice.c52 int i, j, k, first_voice, last_voice, skip; in voice_alloc() local
69 skip = 0; in voice_alloc()
73 skip = 1; in voice_alloc()
77 if (!skip) { in voice_alloc()
/linux-4.4.14/arch/arc/kernel/
Dstacktrace.c177 if (trace->skip > 0) in __collect_all()
178 trace->skip--; in __collect_all()
195 if (trace->skip > 0) in __collect_all_but_sched()
196 trace->skip--; in __collect_all_but_sched()
/linux-4.4.14/arch/m68k/kernel/
Dsun3-head.S26 swapper_pg_dir: .skip 0x2000
27 pg0: .skip 0x2000
28 kernel_pmd_table: .skip 0x2000
/linux-4.4.14/tools/perf/util/
Dstat.c200 struct perf_counts_values *vals, int cpu, bool *skip) in check_per_pkg() argument
206 *skip = false; in check_per_pkg()
237 *skip = test_and_set_bit(s, mask) == 1; in check_per_pkg()
248 bool skip = false; in process_counter_values() local
250 if (check_per_pkg(evsel, count, cpu, &skip)) { in process_counter_values()
255 if (skip) in process_counter_values()
Dtrace-event-read.c88 static void skip(int size) in skip() function
256 skip(size); in read_header_files()
Dmachine.h210 bool (skip)(struct dso *dso, int parm), int parm);
213 bool (skip)(struct dso *dso, int parm), int parm);
Dsession.c1427 s64 skip = 0; in __perf_session__process_pipe_events() local
1486 if ((skip = perf_session__process_event(session, event, head)) < 0) { in __perf_session__process_pipe_events()
1495 if (skip > 0) in __perf_session__process_pipe_events()
1496 head += skip; in __perf_session__process_pipe_events()
1570 s64 skip; in __perf_session__process_events() local
1634 (skip = perf_session__process_event(session, event, file_pos)) < 0) { in __perf_session__process_events()
1642 if (skip) in __perf_session__process_events()
1643 size += skip; in __perf_session__process_events()
1745 bool (skip)(struct dso *dso, int parm), int parm) in perf_session__fprintf_dsos_buildid()
1747 return machines__fprintf_dsos_buildid(&session->machines, fp, skip, parm); in perf_session__fprintf_dsos_buildid()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dpower.c166 u8 skip; in iwl_static_sleep_cmd() local
189 skip = 0; in iwl_static_sleep_cmd()
195 skip = table[lvl].no_dtim; in iwl_static_sleep_cmd()
198 max_sleep[IWL_POWER_VEC_SIZE - 1] = skip + 1; in iwl_static_sleep_cmd()
205 cpu_to_le32(period * (skip + 1)); in iwl_static_sleep_cmd()
212 if (skip) in iwl_static_sleep_cmd()
255 skip, period); in iwl_static_sleep_cmd()
/linux-4.4.14/arch/sparc/kernel/
Dprom_32.c221 int skip, tmp, fd; in of_console_init() local
227 skip = 0; in of_console_init()
234 skip = 1; in of_console_init()
247 tmp = skip; in of_console_init()
261 (skip ? ":b" : ":a")); in of_console_init()
Dstacktrace.c53 if (trace->skip > 0) in __save_stack_trace()
54 trace->skip--; in __save_stack_trace()
Dhead_64.S141 .skip 64
143 .skip 64
885 .skip 0x4000 + _start - 1b
891 .skip (32 * 1024)
895 .skip (64 * 1024)
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Drouter_proc.c197 int skip = off - 1; in proc_lnet_routes() local
225 if (skip == 0) { in proc_lnet_routes()
230 skip--; in proc_lnet_routes()
318 int skip = off - 1; in proc_lnet_routers() local
335 if (skip == 0) { in proc_lnet_routers()
340 skip--; in proc_lnet_routers()
455 int skip; in proc_lnet_peers() local
459 skip = hoff - 1; in proc_lnet_peers()
479 if (skip == 0) { in proc_lnet_peers()
496 skip--; in proc_lnet_peers()
[all …]
/linux-4.4.14/tools/testing/ktest/examples/include/
Dmin-config.conf50 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip-net
58 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip
/linux-4.4.14/scripts/kconfig/lxdialog/
Dutil.c265 int i, len = 0, skip = 0; in dialog_clear() local
280 skip = len - (columns - 2 - strlen(ellipsis)); in dialog_clear()
284 if (skip == 0) in dialog_clear()
287 skip--; in dialog_clear()
289 if (skip == 0) in dialog_clear()
292 skip--; in dialog_clear()
294 if (skip < strlen(pos->text)) { in dialog_clear()
295 waddstr(stdscr, pos->text + skip); in dialog_clear()
296 skip = 0; in dialog_clear()
298 skip -= strlen(pos->text); in dialog_clear()
[all …]
/linux-4.4.14/kernel/sched/
Dcpupri.c78 int skip = 0; in cpupri_find() local
81 skip = 1; in cpupri_find()
103 if (skip) in cpupri_find()
/linux-4.4.14/tools/perf/tests/
Dbuiltin-test.c310 const char *skip = NULL; in cmd_test() local
312 OPT_STRING('s', "skip", &skip, "tests", "tests to skip"), in cmd_test()
335 if (skip != NULL) in cmd_test()
336 skiplist = intlist__new(skip); in cmd_test()
/linux-4.4.14/arch/powerpc/kernel/
Dreloc_32.S62 b skip
67 b skip
70 bne skip
72 skip: label
Dstacktrace.c36 if (!trace->skip) in save_context_stack()
39 trace->skip--; in save_context_stack()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_ftp.c70 char skip; member
79 .skip = ' ',
87 .skip = ' ',
103 .skip = '(',
291 char skip, char term, in find_pattern() argument
329 if (skip) { in find_pattern()
330 for (i = plen; data[i] != skip; i++) in find_pattern()
337 pr_debug("Skipped up to `%c'!\n", skip); in find_pattern()
462 search[dir][i].skip, in help()
Dnft_payload.c48 goto skip; in nft_payload_copy_vlan()
64 skip: in nft_payload_copy_vlan()
/linux-4.4.14/arch/arm/plat-omap/
Dsram.c76 unsigned long skip, int cached) in omap_map_sram() argument
83 omap_sram_skip = skip; in omap_map_sram()
/linux-4.4.14/fs/jfs/
Djfs_xtree.c699 int skip; /* index of entry of insertion */ in xtSplitUp() local
729 skip = split->index; in xtSplitUp()
731 if (skip < nextindex) in xtSplitUp()
732 memmove(&sp->xad[skip + 1], &sp->xad[skip], in xtSplitUp()
733 (nextindex - skip) * sizeof(xad_t)); in xtSplitUp()
736 xad = &sp->xad[skip]; in xtSplitUp()
748 min(skip, (int)xtlck->lwm.offset) : skip; in xtSplitUp()
844 skip = parent->index + 1; in xtSplitUp()
856 split->index = skip; /* index at insert */ in xtSplitUp()
898 if (skip < nextindex) in xtSplitUp()
[all …]
/linux-4.4.14/fs/reiserfs/
Dxattr.c528 size_t skip = 0; in reiserfs_xattr_set_handle() local
548 skip = file_pos = sizeof(struct reiserfs_xattr_header); in reiserfs_xattr_set_handle()
549 if (chunk + skip > PAGE_CACHE_SIZE) in reiserfs_xattr_set_handle()
550 chunk = PAGE_CACHE_SIZE - skip; in reiserfs_xattr_set_handle()
557 err = __reiserfs_write_begin(page, page_offset, chunk + skip); in reiserfs_xattr_set_handle()
560 memcpy(data + skip, buffer + buffer_pos, chunk); in reiserfs_xattr_set_handle()
563 skip); in reiserfs_xattr_set_handle()
570 skip = 0; in reiserfs_xattr_set_handle()
676 size_t skip = 0; in reiserfs_xattr_get() local
694 skip = file_pos = sizeof(struct reiserfs_xattr_header); in reiserfs_xattr_get()
[all …]
/linux-4.4.14/include/linux/
Dscatterlist.h251 const off_t skip, const int nb_splits,
270 size_t buflen, off_t skip, bool to_buffer);
278 const void *buf, size_t buflen, off_t skip);
280 void *buf, size_t buflen, off_t skip);
Dstacktrace.h13 int skip; /* input argument: How many entries to skip */ member
/linux-4.4.14/crypto/
Dkeywrap.c117 unsigned int skip = 0; in crypto_kw_scatterlist_ff() local
122 skip = end - SEMIBSIZE; in crypto_kw_scatterlist_ff()
124 if (sg->length > skip) { in crypto_kw_scatterlist_ff()
126 scatterwalk_advance(walk, skip); in crypto_kw_scatterlist_ff()
129 skip -= sg->length; in crypto_kw_scatterlist_ff()
/linux-4.4.14/tools/perf/Documentation/
Dperf-test.txt27 --skip::
28 Tests to skip (comma separated numeric list).
/linux-4.4.14/drivers/media/pci/cobalt/
Dcobalt-irq.c40 bool skip = false; in cobalt_dma_stream_queue_handler() local
116 skip = true; in cobalt_dma_stream_queue_handler()
134 skip = true; in cobalt_dma_stream_queue_handler()
142 (skip || s->unstable_frame) ? in cobalt_dma_stream_queue_handler()
Dcobalt-alsa-pcm.c111 size_t skip, in cobalt_alsa_announce_pcm_data() argument
162 pcm_data + i * skip, in cobalt_alsa_announce_pcm_data()
166 pcm_data + i * skip, stride, is_s32); in cobalt_alsa_announce_pcm_data()
172 pcm_data + i * skip, in cobalt_alsa_announce_pcm_data()
359 size_t skip, in cobalt_alsa_pb_pcm_data() argument
404 pb_sample_cpy(pcm_data + i * skip, in cobalt_alsa_pb_pcm_data()
/linux-4.4.14/arch/x86/include/asm/
Dalternative-asm.h46 .skip -(((144f-143f)-(141b-140b)) > 0) * ((144f-143f)-(141b-140b)),0x90
80 .skip -((alt_max_short(new_len1, new_len2) - (old_len)) > 0) * \
Dsetup.h134 1: .skip sz; \
/linux-4.4.14/Documentation/scsi/
Dwd719x.txt19 dd if=wd7296a.sys of=wd719x-risc.bin bs=1 skip=5760 count=14336
20 dd if=wd7296a.sys of=wd719x-wcs.bin bs=1 skip=20096 count=514
/linux-4.4.14/net/sched/
Dcls_cgroup.c150 if (arg->count < arg->skip) in cls_cgroup_walk()
151 goto skip; in cls_cgroup_walk()
157 skip: in cls_cgroup_walk()
Dcls_basic.c239 if (arg->count < arg->skip) in basic_walk()
240 goto skip; in basic_walk()
246 skip: in basic_walk()
Dsch_mq.c216 arg->count = arg->skip; in mq_walk()
217 for (ntx = arg->skip; ntx < dev->num_tx_queues; ntx++) { in mq_walk()
Dcls_bpf.c518 if (arg->count < arg->skip) in cls_bpf_walk()
519 goto skip; in cls_bpf_walk()
524 skip: in cls_bpf_walk()
/linux-4.4.14/arch/x86/power/
Dhibernate_asm_32.S35 jecxz 1f # cr4 Pentium and higher, skip if zero
65 jecxz 1f # cr4 Pentium and higher, skip if zero
/linux-4.4.14/sound/isa/wavefront/
Dwavefront_synth.c881 int skip = 0; in wavefront_send_sample() local
950 skip = WF_GET_CHANNEL(&header->hdr.s); in wavefront_send_sample()
952 if (skip > 0 && header->hdr.s.SampleResolution != LINEAR_16BIT) { in wavefront_send_sample()
958 switch (skip) { in wavefront_send_sample()
961 skip = 1; in wavefront_send_sample()
965 skip = 2; in wavefront_send_sample()
969 skip = 2; in wavefront_send_sample()
973 skip = 3; in wavefront_send_sample()
977 skip = 4; in wavefront_send_sample()
981 skip = 5; in wavefront_send_sample()
[all …]
/linux-4.4.14/arch/sh/lib64/
Dcopy_page.S70 bge/u r2, r6, tr2 ! skip prefetch for last 4 lines
74 bge/u r2, r7, tr3 ! skip alloco for last 2 lines
Dsdivsi3.S98 .skip 16
101 .skip 16
/linux-4.4.14/include/uapi/drm/
Dsavage_drm.h189 unsigned short skip; /* vertex format (skip flags) */ member
196 unsigned short skip; member
/linux-4.4.14/scripts/
Dcheckkconfigsymbols.py291 skip = False
304 skip = False
306 skip = True
307 elif skip:
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_bts.c302 unsigned long head, space, next_space, pad, gap, skip, wakeup; in bts_buffer_reset() local
329 skip = pad + gap; in bts_buffer_reset()
330 if (handle->size >= skip) { in bts_buffer_reset()
332 if (next_space + skip > handle->size) { in bts_buffer_reset()
333 next_space = handle->size - skip; in bts_buffer_reset()
339 ret = perf_aux_output_skip(handle, skip); in bts_buffer_reset()
Dperf_event_intel_lbr.c438 int skip = 0; in intel_pmu_lbr_read_64() local
458 skip = 1; in intel_pmu_lbr_read_64()
463 skip = 3; in intel_pmu_lbr_read_64()
465 from = (u64)((((s64)from) << skip) >> skip); in intel_pmu_lbr_read_64()
/linux-4.4.14/drivers/hid/
Dhid-picolcd_debugfs.c203 goto skip; in _picolcd_flash_read()
207 goto skip; in _picolcd_flash_read()
210 goto skip; in _picolcd_flash_read()
217 skip: in _picolcd_flash_read()
258 goto skip; in _picolcd_flash_erase64()
262 goto skip; in _picolcd_flash_erase64()
265 skip: in _picolcd_flash_erase64()
290 goto skip; in _picolcd_flash_write()
294 goto skip; in _picolcd_flash_write()
300 skip: in _picolcd_flash_write()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlovsub_lock.c150 pgoff_t skip; /* how many pages in every stripe are occupied by in lovsub_lock_descr_map() local
160 skip = (lov->lo_lsm->lsm_stripe_count - 1) * size; in lovsub_lock_descr_map()
163 start += start/size * skip + stripe * size; in lovsub_lock_descr_map()
166 end += end/size * skip + stripe * size; in lovsub_lock_descr_map()
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_ftp.c89 char skip, char term, in ip_vs_ftp_get_addrport() argument
109 if (skip) { in ip_vs_ftp_get_addrport()
116 if (*s == skip) in ip_vs_ftp_get_addrport()
118 } else if (*s != skip) { in ip_vs_ftp_get_addrport()
/linux-4.4.14/fs/fat/
Dfile.c219 static int fat_free(struct inode *inode, int skip) in fat_free() argument
234 if (!skip) { in fat_free()
251 if (skip) { in fat_free()
255 ret = fat_get_cluster(inode, skip - 1, &fclus, &dclus); in fat_free()
282 inode->i_blocks = skip << (MSDOS_SB(sb)->cluster_bits - 9); in fat_free()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadow.c31 u32 skip; member
213 if (!mthd->skip || best->score < mthd->skip) { in nvbios_shadow()
/linux-4.4.14/arch/tile/kernel/
Dstack.c479 int skip = trace->skip; in save_stack_trace_common() local
488 skip++; /* don't show KBacktraceIterator_init_current */ in save_stack_trace_common()
493 if (skip) { in save_stack_trace_common()
494 --skip; in save_stack_trace_common()
/linux-4.4.14/arch/x86/kernel/
Dstacktrace.c27 if (trace->skip > 0) { in __save_stack_address()
28 trace->skip--; in __save_stack_address()
Dverify_cpu.S87 jb verify_cpu_check # family < 6, skip
92 jb verify_cpu_check # family == 6, model < 0xd, skip
/linux-4.4.14/arch/x86/purgatory/
Dstack.S18 .skip 4096
Dsetup-x86_64.S57 .skip 4096
/linux-4.4.14/fs/hfsplus/
Dbrec.c117 goto skip; in hfs_brec_insert()
129 skip: in hfs_brec_insert()
214 goto skip; in hfs_brec_remove()
226 skip: in hfs_brec_remove()
391 goto skip; in hfs_brec_update_parent()
420 skip: in hfs_brec_update_parent()
/linux-4.4.14/sound/firewire/
Damdtp-stream.c368 unsigned int payload_length, bool skip) in queue_packet() argument
379 p.payload_length = (!skip) ? payload_length : 0; in queue_packet()
380 p.skip = skip; in queue_packet()
395 unsigned int payload_length, bool skip) in queue_out_packet() argument
398 payload_length, skip); in queue_out_packet()
/linux-4.4.14/fs/hfs/
Dbrec.c117 goto skip; in hfs_brec_insert()
129 skip: in hfs_brec_insert()
210 goto skip; in hfs_brec_remove()
222 skip: in hfs_brec_remove()
386 goto skip; in hfs_brec_update_parent()
414 skip: in hfs_brec_update_parent()
/linux-4.4.14/arch/cris/boot/rescue/
Dhead_v10.S124 ;; put a nop (2 bytes) here first so we dont accidentally skip the di
169 ;; skip the code transparency block (10 bytes).
200 move.d $r8, $r1 ; for its checksum check, skip the ptable
211 addq 16, $r3 ; skip the reserved bytes
213 bpl ploop ; rw partition, skip validation
/linux-4.4.14/net/unix/
Daf_unix.c2119 int peeked, skip; in unix_dgram_recvmsg() local
2134 skip = sk_peek_offset(sk, flags); in unix_dgram_recvmsg()
2136 skb = __skb_recv_datagram(sk, flags, &peeked, &skip, &err); in unix_dgram_recvmsg()
2153 if (size > skb->len - skip) in unix_dgram_recvmsg()
2154 size = skb->len - skip; in unix_dgram_recvmsg()
2155 else if (size < skb->len - skip) in unix_dgram_recvmsg()
2158 err = skb_copy_datagram_msg(skb, skip, msg, size); in unix_dgram_recvmsg()
2194 err = (flags & MSG_TRUNC) ? skb->len - skip : size; in unix_dgram_recvmsg()
2274 int skip; in unix_stream_read_generic() local
2299 skip = sk_peek_offset(sk, flags); in unix_stream_read_generic()
[all …]
/linux-4.4.14/arch/microblaze/kernel/
Dstacktrace.c22 trace->skip += 2; in save_stack_trace()
Dunwind.c239 if (trace->skip > 0) in microblaze_unwind_inner()
240 trace->skip--; in microblaze_unwind_inner()
Dhead.S118 beqid r5, skip /* Skip if NULL pointer */
126 beqid r2, skip /* Skip if no data */
133 skip: label
/linux-4.4.14/tools/perf/arch/powerpc/util/
DBuild5 libperf-$(CONFIG_DWARF) += skip-callchain-idx.o
/linux-4.4.14/net/ipv6/
Dip6_fib.c359 w->skip = 0; in fib6_dump_table()
374 w->skip = w->count; in fib6_dump_table()
376 w->skip = 0; in fib6_dump_table()
1549 if (w->skip) { in fib6_walk_continue()
1550 w->skip--; in fib6_walk_continue()
1551 goto skip; in fib6_walk_continue()
1561 skip: in fib6_walk_continue()
1665 c.w.skip = 0; in fib6_clean_tree()
1930 loff_t skip; member
1964 if (!iter->skip) in ipv6_route_yield()
[all …]
Dudp_offload.c139 goto skip; in udp6_gro_receive()
148 skip: in udp6_gro_receive()
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/
Dstv06xx.c432 int skip = (sd->to_skip < chunk_len) ? in stv06xx_pkt_scan() local
434 data += skip; in stv06xx_pkt_scan()
435 len -= skip; in stv06xx_pkt_scan()
436 chunk_len -= skip; in stv06xx_pkt_scan()
437 sd->to_skip -= skip; in stv06xx_pkt_scan()
/linux-4.4.14/arch/arm/plat-omap/include/plat/
Dsram.h4 unsigned long skip, int cached);
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2-enc.c317 static int solo_send_desc(struct solo_enc_dev *solo_enc, int skip, in solo_send_desc() argument
342 BUG_ON(skip >= len); in solo_send_desc()
343 if (skip) { in solo_send_desc()
344 len -= skip; in solo_send_desc()
345 dma += skip; in solo_send_desc()
346 size -= skip; in solo_send_desc()
347 skip = 0; in solo_send_desc()
487 int skip = 0; in solo_fill_mpeg() local
496 skip = solo_enc->vop_len; in solo_fill_mpeg()
508 frame_size = ALIGN(vop_mpeg_size(vh) + skip, DMA_ALIGN); in solo_fill_mpeg()
[all …]
/linux-4.4.14/arch/mips/dec/prom/
Dlocore.S26 addiu k0, 4 # skip the causing instruction
/linux-4.4.14/arch/x86/mm/kmemcheck/
Derror.c187 e->trace.skip = 0; in kmemcheck_error_save()
223 e->trace.skip = 1; in kmemcheck_error_save_bug()
/linux-4.4.14/arch/mips/mm/
Dinit.c260 phys_addr_t skip; in platform_maar_init() local
271 skip = 0x10000 - (boot_mem_map.map[i].addr & 0xffff); in platform_maar_init()
274 cfg[num_cfg].lower += skip; in platform_maar_init()
278 cfg[num_cfg].upper -= skip; in platform_maar_init()
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_filter.c402 int skip = 0;
422 skip = mpeg1_skip_table [*buf >> 4];
423 if (skip == 5 || skip == 10) pts = buf;
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
Dstacktrace.h9 int skip; member
/linux-4.4.14/tools/testing/ktest/
Dktest.pl906 my $skip = 0;
949 $skip = 1;
952 $skip = 0;
962 $skip = 1;
964 $skip = 0;
972 $skip = 1;
980 if (!$skip) {
994 if (!$skip && $rest !~ /^\s*$/) {
998 if ($skip && $type eq "TEST_START") {
1009 $skip = 1;
[all …]
/linux-4.4.14/arch/ia64/mm/
Dcontig.c98 goto skip; in per_cpu_init()
128 skip: in per_cpu_init()
/linux-4.4.14/fs/btrfs/
Duuid-tree.c297 goto skip; in btrfs_uuid_tree_iterate()
304 goto skip; in btrfs_uuid_tree_iterate()
340 skip: in btrfs_uuid_tree_iterate()
/linux-4.4.14/drivers/input/tablet/
Dwacom_serial4.c268 int r, skip; in wacom_handle_configuration_response() local
271 r = sscanf(wacom->data, "~R%x,%u,%u,%u,%u", &skip, &skip, &skip, in wacom_handle_configuration_response()
/linux-4.4.14/arch/cris/include/asm/
Daxisflashmap.h45 __u8 skip[PARTITION_TABLE_OFFSET]; member
/linux-4.4.14/drivers/media/i2c/soc_camera/
Dmt9t031.c185 unsigned int skip; in mt9t031_skip() local
192 skip = min(max, *source + target / 2) / target; in mt9t031_skip()
193 if (skip > 8) in mt9t031_skip()
194 skip = 8; in mt9t031_skip()
195 *source = target * skip; in mt9t031_skip()
197 return skip; in mt9t031_skip()
Drj54n1cb0c.c631 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, in rj54n1_sensor_scale() local
737 skip = min(resize / 1024, 15U); in rj54n1_sensor_scale()
739 inc_sel = 1 << skip; in rj54n1_sensor_scale()
743 else if (resize & 1023 && skip < 15) in rj54n1_sensor_scale()
744 inc_sel |= 1 << (skip + 1); in rj54n1_sensor_scale()
808 *in_w, *in_h, resize, output_w, output_h, skip); in rj54n1_sensor_scale()
/linux-4.4.14/net/ceph/
Dmon_client.c496 int *skip) in get_generic_reply() argument
507 *skip = 1; in get_generic_reply()
511 *skip = 0; in get_generic_reply()
1044 int *skip) in mon_alloc_msg() argument
1051 *skip = 0; in mon_alloc_msg()
1058 return get_generic_reply(con, hdr, skip); in mon_alloc_msg()
1064 return get_generic_reply(con, hdr, skip); in mon_alloc_msg()
1082 *skip = 1; in mon_alloc_msg()
Dmessenger.c805 int skip = 0; in con_out_kvec_skip() local
808 skip = con->out_kvec[off + con->out_kvec_left - 1].iov_len; in con_out_kvec_skip()
809 BUG_ON(con->out_kvec_bytes < skip); in con_out_kvec_skip()
811 con->out_kvec_bytes -= skip; in con_out_kvec_skip()
815 return skip; in con_out_kvec_skip()
2300 static int ceph_con_in_msg_alloc(struct ceph_connection *con, int *skip);
2360 int skip = 0; in read_partial_message() local
2364 ret = ceph_con_in_msg_alloc(con, &skip); in read_partial_message()
2368 BUG_ON(!con->in_msg ^ skip); in read_partial_message()
2369 if (skip) { in read_partial_message()
[all …]
/linux-4.4.14/drivers/usb/serial/
Dgarmin_gps.c485 int skip; in gsp_receive() local
492 skip = garmin_data_p->flags & FLAGS_GSP_SKIP; in gsp_receive()
507 if (skip) { /* start of a new pkt */ in gsp_receive()
508 skip = 0; in gsp_receive()
535 skip = 1; in gsp_receive()
541 } else if (!skip) { in gsp_receive()
553 skip = 1; in gsp_receive()
564 if (skip) in gsp_receive()
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dfsmc-nand.txt12 - nand-skip-bbtscan: Indicates the BBT scanning should be skipped
53 nand-skip-bbtscan;
/linux-4.4.14/arch/mips/kvm/
Dfpu.S26 bgez t0, 1f # no: skip odd doubles
70 bgez t0, 1f # no: skip odd doubles
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/
Dcrossbar.txt24 - ti,irqs-skip: This is similar to "ti,irqs-reserved", but these are for
39 ti,irqs-skip = <10 133 139 140>;
/linux-4.4.14/kernel/
Dbacktracetest.c60 trace.skip = 0; in backtrace_test_saved()
Dseccomp.c599 goto skip; in __seccomp_phase1_filter()
606 goto skip; in __seccomp_phase1_filter()
622 skip: in __seccomp_phase1_filter()
/linux-4.4.14/drivers/net/usb/
Dcdc_ether.c165 goto skip; in usbnet_generic_cdc_bind()
187 goto skip; in usbnet_generic_cdc_bind()
205 goto skip; in usbnet_generic_cdc_bind()
214 skip: in usbnet_generic_cdc_bind()
/linux-4.4.14/drivers/media/usb/gspca/
Dstk1135.c499 int skip = sizeof(struct stk1135_pkt_header); in sd_pkt_scan() local
537 skip = 8; /* the header is longer */ in sd_pkt_scan()
541 gspca_frame_add(gspca_dev, pkt_type, data + skip, len - skip); in sd_pkt_scan()
/linux-4.4.14/net/bridge/
Dbr_fdb.c422 unsigned long maxnum, unsigned long skip) in br_fdb_fillbuf() argument
443 if (skip) { in br_fdb_fillbuf()
444 --skip; in br_fdb_fillbuf()
728 goto skip; in br_fdb_dump()
733 goto skip; in br_fdb_dump()
740 goto skip; in br_fdb_dump()
743 goto skip; in br_fdb_dump()
751 skip: in br_fdb_dump()
Dbr_mdb.c71 goto skip; in br_mdb_fill_info()
104 skip: in br_mdb_fill_info()
134 goto skip; in br_mdb_dump()
152 skip: in br_mdb_dump()
/linux-4.4.14/fs/ubifs/
Drecovery.c474 int skip, dlen = le32_to_cpu(ch->len); in no_more_nodes() local
477 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes()
478 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
489 skip = ALIGN(offs + dlen, c->max_write_size) - offs; in no_more_nodes()
491 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
493 dbg_rcvry("unexpected data at %d:%d", lnum, offs + skip); in no_more_nodes()
/linux-4.4.14/fs/ocfs2/
Dmove_extents.c735 u32 threshold, int *skip) in ocfs2_calc_extent_defrag_len() argument
746 *skip = 1; in ocfs2_calc_extent_defrag_len()
764 int ret = 0, flags, do_defrag, skip = 0; in __ocfs2_move_extents_range() local
847 defrag_thresh, &skip); in __ocfs2_move_extents_range()
851 if (skip) { in __ocfs2_move_extents_range()
852 skip = 0; in __ocfs2_move_extents_range()
/linux-4.4.14/tools/testing/selftests/sysctl/
Dcommon_tests82 dd if="${TEST_FILE}" of="${TARGET}" bs=1 seek=1 skip=1 2>/dev/null
/linux-4.4.14/drivers/net/ethernet/cisco/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/emulex/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/stmicro/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/oki-semi/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/aurora/
DKconfig8 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/brocade/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/dec/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/tehuti/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/net/core/
Dgen_estimator.c127 goto skip; in est_timer()
141 skip: in est_timer()
Dfib_rules.c639 goto skip; in dump_rules()
646 skip: in dump_rules()
677 goto skip; in fib_nl_dumprule()
683 skip: in fib_nl_dumprule()
/linux-4.4.14/drivers/net/ethernet/synopsys/
DKconfig12 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/mellanox/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm.c658 int skip; in check_patch() local
662 for (skip = cur_patch->skip_patch; in check_patch()
663 skip > 0 && cur_patch != NULL; in check_patch()
664 skip--) in check_patch()
/linux-4.4.14/sound/core/seq/oss/
Dseq_oss_synth.c44 int skip; member
526 sysex->skip = 1; in snd_seq_oss_synth_sysex()
532 if (sysex->skip) { in snd_seq_oss_synth_sysex()
533 sysex->skip = 0; in snd_seq_oss_synth_sysex()
/linux-4.4.14/kernel/debug/kdb/
Dkdb_main.c2086 int skip = 0; in kdb_dmesg() local
2123 skip = adjust; in kdb_dmesg()
2126 skip = n - lines - adjust; in kdb_dmesg()
2131 skip = n; in kdb_dmesg()
2132 } else if (skip < 0) { in kdb_dmesg()
2133 lines += skip; in kdb_dmesg()
2134 skip = 0; in kdb_dmesg()
2142 if (skip >= n || skip < 0) in kdb_dmesg()
2147 if (skip) { in kdb_dmesg()
2148 skip--; in kdb_dmesg()
/linux-4.4.14/drivers/net/wireless/ath/ar5523/
Dar5523.c103 goto skip; in ar5523_cmd_rx_cb()
108 goto skip; in ar5523_cmd_rx_cb()
123 goto skip; in ar5523_cmd_rx_cb()
167 skip: in ar5523_cmd_rx_cb()
541 goto skip; in ar5523_data_rx_cb()
546 goto skip; in ar5523_data_rx_cb()
556 goto skip; in ar5523_data_rx_cb()
567 goto skip; in ar5523_data_rx_cb()
572 goto skip; in ar5523_data_rx_cb()
578 goto skip; in ar5523_data_rx_cb()
[all …]
/linux-4.4.14/net/sunrpc/xprtrdma/
Drpc_rdma.c103 size_t skip = tlen & 3; in rpcrdma_tail_pullup() local
114 if (skip) { in rpcrdma_tail_pullup()
122 src += skip; in rpcrdma_tail_pullup()
123 tlen -= skip; in rpcrdma_tail_pullup()
126 __func__, skip, dst, src, tlen); in rpcrdma_tail_pullup()
/linux-4.4.14/drivers/net/ethernet/ezchip/
DKconfig12 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/qualcomm/
DKconfig12 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/fs/isofs/
Drock.h10 unsigned char skip; member
/linux-4.4.14/drivers/net/ethernet/rocker/
DKconfig12 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/nuvoton/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/mtd/devices/
Ddocg3.c861 int block0, block1, page, ret, skip, ofs = 0; in doc_read_oob() local
891 skip = from % DOC_LAYOUT_PAGE_SIZE; in doc_read_oob()
894 calc_block_sector(from - skip, &block0, &block1, &page, &ofs, in doc_read_oob()
896 nbdata = min_t(size_t, len, DOC_LAYOUT_PAGE_SIZE - skip); in doc_read_oob()
904 ret = doc_read_page_getbytes(docg3, skip, NULL, 1, 0); in doc_read_oob()
905 if (ret < skip) in doc_read_oob()
907 ret = doc_read_page_getbytes(docg3, nbdata, buf, 0, skip % 2); in doc_read_oob()
911 DOC_LAYOUT_PAGE_SIZE - nbdata - skip, in doc_read_oob()
912 NULL, 0, (skip + nbdata) % 2); in doc_read_oob()
960 skip = 0; in doc_read_oob()
/linux-4.4.14/drivers/net/ethernet/nvidia/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/xscale/
DKconfig14 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/agere/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/moxa/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/pasemi/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/sgi/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/tundra/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/security/tomoyo/
Dnetwork.c510 goto skip; in tomoyo_check_inet_address()
518 goto skip; in tomoyo_check_inet_address()
525 goto skip; in tomoyo_check_inet_address()
530 skip: in tomoyo_check_inet_address()
/linux-4.4.14/drivers/net/ethernet/allwinner/
DKconfig16 to skip all the questions about Allwinner cards. If you say Y,
/linux-4.4.14/drivers/net/ethernet/hp/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/Documentation/device-mapper/
Ddm-service-time.txt49 1. If the paths have the same 'relative_throughput', skip
52 2. If the paths have the same 'in-flight-size', skip the division
/linux-4.4.14/drivers/md/bcache/
Drequest.c382 goto skip; in check_should_bypass()
387 goto skip; in check_should_bypass()
392 goto skip; in check_should_bypass()
397 goto skip; in check_should_bypass()
442 goto skip; in check_should_bypass()
447 goto skip; in check_should_bypass()
453 skip: in check_should_bypass()
/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_zilog.c532 static int skip(unsigned char **data, in skip() function
580 if (!skip(&data, endp, ndiffs)) in get_key_data()
605 if (!skip(&data, endp, (keys - 1) * (ndiffs + 1))) in get_key_data()
809 if (!skip(&data, tx_data->endp, TX_BLOCK_SIZE)) in fw_load()
861 if (!skip(&data, tx_data->endp, ndiffs)) in fw_load()
868 if (!skip(&data, tx_data->endp, in fw_load()
873 if (!skip(&data, tx_data->endp, in fw_load()
/linux-4.4.14/drivers/net/ethernet/xircom/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/samsung/
DKconfig13 the kernel: saying N will just case the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/rdc/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/wimax/i2400m/
Dtx.c851 skip: in i2400m_tx_msg_get()
865 goto skip; in i2400m_tx_msg_get()
881 goto skip; in i2400m_tx_msg_get()
/linux-4.4.14/drivers/net/ethernet/silan/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/adaptec/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/faraday/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/cadence/
DKconfig15 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/seeq/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c939 int skip; in ldlm_pools_recalc() local
984 skip = 1; in ldlm_pools_recalc()
986 skip = 0; in ldlm_pools_recalc()
997 if (!skip) { in ldlm_pools_recalc()
/linux-4.4.14/drivers/net/ethernet/renesas/
DKconfig12 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/xilinx/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/ibm/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/mm/
Dswap_state.c477 goto skip; in swapin_readahead()
499 skip: in swapin_readahead()
/linux-4.4.14/drivers/thermal/
Dintel_powerclamp.c210 bool skip; member
253 if (!info->skip) { in pkg_state_counter()
257 info->skip = true; in pkg_state_counter()
/linux-4.4.14/drivers/pci/host/
Dpci-mvebu.c1054 goto skip; in mvebu_pcie_parse_port()
1069 goto skip; in mvebu_pcie_parse_port()
1076 goto skip; in mvebu_pcie_parse_port()
1117 goto skip; in mvebu_pcie_parse_port()
1126 goto skip; in mvebu_pcie_parse_port()
1137 skip: in mvebu_pcie_parse_port()
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pip-defs.h266 uint64_t skip:7; member
268 uint64_t skip:7;
1528 uint64_t skip:7; member
1530 uint64_t skip:7;
1579 uint64_t skip:7; member
1581 uint64_t skip:7;
1619 uint64_t skip:7; member
1621 uint64_t skip:7;
1670 uint64_t skip:7; member
1672 uint64_t skip:7;
[all …]
/linux-4.4.14/arch/x86/xen/
Dxen-head.S90 .skip PAGE_SIZE
/linux-4.4.14/drivers/net/ethernet/microchip/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/arc/
DKconfig12 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/arch/sh/mm/
Dcache.c306 goto skip; in cpu_cache_init()
354 skip: in cpu_cache_init()
/linux-4.4.14/arch/arm/common/
Dmcpm_head.S114 @ Otherwise, release the first man lock and skip setup:
142 @ If the outbound gave up before teardown started, skip cluster setup:
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dhost.fuc46 fifo_queue: .skip 128 // #fifo_qsize
55 rfifo_queue: .skip 128 // #rfifo_qsize
/linux-4.4.14/fs/ext4/
Dmmp.c311 goto skip; in ext4_multi_mount_protect()
341 skip: in ext4_multi_mount_protect()
/linux-4.4.14/drivers/pnp/isapnp/
Dcore.c583 int number = 0, skip = 0, priority, compat = 0; in isapnp_create_device() local
598 if (skip && type != _STAG_LOGDEVID && type != _STAG_END) in isapnp_create_device()
608 skip = 0; in isapnp_create_device()
612 skip = 1; in isapnp_create_device()
/linux-4.4.14/arch/m68k/fpsp040/
Dbindec.S309 bras len_ck |skip to LEN check
379 bgts k_pos |if pos and > 0, skip this
381 blts k_pos |if ILOG >= k, skip this
391 bges iscale |if pos, skip next inst
394 bgts no_inf |if false, skip rest
650 bccs l_next |if zero, skip the mul
/linux-4.4.14/include/net/
Dpkt_sched.h11 int skip; member
/linux-4.4.14/fs/gfs2/
Drgrp.c1778 static void try_rgrp_unlink(struct gfs2_rgrpd *rgd, u64 *last_unlinked, u64 skip) in try_rgrp_unlink() argument
1803 if (block == skip) in try_rgrp_unlink()
1928 u32 skip; in gfs2_orlov_skip() local
1930 get_random_bytes(&skip, sizeof(skip)); in gfs2_orlov_skip()
1931 return skip % sdp->sd_rgrps; in gfs2_orlov_skip()
1991 u32 skip = 0; in gfs2_inplace_reserve() local
2006 skip = gfs2_orlov_skip(ip); in gfs2_inplace_reserve()
2015 if (skip && skip--) in gfs2_inplace_reserve()
2085 if (skip) in gfs2_inplace_reserve()
/linux-4.4.14/drivers/net/ethernet/myricom/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/packetengines/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/arch/c6x/lib/
Dmpyll.S36 ;; Since the result is also 64-bit, we can skip the P2 term.
/linux-4.4.14/drivers/ide/
Dide-iops.c358 goto skip; in ide_config_drive_speed()
404 skip: in ide_config_drive_speed()
/linux-4.4.14/drivers/cpufreq/
Dpmac32-cpufreq.c206 goto skip; in gpios_set_cpu_speed()
217 skip: in gpios_set_cpu_speed()
/linux-4.4.14/drivers/net/ethernet/dlink/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/net/ethernet/neterion/
DKconfig13 kernel: saying N will just cause the configurator to skip all
/linux-4.4.14/drivers/pci/
Daccess.c352 unsigned int i, skip; in pci_vpd_pci22_read() local
368 skip = pos & 3; in pci_vpd_pci22_read()
370 if (i >= skip) { in pci_vpd_pci22_read()

123