Home
last modified time | relevance | path

Searched full:catch (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/linux/lib/kunit/
H A Dtry-catch-impl.h3 * Internal kunit try catch implementation to be shared with tests.
12 #include <kunit/try-catch.h>
20 kunit_try_catch_func_t catch, in kunit_try_catch_init() argument
25 try_catch->catch = catch; in kunit_try_catch_init()
H A Dtry-catch.c16 #include "try-catch-impl.h"
50 try_catch->catch(try_catch->context); in kunit_try_catch_run()
89 try_catch->catch(try_catch->context); in kunit_try_catch_run()
/linux/include/kunit/
H A Dtry-catch.h24 * @catch: The function called if @try bails out.
25 * @context: used to pass user data to the try and catch functions.
30 * is stopped at the site of invocation and @catch is called.
49 kunit_try_catch_func_t catch; member
/linux/drivers/scsi/pcmcia/
H A Dnsp_message.c21 * therefore we should poll the scsi phase here to catch in nsp_message_in()
45 /* catch a next signal */ in nsp_message_in()
62 * therefore we should poll the scsi phase here to catch in nsp_message_out()
72 /* catch a next signal */ in nsp_message_out()
/linux/include/uapi/linux/
H A Dncsi.h16 * @NCSI_CMD_UNSPEC: unspecified command to catch errors
53 * @NCSI_ATTR_UNSPEC: unspecified attributes to catch errors
83 * @NCSI_PKG_ATTR_UNSPEC: unspecified attributes to catch errors
104 * @NCSI_CHANNEL_ATTR_UNSPEC: unspecified attributes to catch errors
H A Ddcbnl.h278 * @DCB_CMD_UNDEFINED: unspecified command to catch errors
357 * @DCB_ATTR_UNDEFINED: unspecified attribute to catch errors
489 * @DCB_PFC_UP_ATTR_UNDEFINED: unspecified attribute to catch errors
522 * @DCB_PG_ATTR_UNDEFINED: unspecified attribute to catch errors
577 * @DCB_TC_ATTR_PARAM_UNDEFINED: unspecified attribute to catch errors
610 * @DCB_CAP_ATTR_UNDEFINED: unspecified attribute to catch errors
679 * @DCB_NUMTCS_ATTR_UNDEFINED: unspecified attribute to catch errors
756 * @DCB_FEATCFG_ATTR_UNDEFINED: unspecified attribute to catch errors
/linux/drivers/net/ieee802154/
H A Dmac802154_hwsim.h6 * @MAC802154_HWSIM_CMD_UNSPEC: unspecified command to catch error
39 * @MAC802154_HWSIM_ATTR_UNSPEC: unspecified attribute to catch error
58 * @MAC802154_HWSIM_EDGE_ATTR_UNSPEC: unspecified attribute to catch error
/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_tags_inclusion.c63 /* Try to catch a excluded tag by a number of tries. */ in check_single_included_tags()
95 /* Try to catch a excluded tag by a number of tries. */ in check_multiple_included_tags()
126 /* Try to catch a excluded tag by a number of tries. */ in check_all_included_tags()
151 /* Try to catch a excluded tag by a number of tries. */ in check_none_included_tags()
/linux/tools/testing/kunit/test_data/
H A Dtest_pound_no_prefix.log15 # Subtest: kunit-try-catch-test
19 ok 2 - kunit-try-catch-test
H A Dtest_kernel_panic_interrupt.log13 [ 0.060000] # Subtest: kunit-try-catch-test
17 [ 0.060000] ok 2 - kunit-try-catch-test
H A Dtest_pound_sign.log15 [ 0.060000] # Subtest: kunit-try-catch-test
19 [ 0.060000] ok 2 - kunit-try-catch-test
H A Dtest_output_with_prefix_isolated_correctly.log14 [ 0.060000] # Subtest: kunit-try-catch-test
18 [ 0.060000] ok 2 - kunit-try-catch-test
H A Dtest_config_printk_time.log13 [ 0.060000] # Subtest: kunit-try-catch-test
17 [ 0.060000] ok 2 - kunit-try-catch-test
H A Dtest_multiple_prefixes.log13 [ 0.060000][ T1] # Subtest: kunit-try-catch-test
17 [ 0.060000][ T1] ok 2 - kunit-try-catch-test
H A Dtest_interrupted_tap_output.log19 [ 0.060000] # Subtest: kunit-try-catch-test
23 [ 0.060000] ok 2 - kunit-try-catch-test
/linux/arch/x86/include/uapi/asm/
H A Ducontext.h36 * - Old DOSEMU versions sometimes catch a signal from a segmented
44 * - Old and new programs that catch a signal and return without
/linux/lib/zstd/compress/
H A Dzstd_double_fast.c210 … (matchl0>prefixLowest)) && (ip[-1] == matchl0[-1])) { ip--; matchl0--; mLength++; } /* catch up */ in ZSTD_compressBlock_doubleFast_noDict_generic()
421 …hLong>prefixLowest)) && (ip[-1] == matchLong[-1])) { ip--; matchLong--; mLength++; } /* catch up */ in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
432 …MatchL>dictStart)) && (ip[-1] == dictMatchL[-1])) { ip--; dictMatchL--; mLength++; } /* catch up */ in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
471 … (matchL3>prefixLowest)) && (ip[-1] == matchL3[-1])) { ip--; matchL3--; mLength++; } /* catch up */ in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
482 …chL3>dictStart)) && (ip[-1] == dictMatchL3[-1])) { ip--; dictMatchL3--; mLength++; } /* catch up */ in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
490 …anchor) & (match>dictStart)) && (ip[-1] == match[-1])) { ip--; match--; mLength++; } /* catch up */ in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
494 …hor) & (match>prefixLowest)) && (ip[-1] == match[-1])) { ip--; match--; mLength++; } /* catch up */ in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
677 …Long>lowMatchPtr)) && (ip[-1] == matchLong[-1])) { ip--; matchLong--; mLength++; } /* catch up */ in ZSTD_compressBlock_doubleFast_extDict_generic()
695 …r) & (match3>lowMatchPtr)) && (ip[-1] == match3[-1])) { ip--; match3--; mLength++; } /* catch up */ in ZSTD_compressBlock_doubleFast_extDict_generic()
701 …or) & (match>lowMatchPtr)) && (ip[-1] == match[-1])) { ip--; match--; mLength++; } /* catch up */ in ZSTD_compressBlock_doubleFast_extDict_generic()
/linux/tools/testing/selftests/bpf/
H A Dverify_sig_setup.sh89 catch()
127 trap 'catch "$?" "${LOG_FILE}"' EXIT
84 catch() global() function
H A Dima_setup.sh107 catch() function
147 trap 'catch "$?" "${LOG_FILE}"' EXIT
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588-jaguar-pre-ict-tester.dtso79 * but GPIO3_C6 would catch this HW soldering issue.
101 * but GPIO3_C6 would catch this HW soldering issue.
/linux/scripts/
H A Dspdxcheck-test.sh9 # run check on complete tree to catch any other issues
/linux/arch/hexagon/kernel/
H A Dtraps.c331 /* Halt and catch fire */ in do_genex()
346 /* allow strace to catch syscall args */ in do_trap0()
418 /* Halt and catch fire */ in do_machcheck()
/linux/lib/tests/
H A Dfortify_kunit.c406 * and after the string to catch over/underflows if tests
572 /* Should catch the overflow. */ in fortify_test_strncpy()
583 /* Should catch the overflow. */ in fortify_test_strncpy()
630 /* Should catch the overflow. */ in fortify_test_strscpy()
641 /* Should catch the overflow. */ in fortify_test_strscpy()
950 /* Catch too-large range. */ in __fortify_test()
971 /* Catch too-large range. */ in fortify_test_memchr()
993 /* Catch too-large range. */ in fortify_test_memchr_inv()
1019 /* Catch too-large ranges. */ in fortify_test_memcmp()
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dtc_flower_scale.sh10 # One rule is the ACL catch-all.
/linux/arch/parisc/
H A DKconfig.debug9 to catch memory overwrites at runtime. For more advanced

12345678910>>...26