Searched refs:skip (Results 51 - 75 of 526) sorted by relevance

1234567891011>>

/linux-master/arch/arc/kernel/
H A Dstacktrace.c190 if (trace->skip > 0)
191 trace->skip--;
208 if (trace->skip > 0)
209 trace->skip--;
/linux-master/tools/testing/selftests/tc-testing/
H A DTdcResults.py7 skip = 0 variable in class:ResultState
77 return sum(1 for t in self._testsuite if t.result == ResultState.skip)
98 if t.result == ResultState.skip or t.result == ResultState.noresult:
128 if t.result == ResultState.skip:
/linux-master/arch/sparc/kernel/
H A Dstacktrace.c55 if (trace->skip > 0)
56 trace->skip--;
H A Dprom_32.c213 int skip, tmp, fd; local
219 skip = 0;
226 skip = 1;
239 tmp = skip;
253 (skip ? ":b" : ":a"));
/linux-master/arch/x86/purgatory/
H A Dsetup-x86_64.S58 .skip 4096
/linux-master/include/media/
H A Dv4l2-vp9.h49 * @skip: skip probabilities.
72 u8 skip[3]; member in struct:v4l2_vp9_frame_context
90 * @skip: skip counts.
121 u32 (*skip)[3][2]; member in struct:v4l2_vp9_frame_symbol_counts
/linux-master/include/linux/
H A Dnetfilter_netdev.h133 static inline void nf_skip_egress(struct sk_buff *skb, bool skip) argument
136 skb->nf_skip_egress = skip;
/linux-master/tools/testing/selftests/powerpc/include/
H A Dbasic_asm.h97 .macro OP_REGS op, reg_width, start_reg, end_reg, base_reg, base_reg_offset=0, skip=0 variable
100 \op i, (\reg_width * (i - \skip) + \base_reg_offset)(\base_reg)
/linux-master/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2_tlv_multi.c62 u16 skip = 0; local
71 if (skip++ == index)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_type_id.c15 bool skip; member in struct:__anon3427
111 data.skip = true;
H A Dtest_core_reloc_kernel.c15 bool skip; member in struct:__anon4432
113 data.skip = true;
/linux-master/drivers/acpi/x86/
H A Dutils.c249 * serdev code to skip instantiating any I2C or serdev devs on broken boards.
269 * 1. Devices with only the skip / don't-skip AC and battery quirks,
290 * 2. Devices which also have the skip i2c/serdev quirks and which
431 static int acpi_dmi_skip_serdev_enumeration(struct device *controller_parent, bool *skip) argument
452 *skip = true;
459 *skip = true;
479 static int acpi_dmi_skip_serdev_enumeration(struct device *controller_parent, bool *skip) argument
485 int acpi_quirk_skip_serdev_enumeration(struct device *controller_parent, bool *skip) argument
489 *skip
[all...]
/linux-master/tools/testing/selftests/ia64/
H A Daliasing-test.c79 goto skip;
81 goto skip;
110 skip:
164 goto skip;
166 goto skip;
199 skip:
/linux-master/fs/netfs/
H A Diterator.c115 size_t skip = iter->iov_offset + start_offset; local
122 while (n && ix < nbv && skip) {
124 if (skip < len)
126 skip -= len;
132 len = min3(n, bvecs[ix].bv_len - skip, max_size);
138 skip = 0;
/linux-master/lib/
H A Drhashtable.c674 iter->skip = 0;
736 iter->skip = 0;
743 * if so, update 'skip'
746 int skip = 0; local
748 skip++;
750 iter->skip = skip;
757 * if so, update 'skip' and 'p'.
761 int skip = 0; local
766 skip
803 int skip = iter->skip; local
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dpower.c44 u8 no_dtim; /* number of skip dtim */
148 u8 skip; local
171 skip = 0;
177 skip = table[lvl].no_dtim;
180 max_sleep[IWL_POWER_VEC_SIZE - 1] = skip + 1;
184 /* figure out the listen interval based on dtim period and skip */
187 cpu_to_le32(period * (skip + 1));
194 if (skip)
237 skip, period);
/linux-master/fs/bcachefs/
H A Dsnapshot.c119 if (s->skip[2] <= ancestor)
120 return s->skip[2];
121 if (s->skip[1] <= ancestor)
122 return s->skip[1];
123 if (s->skip[0] <= ancestor)
124 return s->skip[0];
220 le32_to_cpu(s.v->skip[0]),
221 le32_to_cpu(s.v->skip[1]),
222 le32_to_cpu(s.v->skip[2]));
263 if (bkey_val_bytes(k.k) > offsetof(struct bch_snapshot, skip)) {
1462 bch2_snapshot_nth_parent_skip(struct bch_fs *c, u32 id, u32 n, snapshot_id_list *skip) argument
[all...]
/linux-master/net/ipv6/ila/
H A Dila_xlat.c502 int skip; member in struct:ila_dump_iter
517 iter->skip = 0;
538 int skip = iter->skip; local
547 if (ila && !IS_ERR(ila) && skip) {
550 while (ila && skip) {
555 skip--;
559 skip = 0;
587 skip++;
591 skip
[all...]
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dtprot.c143 bool skip; local
151 * In order to skip these tests we detect this inside the guest
153 skip = tests[*i].addr < (void *)4096 &&
156 if (!skip) {
/linux-master/kernel/sched/
H A Dcpupri.c71 int skip = 0; local
74 skip = 1;
96 if (skip)
/linux-master/scripts/kconfig/lxdialog/
H A Dutil.c234 int i, len = 0, skip = 0; local
249 skip = len - (columns - 2 - strlen(ellipsis));
253 if (skip == 0)
256 skip--;
258 if (skip == 0)
261 skip--;
263 if (skip < strlen(pos->text)) {
264 waddstr(stdscr, pos->text + skip);
265 skip = 0;
267 skip
[all...]
/linux-master/net/batman-adv/
H A Dbat_algo.c192 int skip = cb->args[0]; local
196 if (i++ < skip)
/linux-master/arch/x86/power/
H A Dhibernate_asm_32.S55 jecxz 1f # cr4 Pentium and higher, skip if zero
89 jecxz 1f # cr4 Pentium and higher, skip if zero
/linux-master/fs/squashfs/
H A Dfile.c88 int skip)
96 TRACE("empty_meta_index: offset %d, skip %d\n", offset, skip);
138 meta->skip = skip;
208 * entry[1] maps index x + skip, entry[2] maps index x + 2 * skip, and so on.
209 * The larger the file, the greater the skip factor. The skip factor is
212 * If the skip facto
87 empty_meta_index(struct inode *inode, int offset, int skip) argument
217 u64 skip = blocks / ((SQUASHFS_META_ENTRIES + 1) local
232 int skip = calculate_skip(i_size_read(inode) >> msblk->block_log); local
[all...]
/linux-master/drivers/cxl/core/
H A Dhdm.c102 * Mem_Enable skip DVSEC based emulation
228 skip_start = res->start - cxled->skip;
230 if (cxled->skip)
231 __release_region(&cxlds->dpa_res, skip_start, cxled->skip);
232 cxled->skip = 0;
315 cxled->skip = skipped;
461 resource_size_t start, avail, skip; local
496 skip = 0;
506 * already handled the skip.
513 skip
792 u64 size, base, skip, dpa_size, lo, hi; local
[all...]

Completed in 273 milliseconds

1234567891011>>