Home
last modified time | relevance | path

Searched refs:skip (Results 376 – 400 of 1281) sorted by relevance

1...<<11121314151617181920>>...52

/openbmc/linux/arch/mips/kernel/
H A Dscall64-o32.S34 ld t1, PT_EPC(sp) # skip syscall on return
38 daddiu t1, 4 # skip to next instruction
/openbmc/linux/drivers/net/ethernet/xircom/
H A DKconfig14 kernel: saying N will just cause the configurator to skip all
/openbmc/linux/drivers/net/ethernet/alacritech/
H A DKconfig9 kernel: saying N will just cause the configurator to skip all the
/openbmc/linux/tools/power/pm-graph/config/
H A Dcgskip.txt2 # CallGraph function skip list
/openbmc/linux/drivers/net/wireless/marvell/
H A DKconfig9 kernel: saying N will just cause the configurator to skip all the
/openbmc/openbmc/poky/bitbake/contrib/
H A Ddump_cache.py62 if self.args.skip and val.skipped:
/openbmc/u-boot/arch/riscv/lib/
H A Dcrt0_riscv_efi.S34 .skip 58 /* 'MZ' + pad + offset == 64 */
/openbmc/linux/drivers/net/ethernet/actions/
H A DKconfig11 kernel: saying N will just cause the configurator to skip all the
/openbmc/linux/drivers/net/ethernet/samsung/
H A DKconfig14 the kernel: saying N will just cause the configurator to skip all
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0006-smbtorture-skip-test-case-tfork_cmd_send.patch4 Subject: [PATCH] smbtorture: skip test case tfork_cmd_send
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh/
H A D0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch7 not required by unittests, we can skip the search.
/openbmc/linux/drivers/net/ethernet/sunplus/
H A DKconfig16 to skip all the questions about Sunplus cards. If you say Y,
/openbmc/linux/drivers/net/ethernet/microsoft/
H A DKconfig12 kernel: saying N will just cause the configurator to skip the
/openbmc/linux/tools/testing/selftests/mm/
H A Dkhugepaged.c159 static void skip(const char *msg) in skip() function
982 skip("Skip"); in collapse_max_ptes_none()
983 goto skip; in collapse_max_ptes_none()
998 skip: in collapse_max_ptes_none()
1085 skip("Skip"); in collapse_single_pte_entry_compound()
1086 goto skip; in collapse_single_pte_entry_compound()
1100 skip: in collapse_single_pte_entry_compound()
/openbmc/linux/tools/perf/ui/
H A Dhist.c831 bool skip = perf_hpp__should_skip(fmt, hists); in add_hierarchy_fmt() local
845 node->skip = skip; in add_hierarchy_fmt()
857 if (!skip) in add_hierarchy_fmt()
858 node->skip = false; in add_hierarchy_fmt()
/openbmc/openbmc/poky/meta/classes/
H A Drm_work.bbclass43 # If the recipe name is in the RM_WORK_EXCLUDE, skip the recipe.
67 # Save/skip anything that looks like a signature data file.
169 # If the recipe name is in the RM_WORK_EXCLUDE, skip the recipe.
/openbmc/linux/drivers/net/ethernet/rdc/
H A DKconfig14 kernel: saying N will just cause the configurator to skip all
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-hook-Do-not-append-int-to-std-string.patch24 /* No +1, we skip the initial period. */
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/
H A Dtest_loader.py18 @unittest.skip("invalid directory is missing oetag.py")
/openbmc/linux/fs/isofs/
H A Drock.h11 __u8 skip; member
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_vp9.h33 u8 skip[3]; member
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Darm,coresight-etm.yaml94 qcom,skip-power-up:
97 Indicates that an implementation can skip powering up the trace unit.
/openbmc/linux/net/sched/
H A Dsch_mq.c248 arg->count = arg->skip; in mq_walk()
249 for (ntx = arg->skip; ntx < dev->num_tx_queues; ntx++) { in mq_walk()
/openbmc/linux/arch/xtensa/kernel/
H A Dhead.S232 beq a4, a5, 1b # skip, empty entry
233 beq a4, a6, 1b # skip, source and dest. are the same
/openbmc/linux/drivers/media/i2c/
H A Drj54n1cb0c.c638 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, in rj54n1_sensor_scale() local
744 skip = min(resize / 1024, 15U); in rj54n1_sensor_scale()
746 inc_sel = 1 << skip; in rj54n1_sensor_scale()
750 else if (resize & 1023 && skip < 15) in rj54n1_sensor_scale()
751 inc_sel |= 1 << (skip + 1); in rj54n1_sensor_scale()
815 *in_w, *in_h, resize, output_w, output_h, skip); in rj54n1_sensor_scale()

1...<<11121314151617181920>>...52