Home
last modified time | relevance | path

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

1234567891011

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dcore_extern.c26 bool fails; member
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" },
99 { .name = "int (bad)", .fails = 1, .cfg = CFG"CONFIG_INT=abc" },
100 { .name = "int (str)", .fails = 1, .cfg = CFG"CONFIG_INT=\"abc\"" },
101 { .name = "int (empty)", .fails = 1, .cfg = CFG"CONFIG_INT=" },
[all …]
A Dcore_reloc.c61 .fails = true, \
86 .fails = true, \
120 .fails = true, \
148 .fails = true, \
221 .fails = true, \
261 .fails = true, \
268 .fails = true, \
309 .fails = true, \
329 .fails = true, \
348 .fails = true, \
[all …]
A Dcpu_mask.c35 bool fails; member
66 if (test_cases[i].fails) { in test_cpu_mask()
A Dbpf_verif_scale.c51 bool fails; member
/linux-6.3-rc2/tools/perf/tests/
A Dbp_signal_overflow.c67 int fd, i, fails = 0; in test__bp_signal_overflow() local
130 fails++; in test__bp_signal_overflow()
136 fails++; in test__bp_signal_overflow()
139 return fails ? TEST_FAIL : TEST_OK; in test__bp_signal_overflow()
/linux-6.3-rc2/Documentation/ABI/testing/
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 fials 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.
A Dsysfs-platform-dfl-port84 to clear errors. Write fails with -EINVAL if input parsing
85 fails or input error code doesn't match. Write fails with
A Dsysfs-class-fpga-manager15 fails, that could be due to not being able to find the firmware
43 If FPGA programming operation fails, it could be caused by crc
/linux-6.3-rc2/tools/testing/selftests/timers/
A Dfreq-step.c241 int i, j, fails = 0; in main() local
253 fails += run_test(0, freq_base, freq_step); in main()
259 if (fails) in main()
/linux-6.3-rc2/Documentation/power/
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-6.3-rc2/Documentation/driver-api/tty/
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
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_sock.c521 int fails = 0; in run_tests() local
526 ++fails; in run_tests()
530 printf("Summary: %d PASSED, %d FAILED\n", passes, fails); in run_tests()
531 return fails ? -1 : 0; in run_tests()
/linux-6.3-rc2/tools/perf/tests/attr/
A Dtest-record-user-regs-no-sve-aarch641 # Test that asking for VG fails if the system doesn't support SVE. This
A Dtest-record-user-regs-old-sve-aarch641 # Test that asking for VG always fails on old kernels because it was
/linux-6.3-rc2/Documentation/filesystems/ext4/
A 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-6.3-rc2/Documentation/networking/
A Dnetdevices.rst139 /* If anything fails now unregister_netdevice() (or unregister_netdev())
154 register_netdevice() fails. The callback may be invoked with or without
163 so if register_netdevice() fails driver is responsible for calling
167 or when register_netdevice() fails. Parts of netdev (de)registration process
/linux-6.3-rc2/drivers/of/unittest-data/
A Doverlay_bad_add_dup_prop.dtso19 * fails, the memory leak does actually occur, and kmemleak will
/linux-6.3-rc2/Documentation/locking/
A Dpi-futex.rst90 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-6.3-rc2/fs/afs/
A DKconfig38 the dmesg log if the server rotation algorithm fails to successfully
/linux-6.3-rc2/Documentation/userspace-api/media/dvb/
A Dfe-get-event.rst38 or non-blocking mode. In the latter case, the call fails immediately
/linux-6.3-rc2/Documentation/core-api/
A Dmemory-hotplug.rst20 Generated if MEM_GOING_ONLINE fails.
33 Generated if MEM_GOING_OFFLINE fails. Memory is available again from
A Dboot-time-mm.rst19 when an allocation fails and those that don't.
/linux-6.3-rc2/Documentation/userspace-api/media/rc/
A 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-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dfunc-poll.rst68 capturing. When that fails it returns a ``POLLERR`` as above. Otherwise
75 streaming. When that fails it returns a ``POLLERR`` as above. Otherwise
/linux-6.3-rc2/Documentation/userspace-api/media/cec/
A Dcec-func-ioctl.rst62 When an ioctl that takes an output or read/write parameter fails, the

Completed in 40 milliseconds

1234567891011