Searched refs:skip (Results 276 - 300 of 526) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/mips/kernel/
H A Dr4k_fpu.S114 bgez t0, 1f # skip storing odd if FR=0
182 bgez t0, 1f # skip loading odd if FR=0
/linux-master/sound/soc/sh/rcar/
H A Dsrc.c681 goto skip;
716 skip:
/linux-master/arch/x86/kernel/cpu/microcode/
H A Damd.c260 * positive: patch is not for this family, skip it
358 * Patch verification failed, skip to the next container, if
364 goto skip;
373 skip:
741 * we can skip over the next patch. If we return a negative value, we
/linux-master/tools/perf/util/
H A Dhist.h273 bool skip; member in struct:perf_hpp
325 bool skip; member in struct:perf_hpp_list_node
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_xsk.c670 goto skip;
689 skip:
/linux-master/include/net/
H A Dip6_fib.h360 unsigned int skip; member in struct:fib6_walker
548 loff_t skip; member in struct:ipv6_route_iter
/linux-master/net/sched/
H A Dsch_cbs.c318 goto skip;
323 skip:
/linux-master/net/sctp/
H A Ddiag.c480 goto skip;
483 skip:
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.c386 goto skip;
416 skip:
/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn32.c389 void dmub_dcn32_skip_dmub_panel_power_sequence(struct dmub_srv *dmub, bool skip) argument
393 boot_options.bits.skip_phy_init_panel_sequence = skip;
H A Ddmub_dcn35.c427 void dmub_dcn35_skip_dmub_panel_power_sequence(struct dmub_srv *dmub, bool skip) argument
431 boot_options.bits.skip_phy_init_panel_sequence = skip;
H A Ddmub_dcn35.h257 void dmub_dcn35_skip_dmub_panel_power_sequence(struct dmub_srv *dmub, bool skip);
/linux-master/fs/proc/
H A Dkcore.c503 goto skip;
587 skip:
/linux-master/fs/btrfs/
H A Dscrub.c701 /* Sector not utilized, skip it. */
905 goto skip;
911 skip:
2175 * skip.
2527 goto skip;
2540 goto skip;
2553 * We skip such new block groups, because it's pointless to
2556 * replace it's also fine to skip it, we won't miss copying them
2564 goto skip;
2570 goto skip;
[all...]
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_vp9.c124 vp9_ctx->cnts.skip = &cnts->mbskip_count;
/linux-master/fs/squashfs/
H A Dsquashfs_fs.h223 unsigned short skip; member in struct:meta_index
/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.h532 * @skip: Sometimes the controller cannot process isochronous endpoint ring
535 * Driver sets skip flag when receive a ISO transmition error and
569 bool skip; member in struct:cdns2_endpoint
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_compat.h298 int num_captures, unsigned int skip, int offset);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c1106 goto skip;
1111 goto skip;
1118 goto skip;
1127 skip:
/linux-master/net/core/
H A Dfib_rules.c1097 goto skip;
1104 skip:
1169 goto skip;
1175 skip:
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_mouse.py820 pytest.skip("Kernel not compatible, we can not trigger the conditions")
829 pytest.skip("Kernel not compatible, we can not trigger the conditions")
909 pytest.skip("Kernel not compatible, we can not trigger the conditions")
918 pytest.skip("Kernel not compatible, we can not trigger the conditions")
/linux-master/net/netfilter/
H A Dnft_lookup.c220 iter.skip = 0;
H A Dnft_set_bitmap.c223 if (iter->count < iter->skip)
/linux-master/net/mac80211/
H A Dscan.c961 int skip; local
968 skip = 0;
994 skip = 1;
999 if (skip) {
1000 /* if we skip this channel return to the decision state */
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c322 int i, extra = 0, n_cdesc = 0, ret = 0, cache_len, skip = 0; local
368 skip = min_t(u64, tmp, extra);
372 skip, 0);
374 extra -= skip;
375 memset(req->cache + cache_len + skip, 0, extra);
378 req->cache[cache_len + skip] = 0x80;
435 if (unlikely(sglen <= skip)) {
436 skip -= sglen;
441 if ((queued + skip) <= sglen)
444 sglen -= skip;
[all...]

Completed in 292 milliseconds

<<11121314151617181920>>