Home
last modified time | relevance | path

Searched refs:attempts (Results 26 – 50 of 379) sorted by relevance

12345678910>>...16

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c237 int attempts; in cg_wait_for_proc_count() local
240 for (attempts = 10; attempts >= 0; attempts--) { in cg_wait_for_proc_count()
/openbmc/qemu/tests/qapi-schema/
H A Dstruct-base-clash-deep.json1 # Reject attempts to duplicate QMP members
/openbmc/linux/drivers/iio/common/cros_ec_sensors/
H A Dcros_ec_sensors_core.c546 int ret, attempts = 0; in cros_ec_sensors_read_until_not_busy() local
554 if (attempts++ >= 50) in cros_ec_sensors_read_until_not_busy()
558 if (attempts % 5 == 0) in cros_ec_sensors_read_until_not_busy()
621 int ret, attempts = 0; in cros_ec_sensors_read_lpc() local
632 if (attempts++ >= 5) in cros_ec_sensors_read_lpc()
/openbmc/linux/tools/lib/bpf/
H A Dbpf.c87 int sys_bpf_prog_load(union bpf_attr *attr, unsigned int size, int attempts) in sys_bpf_prog_load() argument
93 } while (fd < 0 && errno == EAGAIN && --attempts > 0); in sys_bpf_prog_load()
240 int fd, attempts; in bpf_prog_load() local
249 attempts = OPTS_GET(opts, attempts, 0); in bpf_prog_load()
250 if (attempts < 0) in bpf_prog_load()
252 if (attempts == 0) in bpf_prog_load()
253 attempts = PROG_LOAD_ATTEMPTS; in bpf_prog_load()
314 fd = sys_bpf_prog_load(&attr, attr_sz, attempts); in bpf_prog_load()
355 fd = sys_bpf_prog_load(&attr, attr_sz, attempts); in bpf_prog_load()
370 fd = sys_bpf_prog_load(&attr, attr_sz, attempts); in bpf_prog_load()
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A D__init__.py131 newfn, attempts = bb.utils.which(bbpath, fn, history=True)
132 for af in attempts:
/openbmc/linux/drivers/mtd/ubi/
H A Dfastmap-wl.c232 int ret, attempts = 0; in ubi_wl_get_peb() local
257 attempts++; in ubi_wl_get_peb()
258 if (attempts == 10) { in ubi_wl_get_peb()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DFieldMode.interface.yaml12 user attempts to set the property value to false.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/
H A DSecurityCapabilities.interface.yaml23 The maximum number of incorrect passphrase attempts allowed before
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/
H A DConfHandler.py80 abs_fn, attempts = bb.utils.which(bbpath, fn, history=True)
83 for af in attempts:
/openbmc/linux/Documentation/driver-api/80211/
H A Dintroduction.rst11 books are for kernel developers they attempts to document the
/openbmc/linux/drivers/mtd/lpddr/
H A Dqinfo_probe.c68 int attempts = 20; in lpddr_info_query() local
80 while ((attempts--) > 0) { in lpddr_info_query()
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c1252 unsigned int tag, attempts; in beiscsi_conn_close() local
1259 attempts = 0; in beiscsi_conn_close()
1260 while (attempts++ < 3) { in beiscsi_conn_close()
1277 if (attempts > 3) in beiscsi_conn_close()
1280 attempts = 0; in beiscsi_conn_close()
1281 while (attempts++ < 3) { in beiscsi_conn_close()
1292 if (attempts > 3) in beiscsi_conn_close()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.h101 int attempts);
H A Dlink_dp_training.c1542 int attempts, in perform_link_training_with_retries() argument
1573 while (j < attempts && fail_count < (attempts * 10)) { in perform_link_training_with_retries()
1576 __func__, link->link_index, (unsigned int)j + 1, attempts, in perform_link_training_with_retries()
1655 if (j == (attempts - 1) || (status == LINK_TRAINING_ABORT)) in perform_link_training_with_retries()
1659 if (j == (attempts - 1)) { in perform_link_training_with_retries()
1662 __func__, link->link_index, (unsigned int)j + 1, attempts, in perform_link_training_with_retries()
1668 __func__, link->link_index, (unsigned int)j + 1, attempts, in perform_link_training_with_retries()
/openbmc/linux/drivers/media/cec/platform/s5p/
H A Ds5p_cec.c71 static int s5p_cec_adap_transmit(struct cec_adapter *adap, u8 attempts, in s5p_cec_adap_transmit() argument
80 s5p_cec_copy_packet(cec, msg->msg, msg->len, max(1, attempts - 1)); in s5p_cec_adap_transmit()
/openbmc/linux/net/mac80211/
H A Drc80211_minstrel_ht.c771 if (unlikely(mrs->attempts > 0)) { in minstrel_ht_calc_rate_stats()
772 cur_prob = MINSTREL_FRAC(mrs->success, mrs->attempts); in minstrel_ht_calc_rate_stats()
775 mrs->att_hist += mrs->attempts; in minstrel_ht_calc_rate_stats()
780 mrs->last_attempts = mrs->attempts; in minstrel_ht_calc_rate_stats()
782 mrs->attempts = 0; in minstrel_ht_calc_rate_stats()
1335 rate->attempts += st->rates[i].try_count * in minstrel_ht_tx_status()
1348 rate->attempts += ar[i].count * info->status.ampdu_len; in minstrel_ht_tx_status()
1358 if (rate->attempts > 30 && in minstrel_ht_tx_status()
1359 rate->success < rate->attempts / 4) { in minstrel_ht_tx_status()
1365 if (rate2->attempts > 30 && in minstrel_ht_tx_status()
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/
H A Dlibextutils-cppguess-perl_0.27.bb2 DESCRIPTION = "ExtUtils::CppGuess attempts to guess the system's C++ \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpulimit/
H A Dcpulimit_0.2.bb2 DESCRIPTION = "cpulimit is a simple program that attempts to limit the CPU usage of a process (expr…
/openbmc/phosphor-state-manager/service_files/
H A Dmeson.build10 'phosphor-reset-host-reboot-attempts@.service',
/openbmc/linux/drivers/ssb/
H A Dpcmcia.c98 int attempts = 0; in ssb_pcmcia_switch_coreidx() local
139 if (attempts++ > SSB_BAR0_MAX_RETRIES) in ssb_pcmcia_switch_coreidx()
168 int attempts = 0; in ssb_pcmcia_switch_segment() local
184 if (unlikely(attempts++ > SSB_BAR0_MAX_RETRIES)) in ssb_pcmcia_switch_segment()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/
H A Dlibdbus-c++_0.9.0.bb2 DESCRIPTION = "DBus-c++ attempts to provide a C++ API for D-BUS. The library has a glib and an Ecor…
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4_cec.c266 static int hdmi_cec_adap_transmit(struct cec_adapter *adap, u8 attempts, in hdmi_cec_adap_transmit() argument
288 REG_FLD_MOD(core->base, HDMI_CEC_DBG_3, attempts - 1, 6, 4); in hdmi_cec_adap_transmit()
/openbmc/linux/include/media/
H A Dcec.h72 u8 attempts; member
122 int (*adap_transmit)(struct cec_adapter *adap, u8 attempts,
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c528 u32 attempts, success, per; in mt7996_tx_stats_show() local
535 attempts = mib->tx_mpdu_attempts_cnt; in mt7996_tx_stats_show()
537 per = attempts ? 100 - success * 100 / attempts : 100; in mt7996_tx_stats_show()
538 seq_printf(file, "Tx attempts: %8u (MPDUs)\n", attempts); in mt7996_tx_stats_show()
/openbmc/linux/fs/orangefs/
H A Dorangefs-cache.c135 new_op->attempts = 0; in op_alloc()

12345678910>>...16