| /linux/lib/kunit/ |
| H A D | try-catch-impl.h | 3 * 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 D | try-catch.c | 16 #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 D | try-catch.h | 24 * @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 D | nsp_message.c | 21 * 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 D | ncsi.h | 16 * @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 D | dcbnl.h | 278 * @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 D | mac802154_hwsim.h | 6 * @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 D | check_tags_inclusion.c | 63 /* 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 D | test_pound_no_prefix.log | 15 # Subtest: kunit-try-catch-test 19 ok 2 - kunit-try-catch-test
|
| H A D | test_kernel_panic_interrupt.log | 13 [ 0.060000] # Subtest: kunit-try-catch-test 17 [ 0.060000] ok 2 - kunit-try-catch-test
|
| H A D | test_pound_sign.log | 15 [ 0.060000] # Subtest: kunit-try-catch-test 19 [ 0.060000] ok 2 - kunit-try-catch-test
|
| H A D | test_output_with_prefix_isolated_correctly.log | 14 [ 0.060000] # Subtest: kunit-try-catch-test 18 [ 0.060000] ok 2 - kunit-try-catch-test
|
| H A D | test_config_printk_time.log | 13 [ 0.060000] # Subtest: kunit-try-catch-test 17 [ 0.060000] ok 2 - kunit-try-catch-test
|
| H A D | test_multiple_prefixes.log | 13 [ 0.060000][ T1] # Subtest: kunit-try-catch-test 17 [ 0.060000][ T1] ok 2 - kunit-try-catch-test
|
| H A D | test_interrupted_tap_output.log | 19 [ 0.060000] # Subtest: kunit-try-catch-test 23 [ 0.060000] ok 2 - kunit-try-catch-test
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | ucontext.h | 36 * - 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 D | zstd_double_fast.c | 210 … (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 D | verify_sig_setup.sh | 89 catch() 127 trap 'catch "$?" "${LOG_FILE}"' EXIT 84 catch() global() function
|
| H A D | ima_setup.sh | 107 catch() function 147 trap 'catch "$?" "${LOG_FILE}"' EXIT
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-jaguar-pre-ict-tester.dtso | 79 * but GPIO3_C6 would catch this HW soldering issue. 101 * but GPIO3_C6 would catch this HW soldering issue.
|
| /linux/scripts/ |
| H A D | spdxcheck-test.sh | 9 # run check on complete tree to catch any other issues
|
| /linux/arch/hexagon/kernel/ |
| H A D | traps.c | 331 /* 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 D | fortify_kunit.c | 406 * 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 D | tc_flower_scale.sh | 10 # One rule is the ACL catch-all.
|
| /linux/arch/parisc/ |
| H A D | Kconfig.debug | 9 to catch memory overwrites at runtime. For more advanced
|