| /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, \ 122 .fails = true, \ 150 .fails = true, \ 223 .fails = true, \ 263 .fails = true, \ 270 .fails = true, \ 311 .fails = true, \ 331 .fails = true, \ 350 .fails 403 bool fails; global() member [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.
|
| H A D | sysfs-class-fpga-manager | 15 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/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/tools/testing/selftests/cachestat/ |
| H A D | test_cachestat.c | 177 ksft_print_msg("fsync fails.\n"); in test_cachestat() 324 ksft_test_result_fail("cachestat fails with %s\n", dev_filename); in main() 333 ksft_test_result_fail("cachestat fails with normal file\n"); in main() 340 ksft_test_result_fail("cachestat fsync fails with normal file\n"); in main() 354 ksft_test_result_fail("cachestat fails with a shmem file\n"); in main() 361 ksft_test_result_fail("cachestat fails with a mmap file\n"); in main()
|
| /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. 60 * fails, or the completion status of the SEAMCALL leaf function.
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | nested_invalid_cr3_test.c | 5 * This test verifies that L1 fails to enter L2 with an invalid CR3, and 25 /* Try to run L2 with invalid CR3 and make sure it fails */ in l1_svm_code() 48 /* Try to run L2 with invalid CR3 and make sure it fails */ in l1_vmx_code()
|
| /linux/net/smc/ |
| H A D | smc_inet.c | 141 pr_err("%s: proto_register smc_inet_prot fails with %d\n", in smc_inet_init() 151 pr_err("%s: proto_register smc_inet6_prot fails with %d\n", in smc_inet_init() 157 pr_err("%s: inet6_register_protosw smc_inet6_protosw fails with %d\n", in smc_inet_exit()
|
| /linux/tools/testing/selftests/timers/ |
| H A D | freq-step.c | 6 * is measured in two intervals following the step. The test fails if 241 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/tools/testing/selftests/powerpc/papr_sysparm/ |
| H A D | papr_sysparm.c | 186 size_t fails = 0; in main() local 192 ++fails; in main() 195 return fails == 0 ? EXIT_SUCCESS : EXIT_FAILURE; in main()
|
| /linux/tools/testing/selftests/filesystems/eventfd/ |
| H A D | eventfd_test.c | 188 * A write(2) fails with the error EINVAL if the size of the supplied buffer 217 * A read(2) fails with the error EINVAL if the size of the supplied buffer is 246 * call fails with the error EAGAIN if the file descriptor has been made nonblocking. 280 * call fails with the error EAGAIN if the file descriptor has been made nonblocking.
|
| /linux/rust/zerocopy-derive/ |
| H A D | lib.rs | 91 // We wrap in `const_block` as a backstop in case any derive fails 92 // to wrap its output in `const_block` (and thus fails to annotate) 157 // We wrap in `const_block` as a backstop in case any derive fails in most_traits() 158 // to wrap its output in `const_block` (and thus fails to annotate) in most_traits()
|
| /linux/drivers/net/ethernet/intel/ixd/ |
| H A D | ixd_virtchnl.c | 69 * Return: success or error if sending the get capability message fails 148 * Return: success or error if sending fails or the response was not as expected 167 * Return: %0 on success or error if any step of the initialization fails
|
| /linux/include/uapi/linux/ |
| H A D | uinput.h | 90 * If this ioctl fails with -EINVAL, it is recommended to use the old 97 * If this call fails, partial data may have already been applied to the 125 * If this ioctl fails with -EINVAL, it is recommended to use the old 132 * If this call fails, partial data may have already been applied to the
|
| /linux/Documentation/locking/ |
| H A D | pi-futex.rst | 90 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/net/sunrpc/xprtrdma/ |
| H A D | ib_client.c | 56 * cleared again if xa_alloc fails), so the @rn may safely be 74 * Restore NULL if xa_alloc() fails. rn_done doubles as the in rpcrdma_rn_register() 117 * xa_alloc fails, so a non-NULL rn_done marks a completed in rpcrdma_rn_unregister()
|
| /linux/drivers/usb/image/ |
| H A D | mdc800.c | 370 "writing command fails (status=%i)\n", status); in mdc800_usb_write_notify() 398 "request bytes fails (status:%i)\n", status); in mdc800_usb_download_notify() 442 "probe fails -> wrong Number of Configuration\n"); in mdc800_usb_probe() 454 dev_err(&intf->dev, "probe fails -> wrong Interface\n"); in mdc800_usb_probe() 475 dev_err(&intf->dev, "probe fails -> Wrong Endpoints.\n"); in mdc800_usb_probe() 638 "request USB irq fails (submit_retval=%i).\n", retval); in mdc800_device_open() 742 "request download-bytes fails " in mdc800_device_read() 855 "submitting write urb fails " in mdc800_device_write() 899 dev_err(&mdc800->dev->dev, "requesting answer from irq fails\n"); in mdc800_device_write() 1033 /* Clean driver up, when something fails */ in usb_mdc800_init()
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | wait_inotify.c | 56 fail_message("inotify_init() fails on %s!\n"); in main() 58 fail_message("inotify_add_watch() fails on %s!\n"); in main()
|
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | numaif.h | 70 * fails with ENOSYS, then the kernel was built without NUMA support. in is_numa_available() 71 * if the syscall fails with EPERM, then the process/user lacks the in is_numa_available()
|
| /linux/drivers/auxdisplay/ |
| H A D | charlcd.c | 149 * - "" fails. 150 * - "x" fails. 151 * - "x;" fails. 152 * - "x1" fails. 153 * - "xy12;" fails. 154 * - "x12yy12;" fails. 155 * - "xx" fails.
|
| /linux/rust/kernel/ |
| H A D | uaccess.rs | 173 /// Fails with [`EFAULT`] if the read happens on a bad address. 259 /// Fails with [`EFAULT`] if the read happens on a bad address, or if the read goes out of 284 /// Fails with [`EFAULT`] if the read happens on a bad address, or if the read goes out of 337 /// Fails with [`EFAULT`] if the read happens on a bad address, or if the read goes out of 369 /// Fails with [`EFAULT`] if the read happens on a bad address. 389 /// Fails with [`EFAULT`] if the read happens on a bad address (some data may have been 487 /// Fails with [`EFAULT`] if the write happens on a bad address, or if the write goes out of 599 /// Fails with [`EFAULT`] if the write happens on a bad address, or if the write goes out of 632 /// read. Fails with [`EFAULT`] if a read happens on a bad address (some data may have been
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | mmp.rst | 12 fsck is (hopefully) running, and open fails immediately. Otherwise, the 15 filesystem is active on another machine and the open fails. If the MMP
|