Home
last modified time | relevance | path

Searched refs:fails (Results 1 – 25 of 192) sorted by relevance

12345678

/Linux-v4.19/tools/perf/tests/
Dbp_signal_overflow.c66 int fd, i, fails = 0; in test__bp_signal_overflow() local
124 fails++; in test__bp_signal_overflow()
130 fails++; in test__bp_signal_overflow()
133 return fails ? TEST_FAIL : TEST_OK; in test__bp_signal_overflow()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_sock.c439 int fails = 0; in run_tests() local
444 ++fails; in run_tests()
448 printf("Summary: %d PASSED, %d FAILED\n", passes, fails); in run_tests()
449 return fails ? -1 : 0; in run_tests()
Dtest_sock_addr.c1349 int fails = 0; in run_tests() local
1354 ++fails; in run_tests()
1358 printf("Summary: %d PASSED, %d FAILED\n", passes, fails); in run_tests()
1359 return fails ? -1 : 0; in run_tests()
/Linux-v4.19/tools/testing/selftests/timers/
Dfreq-step.c249 int i, j, fails = 0; in main() local
261 fails += run_test(0, freq_base, freq_step); in main()
267 if (fails) in main()
/Linux-v4.19/Documentation/power/
Dbasic-pm-debugging.txt18 systems might be necessary to make hibernation work. Thus, if your machine fails
41 To find out why hibernation fails on your system, you can use a special testing
95 without creating a hibernation image. Obviously, if the "devices" test fails,
101 If the "freezer" test fails, there is a task that cannot be frozen (in that case
107 If the "devices" test fails, most likely there is a driver that cannot suspend
111 - if the test fails, unload a half of the drivers currently loaded and repeat
127 If the "platform" test fails, there is a problem with the handling of the
132 If the "processors" test fails, the disabling/enabling of nonboot CPUs does not
138 If the "core" test fails, which means that suspending of the system/platform
158 - if there are n modules loaded and the attempt to suspend and resume fails,
/Linux-v4.19/Documentation/cpu-freq/
Damd-powernow.txt34 and fall back to PST if that fails.
36 fall back to ACPI if the PSB support fails. A module parameter,
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-fpga-manager15 fails, that could be due to not being able to find the firmware
44 If FPGA programming operation fails, it could be caused by crc
Dsysfs-class-rc33 Write fails with EINVAL if an invalid protocol combination or
79 Write fails with EINVAL if an invalid protocol combination or
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dmmp.rst12 fsck is (hopefully) running, and open fails immediately. Otherwise, the
15 filesystem is active on another machine and the open fails. If the MMP
/Linux-v4.19/arch/xtensa/include/asm/
Dasm-uaccess.h91 # error Assembly macro kernel_ok fails
/Linux-v4.19/Documentation/
Dpi-futex.txt90 If the lock-acquire fastpath fails, [i.e. an atomic transition from 0 to
91 TID fails], then FUTEX_LOCK_PI is called. The kernel does all the
108 If the unlock fastpath fails (because the FUTEX_WAITERS bit is set),
/Linux-v4.19/Documentation/media/uapi/dvb/
Dfe-get-event.rst39 or non-blocking mode. In the latter case, the call fails immediately
Ddmx-fread.rst45 data that fails on CRC check will be silently ignored.
Dvideo-get-event.rst58 in blocking or non-blocking mode. In the latter case, the call fails
/Linux-v4.19/Documentation/media/uapi/v4l/
Dfunc-poll.rst71 capturing. When that fails it returns a ``POLLERR`` as above. Otherwise
78 streaming. When that fails it returns a ``POLLERR`` as above. Otherwise
Dfunc-ioctl.rst61 When an ioctl that takes an output or read/write parameter fails, the
Dvidioc-querystd.rst44 will return V4L2_STD_UNKNOWN. When detection is not possible or fails,
/Linux-v4.19/Documentation/media/uapi/rc/
Drc-sysfs-nodes.rst52 Write fails with ``EINVAL`` if an invalid protocol combination or unknown
110 Write fails with ``EINVAL`` if an invalid protocol combination or unknown
/Linux-v4.19/Documentation/media/uapi/mediactl/
Dmedia-func-ioctl.rst66 When an ioctl that takes an output or read/write parameter fails, the
/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-func-ioctl.rst65 When an ioctl that takes an output or read/write parameter fails, the
/Linux-v4.19/Documentation/thermal/
Dexynos_thermal_emulation28 mode at the same time. (Or you have to keep the mode enabling.) If you don't, it fails to
/Linux-v4.19/Documentation/hwmon/
Dsht1549 * If a CRC validation fails, a soft reset command is sent, which resets
/Linux-v4.19/Documentation/vm/
Dtranshuge.rst18 - if a hugepage allocation fails because of memory fragmentation,
160 additional pins (i.e. from get_user_pages). split_huge_page() fails any
180 pmd can be split at any point and never fails.
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dtps6507x.txt18 fails.
/Linux-v4.19/Documentation/dev-tools/
Dubsan.rst8 that may cause UB. If check fails (i.e. UB detected) __ubsan_handle_*

12345678