| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | rhash_timer.c | 58 int attempt, err; in test_rhash_timer() local 83 for (attempt = 0; attempt < MAX_ATTEMPTS; attempt++) { in test_rhash_timer() 89 if (skel->bss->armed != attempt + 1) { in test_rhash_timer() 90 ASSERT_EQ(skel->bss->armed, attempt + 1, "armed"); in test_rhash_timer() 107 if ((attempt + 1) % RCU_SYNC_INTERVAL == 0) { in test_rhash_timer()
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| H A D | vega20_smumgr.c | 182 "[CopyTableFromSMC] Attempt to Set Dram Addr High Failed!", in vega20_copy_table_from_smc() 188 "[CopyTableFromSMC] Attempt to Set Dram Addr Low Failed!", in vega20_copy_table_from_smc() 192 "[CopyTableFromSMC] Attempt to Transfer Table From SMU Failed!", in vega20_copy_table_from_smc() 232 "[CopyTableToSMC] Attempt to Set Dram Addr High Failed!", in vega20_copy_table_to_smc() 238 "[CopyTableToSMC] Attempt to Set Dram Addr Low Failed!", in vega20_copy_table_to_smc() 242 "[CopyTableToSMC] Attempt to Transfer Table To SMU Failed!", in vega20_copy_table_to_smc() 265 "[SetActivityMonitor] Attempt to Set Dram Addr High Failed!", in vega20_set_activity_monitor_coeff() 271 "[SetActivityMonitor] Attempt to Set Dram Addr Low Failed!", in vega20_set_activity_monitor_coeff() 277 "[SetActivityMonitor] Attempt to Transfer Table To SMU Failed!", in vega20_set_activity_monitor_coeff() 295 "[GetActivityMonitor] Attempt to Set Dram Addr High Failed!", in vega20_get_activity_monitor_coeff() [all …]
|
| H A D | vega12_smumgr.c | 57 "[CopyTableFromSMC] Attempt to Set Dram Addr High Failed!", return -EINVAL); in vega12_copy_table_from_smc() 62 "[CopyTableFromSMC] Attempt to Set Dram Addr Low Failed!", in vega12_copy_table_from_smc() 68 "[CopyTableFromSMC] Attempt to Transfer Table From SMU Failed!", in vega12_copy_table_from_smc() 107 "[CopyTableToSMC] Attempt to Set Dram Addr High Failed!", in vega12_copy_table_to_smc() 113 "[CopyTableToSMC] Attempt to Set Dram Addr Low Failed!", in vega12_copy_table_to_smc() 119 "[CopyTableToSMC] Attempt to Transfer Table To SMU Failed!", in vega12_copy_table_to_smc() 136 "[EnableDisableSMCFeatures] Attempt to enable SMU features Low failed!", in vega12_enable_smc_features() 140 "[EnableDisableSMCFeatures] Attempt to enable SMU features High failed!", in vega12_enable_smc_features() 145 "[EnableDisableSMCFeatures] Attempt to disable SMU features Low failed!", in vega12_enable_smc_features() 149 "[EnableDisableSMCFeatures] Attempt to disable SMU features High failed!", in vega12_enable_smc_features() [all …]
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | smccc_filter.c | 121 "Attempt to filter reserved range should return EEXIST"); in test_filter_reserved_range() 128 "Attempt to filter reserved range should return EEXIST"); in test_filter_reserved_range() 141 "Attempt to filter 0 functions should return EINVAL"); in test_invalid_nr_functions() 154 "Attempt to overflow filter range should return EINVAL"); in test_overflow_nr_functions() 167 "Attempt to use reserved filter action should return EINVAL"); in test_reserved_action() 184 "Attempt to filter already configured range should return EEXIST"); in test_filter_overlap()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | errors.h | 27 /* Attempt to enter the same name into an internal structure twice */ 35 /* Attempt to read or write data outside the valid range */ 45 /* Attempt to access incomplete index save data */
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-vdpa | 28 attempt to bind to the device. This is useful for overriding 36 attempt to unbind from the device. This may be useful when 51 device from its current driver or make any attempt to
|
| H A D | sysfs-bus-fsl-mc | 6 the driver to attempt to bind to the device found at 19 driver to attempt to unbind from the device found at
|
| H A D | sysfs-memory-page-offline | 8 physical address of the page. The kernel will then attempt 31 kernel will then attempt to hard-offline the page, by
|
| /linux/kernel/trace/ |
| H A D | trace_events_user.c | 145 int attempt; member 256 * attempt to delete it later. in delayed_destroy_user_event() 308 * Unfortunately we have to attempt the actual destroy in a work in user_event_put() 329 * If we fail we must wait for an admin to attempt delete or in user_event_put() 436 int attempt) in user_event_mm_fault_in() argument 445 if (attempt > 10) in user_event_mm_fault_in() 466 bool fixup_fault, int *attempt); 475 int attempt = fault->attempt; in user_event_enabler_fault_fixup() local 478 ret = user_event_mm_fault_in(mm, uaddr, attempt); in user_event_enabler_fault_fixup() 499 * attempt again directly if the page came in. If we couldn't get in user_event_enabler_fault_fixup() [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_bpftool_map.sh | |
| /linux/Documentation/power/ |
| H A D | drivers-testing.rst | 33 b) Load the driver and attempt to hibernate in the "reboot", "shutdown" and 39 d) Attempt to hibernate with the driver compiled directly into the kernel 47 f) Attempt to suspend to RAM using the s2ram tool with the driver loaded
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | vega12_thermal.c | 37 "Attempt to get current RPM from SMC Failed!", in vega12_get_current_rpm() 78 "Attempt to Enable FAN CONTROL feature Failed!", in vega12_enable_fan_control_feature() 96 "Attempt to Enable FAN CONTROL feature Failed!", in vega12_disable_fan_control_feature() 111 "Attempt to Enable SMC FAN CONTROL Feature Failed!", in vega12_fan_ctrl_start_smc_fan_control() 124 "Attempt to Disable SMC FAN CONTROL Feature Failed!", in vega12_fan_ctrl_stop_smc_fan_control()
|
| /linux/drivers/usb/typec/ |
| H A D | mode_selection.c | 19 * @error: Outcome of the last attempt to enter the mode 36 * @timeout: Timeout for a mode entry attempt, ms 55 * @result: Outcome of the attempt to activate the mode 121 * The function then checks the result of the attempt to entre the current mode, 123 * - if the attempt FAILED, the mode is deactivated and removed from the list.
|
| /linux/Documentation/driver-api/mtd/ |
| H A D | nand_ecc.rst | 120 Attempt 0 188 Attempt 1 316 Attempt 2 428 Attempt 3 476 Attempt 4 506 Unrolling three times gives a gain of 30% compared to attempt 2. 522 Attempt 5 539 compared with attempt 4 with 4 times unrolled, and we only require 1/3rd 547 Attempt 6 620 Attempt 7 [all …]
|
| /linux/include/linux/mtd/ |
| H A D | pfow.h | 86 * 01-re-program attempt in region with 88 * 10-object mode program w attempt in 90 * 11-attempt to program invalid half
|
| /linux/tools/testing/selftests/memfd/ |
| H A D | run_hugetlbfs_test.sh | 9 # huge pages free. Attempt to allocate enough pages to test. 23 # If not enough free huge pages for test, attempt to increase
|
| /linux/drivers/infiniband/sw/rxe/ |
| H A D | rxe_queue.h | 188 pr_warn("%s: attempt to advance client index\n", in queue_advance_producer() 209 pr_warn("%s: attempt to advance driver index\n", in queue_advance_producer() 231 pr_warn("%s: attempt to advance client index\n", in queue_advance_consumer() 237 pr_warn("%s: attempt to advance driver index\n", in queue_advance_consumer()
|
| /linux/tools/testing/selftests/arm64/signal/testcases/ |
| H A D | fake_sigreturn_sme_change_vl.c | 5 * Attempt to change the streaming SVE vector length in a signal 70 .descr = "Attempt to change Streaming SVE VL",
|
| H A D | fake_sigreturn_sve_change_vl.c | 5 * Attempt to change the SVE vector length in a signal hander, this is not 70 .descr = "Attempt to change SVE VL",
|
| /linux/Documentation/sound/cards/ |
| H A D | img-spdif-in.rst | 24 This control is used to attempt acquisition of up to four different sample 30 hw_params will be ignored, and the block will attempt capture for each of the
|
| /linux/rust/kernel/io/ |
| H A D | poll.rs | 114 /// or the attempt limit is reached. 124 /// returns `true`, or the attempt limit specified by `retry` is reached. 130 /// If the attempt limit specified by `retry` is reached, then
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | iters_state_safety.c | 109 /* (attempt to) destroy iterator */ in compromise_iter_w_direct_write_fail() 165 /* (attempt to) destroy iterator */ in compromise_iter_w_helper_write_fail() 244 /* (attempt to) create iterator again */ in double_create_fail() 275 /* (attempt to) destroy iterator again */ in double_destroy_fail() 348 /* attempt to leak bpf_iter_num state */ in read_from_iter_slot_fail()
|
| /linux/drivers/misc/mei/pxp/ |
| H A D | mei_pxp.c | 54 * Caller may attempt to try again immediately. 60 * Caller may attempt to try again immediately. 103 * Caller may attempt to try again from send immediately. 110 * Caller may attempt to try again from send immediately.
|
| /linux/tools/lib/perf/include/perf/ |
| H A D | schedstat-v15.h | 50 "avg task pulled per successful lb attempt (cpu idle)", "%11.2Lf", 78 "avg task pulled per successful lb attempt (cpu busy)", "%11.2Lf", 107 "avg task pulled per successful lb attempt (cpu newly idle)", "%11.2Lf",
|
| H A D | schedstat-v16.h | 50 "avg task pulled per successful lb attempt (cpu busy)", "%11.2Lf", 78 "avg task pulled per successful lb attempt (cpu idle)", "%11.2Lf", 107 "avg task pulled per successful lb attempt (cpu newly idle)", "%11.2Lf",
|