Home
last modified time | relevance | path

Searched full:fails (Results 1 – 25 of 1702) sorted by relevance

12345678910>>...69

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_extern.c26 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 Dcore_reloc.c62 .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 Dsysfs-platform-dfl-fme54 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 Dbasic-pm-debugging.rst23 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 Dbp_signal_overflow.c68 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 Dbisect.conf36 # 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 Dseamcall.S19 * 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 Dtest_cachestat.c172 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 Dmsm-apq8016-skips.txt14 # Currently fails and causes coverage loss for other tests
15 # since core_getversion also fails.
H A Dmeson-g12b-skips.txt15 # Currently fails and causes coverage loss for other tests
16 # since core_getversion also fails.
H A Dmediatek-mt8183-skips.txt15 # Currently fails and causes coverage loss for other tests
16 # since core_getversion also fails.
H A Dmediatek-mt8173-skips.txt15 # Currently fails and causes coverage loss for other tests
16 # since core_getversion also fails.
H A Dmsm-sc7180-trogdor-lazor-limozeen-skips.txt17 # Currently fails and causes coverage loss for other tests
18 # since core_getversion also fails.
H A Drockchip-rk3399-skips.txt18 # Currently fails and causes coverage loss for other tests
19 # since core_getversion also fails.
H A Drockchip-rk3288-skips.txt18 # Currently fails and causes coverage loss for other tests
19 # since core_getversion also fails.
H A Dpanfrost-g12b-skips.txt21 # Currently fails and causes coverage loss for other tests
22 # since core_getversion also fails.
H A Dpanfrost-mt8183-skips.txt21 # Currently fails and causes coverage loss for other tests
22 # since core_getversion also fails.
H A Dmsm-sc7180-trogdor-kingoftown-skips.txt17 # Currently fails and causes coverage loss for other tests
18 # since core_getversion also fails.
H A Dpanfrost-rk3399-skips.txt24 # Currently fails and causes coverage loss for other tests
25 # since core_getversion also fails.
H A Dvirtio_gpu-none-skips.txt23 # Currently fails and causes coverage loss for other tests
24 # since core_getversion also fails.
H A Dpanfrost-rk3288-skips.txt24 # Currently fails and causes coverage loss for other tests
25 # since core_getversion also fails.
H A Dmsm-sdm845-skips.txt22 # Currently fails and causes coverage loss for other tests
23 # since core_getversion also fails.
/linux/Documentation/admin-guide/mm/
H A Dtranshuge.rst488 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 Dqed_dbg_hsi.h1236 * 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 Dtty_ldisc.rst11 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

12345678910>>...69