Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_attach_autodetach.c31 int attempts; in serial_test_cgroup_attach_autodetach() local
87 for (attempts = 5; attempts >= 0; attempts--) { in serial_test_cgroup_attach_autodetach()
96 if (CHECK_FAIL(!attempts)) in serial_test_cgroup_attach_autodetach()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/
H A DRebootAttempts.interface.yaml2 Implement to specify reboot attempts left.
8 Current number of reboot attempts left.
12 Number of total reboot attempts allowed.
/openbmc/openbmc-test-automation/bin/
H A Dssh_pw24 set attempts 0
26 incr attempts 1
49 if { $attempts > $max_attempts } {
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_event.c139 int attempts; in vmci_event_subscribe() local
167 for (attempts = 0; attempts < VMCI_EVENT_MAX_ATTEMPTS; attempts++) { in vmci_event_subscribe()
/openbmc/linux/fs/orangefs/
H A Dwaitqueue.c178 op->attempts++; in service_operation()
185 op->attempts); in service_operation()
360 op->attempts); in wait_for_matching_downcall()
361 return (op->attempts < ORANGEFS_PURGE_RETRY_COUNT) ? in wait_for_matching_downcall()
371 op->attempts); in wait_for_matching_downcall()
/openbmc/smbios-mdr/src/
H A Dsst_mailbox.cpp205 int attempts = mbRetries; in sendPECIOSMailboxCmd() local
207 --attempts > 0) in sendPECIOSMailboxCmd()
209 if (attempts == 0) in sendPECIOSMailboxCmd()
224 attempts = mbRetries; in sendPECIOSMailboxCmd()
228 } while ((interfaceReg & mbBusyBit) != 0 && --attempts > 0); in sendPECIOSMailboxCmd()
229 if (attempts == 0) in sendPECIOSMailboxCmd()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-lpss_ltr19 is not "active", attempts to read from this attribute cause
31 is not "active", attempts to read from this attribute cause
43 is not "active", attempts to read from this attribute cause
/openbmc/phosphor-objmgr/libmapper/
H A Dapp.c36 size_t attempts = 0; in wait_main() local
52 attempts++; in wait_main()
94 if (attempts <= max_attempts) in wait_main()
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_mc_aware.sh306 local attempts=50
310 for ((i = 0; i < attempts; ++i)); do
326 ((attempts == passes))
334 echo " sent $attempts BC ARPs, got $passes responses"
/openbmc/qemu/scsi/
H A Dpr-manager-helper.c160 int attempts; in pr_manager_helper_run() local
183 for (attempts = 0; attempts < PR_MAX_RECONNECT_ATTEMPTS; attempts++) { in pr_manager_helper_run()
/openbmc/ibm-dbus-interfaces/
H A DMakefile.interfaces.in1 # Empty file so that 'configure' attempts to generate Makefile.interfaces.
H A DMakefile.yaml.in1 # Empty file so that 'configure' attempts to generate Makefile.yaml
/openbmc/openpower-dbus-interfaces/
H A DMakefile.interfaces.in1 # Empty file so that 'configure' attempts to generate Makefile.interfaces.
H A DMakefile.yaml.in1 # Empty file so that 'configure' attempts to generate Makefile.yaml
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dcve-update-nvd2-native.bb35 # Number of attempts for each http query to nvd server before giving up
124 def nvd_request_next(url, attempts, api_key, args, min_wait):
141 for attempt in range(attempts):
156 …atabase: retrying download after %d seconds. attempted (%d/%d)" % (wait_time, attempt+1, attempts))
162 # We failed at all attempts
205 attempts = int(d.getVar("CVE_DB_UPDATE_ATTEMPTS"))
214 raw_data = nvd_request_next(url, attempts, api_key, req_args, wait_time)
/openbmc/linux/drivers/gpu/drm/i2c/
H A Dtda9950.c215 static int tda9950_cec_transmit(struct cec_adapter *adap, u8 attempts, in tda9950_cec_transmit() argument
225 if (attempts > 5) in tda9950_cec_transmit()
226 attempts = 5; in tda9950_cec_transmit()
228 tda9950_write(priv->client, REG_CCONR, attempts); in tda9950_cec_transmit()
/openbmc/qemu/tests/qapi-schema/
H A Dstruct-base-clash.json1 # Reject attempts to duplicate QMP members
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_nvm.c18 u32 attempts = 100000; in igc_poll_eerd_eewr_done() local
21 for (i = 0; i < attempts; i++) { in igc_poll_eerd_eewr_done()
/openbmc/linux/drivers/media/cec/core/
H A Dcec-adap.c379 data->attempts = 0; in cec_data_cancel()
456 u8 attempts; in cec_thread_func() local
551 attempts = 2; in cec_thread_func()
553 attempts = 4; in cec_thread_func()
556 if (data->attempts) { in cec_thread_func()
571 if (data->attempts == 0) in cec_thread_func()
572 data->attempts = attempts; in cec_thread_func()
576 if (call_op(adap, adap_transmit, data->attempts, in cec_thread_func()
647 data->attempts -= attempts_made; in cec_transmit_done_ts()
653 msg->len, msg->msg, data->attempts); in cec_transmit_done_ts()
[all …]
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_connections.robot74 …... msg=Patch operation failed ${fail_count} times in ${verify_count} attempts; fails at iteratio…
130 …... msg=Post operation failed ${fail_count} times in ${verify_count} attempts; fails at iteration…
157 ... msg= Login Failed ${fail_count} times in ${valid_login_count} attempts.
161 [Documentation] Test stability on large number of wrong login attempts to GUI.
222 [Documentation] Make invalid credentials Redfish login attempts continuously and
287 ... msg=Put operation failed ${fail_count} times in ${verify_count} attempts.
349 [Documentation] Continuous invalid credentials login attempts to Redfish and
350 ... login to Redfish with valid credentials at times and get failed login attempts.
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.c467 int ret, attempts; in __uc_init_hw() local
495 attempts = 3; in __uc_init_hw()
497 attempts = 1; in __uc_init_hw()
504 while (attempts--) { in __uc_init_hw()
521 ERR_PTR(ret), attempts); in __uc_init_hw()
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A DCVE-2023-44487.patch6 To ensure that attempts to flood servers with many streams are detected
15 low tolerance to flooding attempts.
/openbmc/linux/net/netfilter/
H A Dnf_nat_core.c470 unsigned int range_size, min, max, i, attempts; in nf_nat_l4proto_unique_tuple() local
557 attempts = range_size; in nf_nat_l4proto_unique_tuple()
558 if (attempts > NF_NAT_MAX_ATTEMPTS) in nf_nat_l4proto_unique_tuple()
559 attempts = NF_NAT_MAX_ATTEMPTS; in nf_nat_l4proto_unique_tuple()
568 for (i = 0; i < attempts; i++, off++) { in nf_nat_l4proto_unique_tuple()
570 if (!nf_nat_used_tuple_harder(tuple, ct, attempts - i)) in nf_nat_l4proto_unique_tuple()
574 if (attempts >= range_size || attempts < 16) in nf_nat_l4proto_unique_tuple()
576 attempts /= 2; in nf_nat_l4proto_unique_tuple()
/openbmc/linux/arch/arm/mm/
H A Dpmsa-v7.c194 int attempts = MPU_MAX_REGIONS; in allocate_region() local
221 if (!attempts) in allocate_region()
224 attempts--; in allocate_region()
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_freezer.c63 int attempts; in cg_enter_and_wait_for_frozen() local
73 for (attempts = 0; attempts < 10; attempts++) { in cg_enter_and_wait_for_frozen()

12345678910>>...16