| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| 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 …]
|
| D | core_reloc.c | 61 .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 …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | core_extern.c | 26 bool fails; member 59 { .name = "tristate (int)", .fails = 1, .cfg = CFG"CONFIG_TRISTATE=1" }, 60 { .name = "tristate (bad)", .fails = 1, .cfg = CFG"CONFIG_TRISTATE=M" }, 66 { .name = "bool (tristate)", .fails = 1, .cfg = CFG"CONFIG_BOOL=m" }, 67 { .name = "bool (int)", .fails = 1, .cfg = CFG"CONFIG_BOOL=1" }, 71 { .name = "char (bad)", .fails = 1, .cfg = CFG"CONFIG_CHAR=q\n" }, 72 { .name = "char (empty)", .fails = 1, .cfg = CFG"CONFIG_CHAR=\n" }, 73 { .name = "char (str)", .fails = 1, .cfg = CFG"CONFIG_CHAR=\"y\"\n" }, 81 { .name = "str (no value)", .fails = 1, .cfg = CFG"CONFIG_STR=\n" }, 82 { .name = "str (bad value)", .fails = 1, .cfg = CFG"CONFIG_STR=bla\n" }, [all …]
|
| D | core_reloc.c | 33 .fails = true, \ 56 .fails = true, \ 87 .fails = true, \ 113 .fails = true, \ 180 .fails = true, \ 216 .fails = true, \ 221 .fails = true, \ 250 .fails = true, \ 267 .fails = true, \ 284 .fails = true, \ [all …]
|
| D | bpf_verif_scale.c | 39 bool fails; member 45 { "loop3.o", BPF_PROG_TYPE_RAW_TRACEPOINT, true /* fails */ }, in test_bpf_verif_scale() 114 CHECK_FAIL(err && !test->fails); in test_bpf_verif_scale()
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| 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.
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| 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 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.
|
| /kernel/linux/linux-6.6/drivers/media/radio/ |
| D | radio-wl1273.c | 120 /* Last transfer always fails. */ in wl1273_fm_write_fw() 294 "%s: TUNER_MODE_SET fails: %d\n", in wl1273_fm_irq_thread_handler() 427 dev_err(radio->dev, "FREQ_SET fails\n"); in wl1273_fm_set_rx_freq() 433 dev_err(radio->dev, "TUNER_MODE_SET fails\n"); in wl1273_fm_set_rx_freq() 538 dev_err(radio->dev, "%s: POWER_SET fails: %d\n", in wl1273_fm_stop() 545 "%s: PUPD_SET fails: %d\n", __func__, r); in wl1273_fm_stop() 576 /* If this fails try again */ in wl1273_fm_start() 583 dev_err(dev, "%s: POWER_SET fails\n", __func__); in wl1273_fm_start() 593 /* If this fails try again once */ in wl1273_fm_start() 600 dev_err(dev, "%s: PUPD_SET fails\n", __func__); in wl1273_fm_start() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/radio/ |
| D | radio-wl1273.c | 120 /* Last transfer always fails. */ in wl1273_fm_write_fw() 294 "%s: TUNER_MODE_SET fails: %d\n", in wl1273_fm_irq_thread_handler() 427 dev_err(radio->dev, "FREQ_SET fails\n"); in wl1273_fm_set_rx_freq() 433 dev_err(radio->dev, "TUNER_MODE_SET fails\n"); in wl1273_fm_set_rx_freq() 538 dev_err(radio->dev, "%s: POWER_SET fails: %d\n", in wl1273_fm_stop() 545 "%s: PUPD_SET fails: %d\n", __func__, r); in wl1273_fm_stop() 576 /* If this fails try again */ in wl1273_fm_start() 583 dev_err(dev, "%s: POWER_SET fails\n", __func__); in wl1273_fm_start() 593 /* If this fails try again once */ in wl1273_fm_start() 600 dev_err(dev, "%s: PUPD_SET fails\n", __func__); in wl1273_fm_start() [all …]
|
| /kernel/liteos_a/kernel/include/ |
| D | los_cpup.h | 52 * CPU usage error code: The request for memory fails. 145 …his API can be called only after the CPU usage is initialized. Otherwise, the CPU usage fails to be 171 * the CPU usage fails to be obtained.</li> 173 * the CPU usage fails to be obtained.</li> 201 * the CPU usage fails to be obtained.</li> 203 * the CPU usage fails to be obtained.</li> 230 …his API can be called only after the CPU usage is initialized. Otherwise, the CPU usage fails to be 232 …* <li>The input parameter pointer must not be NULL, Otherwise, the CPU usage fails to be obtained.… 263 …his API can be called only after the CPU usage is initialized. Otherwise, the CPU usage fails to be 265 …* <li>The input parameter pointer must not be NULL, Otherwise, the CPU usage fails to be obtained.…
|
| D | los_rwlock.h | 115 …* <li>The function fails if the rwlock that is waited on is already locked by another thread when … 118 …* <li>The function fails when other tasks have the write lock or there are some task pending on th… 149 …* <li>The function fails if the rwlock that is waited on is already locked by another thread when … 152 …* <li>The function fails when other tasks have the write lock or there are some task pending on th… 183 * <li>The function fails if the rwlock that is waited on is already locked by another thread when 187 * <li>The function fails when other tasks have the read or write lock.</li> 217 * <li>The function fails if the rwlock that is waited on is already locked by another thread 221 * <li>The function fails when other tasks have the read or write lock.</li>
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | debugobjects.h | 44 * fails. All fixup functions must return true if fixup 47 * fails 49 * fails 51 * fails 53 * check fails
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | debugobjects.h | 44 * fails. All fixup functions must return true if fixup 47 * fails 49 * fails 51 * fails 53 * check fails
|
| /kernel/linux/linux-5.10/Documentation/power/ |
| 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,
|
| /kernel/linux/linux-6.6/Documentation/power/ |
| 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,
|
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| D | bp_signal_overflow.c | 67 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()
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | bp_signal_overflow.c | 67 int fd, i, fails = 0; in test__bp_signal_overflow() local 125 fails++; in test__bp_signal_overflow() 131 fails++; in test__bp_signal_overflow() 134 return fails ? TEST_FAIL : TEST_OK; in test__bp_signal_overflow()
|
| /kernel/liteos_m/testsuites/include/ |
| D | los_dlinkmem.h | 85 * @retval #OS_ERROR �C1: The dynamic memory fails to be initialized. 114 * @retval NULL. The memory fails to be allocated. 133 * <li>The memory fails to be freed if it has been already freed.</li> 140 * @retval #LOS_NOK 1: The memory fails to be freed. 166 * <li>If the new memory block fails to be allocated, the original one will not be released.</li> 174 * @retval NULL. The memory fails to be re-allocated. 202 * @retval The memory fails to be allocated.
|
| /kernel/linux/linux-5.10/tools/testing/ktest/examples/include/ |
| 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
|
| /kernel/linux/linux-6.6/tools/testing/ktest/examples/include/ |
| 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
|
| /kernel/liteos_m/components/cpup/ |
| D | los_cpup.h | 52 * CPU usage error code: The request for memory fails. 253 … <li>This API can be called only after the CPU usage is initialized. Otherwise, the CPU usage fails 277 … <li>This API can be called only after the CPU usage is initialized. Otherwise, the CPU usage fails 280 * the CPU usage fails to be obtained.</li> 304 * the CPU usage fails to be obtained.</li> 306 * the CPU usage fails to be obtained.</li> 332 … <li>This API can be called only after the CPU usage is initialized. Otherwise, the CPU usage fails 334 …* <li>The input parameter pointer must not be NULL, Otherwise, the CPU usage fails to be obtained.…
|
| /kernel/linux/linux-6.6/tools/testing/selftests/cachestat/ |
| D | test_cachestat.c | 171 ksft_print_msg("fsync fails.\n"); in test_cachestat() 283 ksft_test_result_fail("cachestat fails with %s\n", dev_filename); in main() 292 ksft_test_result_fail("cachestat fails with normal file\n"); in main() 299 ksft_test_result_fail("cachestat fsync fails with normal file\n"); in main() 313 ksft_test_result_fail("cachestat fails with a shmem file\n"); in main()
|
| /kernel/linux/linux-6.6/Documentation/driver-api/tty/ |
| 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
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
| 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 …]
|
| /kernel/liteos_m/kernel/include/ |
| D | los_mux.h | 50 * Mutex error code: The memory request fails. 80 * Mutex error code: No mutex is available and the mutex request fails. 90 * Mutex error code: The mutex fails to be locked in non-blocking mode because it is locked by anoth… 193 …ber of mutexes is pre-configured. If there are no available mutexes, the mutex creation fails.</li> 242 …* <li>The function fails if the mutex that is waited on is already locked by another thread when t… 256 …* @retval #LOS_ERRNO_MUX_UNAVAILABLE The mutex fails to be locked because it is locked by a…
|