/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | core_extern.c | 26 bool fails; member 60 { .name = "tristate (int)", .fails = 1, .cfg = CFG"CONFIG_TRISTATE=1" }, 61 { .name = "tristate (bad)", .fails = 1, .cfg = CFG"CONFIG_TRISTATE=M" }, 67 { .name = "bool (tristate)", .fails = 1, .cfg = CFG"CONFIG_BOOL=m" }, 68 { .name = "bool (int)", .fails = 1, .cfg = CFG"CONFIG_BOOL=1" }, 72 { .name = "char (bad)", .fails = 1, .cfg = CFG"CONFIG_CHAR=q\n" }, 73 { .name = "char (empty)", .fails = 1, .cfg = CFG"CONFIG_CHAR=\n" }, 74 { .name = "char (str)", .fails = 1, .cfg = CFG"CONFIG_CHAR=\"y\"\n" }, 82 { .name = "str (no value)", .fails = 1, .cfg = CFG"CONFIG_STR=\n" }, 83 { .name = "str (bad value)", .fails = 1, .cfg = CFG"CONFIG_STR=bla\n" }, [all …]
|
H A D | core_reloc.c | 62 .fails = true, \ 87 .fails = true, \ 121 .fails = true, \ 149 .fails = true, \ 222 .fails = true, \ 262 .fails = true, \ 269 .fails = true, \ 310 .fails = true, \ 330 .fails = true, \ 349 .fails = true, \ [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-dfl-fme | 54 fails with -EINVAL if input parsing fails or input error code 63 fails with -EINVAL if input parsing fails or input error code 83 file to inject errors for testing purpose. Write fails with 84 -EINVAL if input parsing fails or input inject error code isn't 93 fails with -EINVAL if input parsing fails or input error code 197 clamped within the range from 0 to 127 Watts. Write fails with 198 -EINVAL if input parsing fails. 210 clamped within the range from 0 to 127 Watts. Write fails with 211 -EINVAL if input parsing fails.
|
/linux/Documentation/power/ |
H A D | basic-pm-debugging.rst | 23 fails to hibernate or resume in the "reboot" mode, you should try the 47 To find out why hibernation fails on your system, you can use a special testing 103 without creating a hibernation image. Obviously, if the "devices" test fails, 109 If the "freezer" test fails, there is a task that cannot be frozen (in that case 115 If the "devices" test fails, most likely there is a driver that cannot suspend 120 - if the test fails, unload a half of the drivers currently loaded and repeat 136 If the "platform" test fails, there is a problem with the handling of the 141 If the "processors" test fails, the disabling/enabling of nonboot CPUs does not 147 If the "core" test fails, which means that suspending of the system/platform 168 - if there are n modules loaded and the attempt to suspend and resume fails,
|
/linux/tools/perf/tests/ |
H A D | bp_signal_overflow.c | 68 int fd, i, fails = 0; in test__bp_signal_overflow() local 131 fails++; in test__bp_signal_overflow() 137 fails++; in test__bp_signal_overflow() 140 return fails ? TEST_FAIL : TEST_OK; in test__bp_signal_overflow()
|
/linux/tools/testing/ktest/examples/include/ |
H A D | bisect.conf | 36 # commit fails. If you only want to check one or the other, 48 # build or boot fails, ktest.pl will do a 'git bisect skip'. 52 # Now if you had BISECT_SKIP = 0 and the test fails, you can 80 # fails because of a lack of a config, then it will not find
|
/linux/arch/x86/virt/vmx/tdx/ |
H A D | seamcall.S | 19 * fails, or the completion status of the SEAMCALL leaf function. 38 * fails, or the completion status of the SEAMCALL leaf function. 57 * fails, or the completion status of the SEAMCALL leaf function.
|
/linux/tools/testing/selftests/cachestat/ |
H A D | test_cachestat.c | 172 ksft_print_msg("fsync fails.\n"); in test_cachestat() 284 ksft_test_result_fail("cachestat fails with %s\n", dev_filename); in main() 293 ksft_test_result_fail("cachestat fails with normal file\n"); in main() 300 ksft_test_result_fail("cachestat fsync fails with normal file\n"); in main() 314 ksft_test_result_fail("cachestat fails with a shmem file\n"); in main()
|
/linux/drivers/gpu/drm/ci/xfails/ |
H A D | msm-apq8016-skips.txt | 14 # Currently fails and causes coverage loss for other tests 15 # since core_getversion also fails.
|
H A D | meson-g12b-skips.txt | 15 # Currently fails and causes coverage loss for other tests 16 # since core_getversion also fails.
|
H A D | mediatek-mt8183-skips.txt | 15 # Currently fails and causes coverage loss for other tests 16 # since core_getversion also fails.
|
H A D | mediatek-mt8173-skips.txt | 15 # Currently fails and causes coverage loss for other tests 16 # since core_getversion also fails.
|
H A D | msm-sc7180-trogdor-lazor-limozeen-skips.txt | 17 # Currently fails and causes coverage loss for other tests 18 # since core_getversion also fails.
|
H A D | rockchip-rk3399-skips.txt | 18 # Currently fails and causes coverage loss for other tests 19 # since core_getversion also fails.
|
H A D | rockchip-rk3288-skips.txt | 18 # Currently fails and causes coverage loss for other tests 19 # since core_getversion also fails.
|
H A D | panfrost-g12b-skips.txt | 21 # Currently fails and causes coverage loss for other tests 22 # since core_getversion also fails.
|
H A D | panfrost-mt8183-skips.txt | 21 # Currently fails and causes coverage loss for other tests 22 # since core_getversion also fails.
|
H A D | msm-sc7180-trogdor-kingoftown-skips.txt | 17 # Currently fails and causes coverage loss for other tests 18 # since core_getversion also fails.
|
H A D | panfrost-rk3399-skips.txt | 24 # Currently fails and causes coverage loss for other tests 25 # since core_getversion also fails.
|
H A D | virtio_gpu-none-skips.txt | 23 # Currently fails and causes coverage loss for other tests 24 # since core_getversion also fails.
|
H A D | panfrost-rk3288-skips.txt | 24 # Currently fails and causes coverage loss for other tests 25 # since core_getversion also fails.
|
H A D | msm-sdm845-skips.txt | 22 # Currently fails and causes coverage loss for other tests 23 # since core_getversion also fails.
|
/linux/Documentation/admin-guide/mm/ |
H A D | transhuge.rst | 488 is incremented if a page fault fails to allocate or charge 492 is incremented if a page fault fails to charge a huge page and 508 but fails and instead falls back to using small pages. (Note that 528 is incremented if kernel fails to split huge 555 is incremented if kernel fails to allocate 577 is incremented if a page fault fails to allocate or charge 582 is incremented if a page fault fails to charge a huge page and 595 is incremented if swapin fails to allocate or charge a huge page 600 is incremented if swapin fails to charge a huge page and instead 619 but fails and instead falls back to using small pages. [all …]
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dbg_hsi.h | 1236 * Return: Error if the parsing fails, ok otherwise. 1252 * Return: Error if the parsing fails, ok otherwise. 1285 * Return: Error if the parsing fails, ok otherwise. 1300 * Return: Error if the parsing fails, ok otherwise. 1317 * Return: Error if the parsing fails, ok otherwise. 1331 * Return: Error if the parsing fails, ok otherwise. 1358 * Return: Error if the parsing fails, ok otherwise. 1373 * Return: Error if the parsing fails, ok otherwise. 1390 * Return: Error if the parsing fails, ok otherwise. 1405 * Return: Error if the parsing fails, ok otherwise. [all …]
|
/linux/Documentation/driver-api/tty/ |
H A D | tty_ldisc.rst | 11 fallback if establishing any other discipline for a tty fails. If even N_TTY 12 fails, N_NULL takes over. That never fails, but also does not process any
|