Home
last modified time | relevance | path

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

12345678910

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
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()
/Linux-v6.1/drivers/misc/vmw_vmci/
Dvmci_event.c135 int attempts; in vmci_event_subscribe() local
163 for (attempts = 0; attempts < VMCI_EVENT_MAX_ATTEMPTS; attempts++) { in vmci_event_subscribe()
/Linux-v6.1/fs/orangefs/
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()
/Linux-v6.1/Documentation/ABI/testing/
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
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/
Dqos_mc_aware.sh304 local attempts=50
308 for ((i = 0; i < attempts; ++i)); do
324 ((attempts == passes))
332 echo " sent $attempts BC ARPs, got $passes responses"
/Linux-v6.1/tools/lib/bpf/
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()
318 fd = sys_bpf_prog_load(&attr, attr_sz, attempts); in bpf_prog_load()
358 fd = sys_bpf_prog_load(&attr, attr_sz, attempts); in bpf_prog_load()
372 fd = sys_bpf_prog_load(&attr, attr_sz, attempts); in bpf_prog_load()
/Linux-v6.1/drivers/gpu/drm/i2c/
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()
/Linux-v6.1/drivers/gpu/drm/i915/gt/uc/
Dintel_uc.c450 int ret, attempts; in __uc_init_hw() local
477 attempts = 3; in __uc_init_hw()
479 attempts = 1; in __uc_init_hw()
483 while (attempts--) { in __uc_init_hw()
500 "retry %d more time(s)\n", ret, attempts); in __uc_init_hw()
/Linux-v6.1/drivers/media/cec/core/
Dcec-adap.c379 data->attempts = 0; in cec_data_cancel()
456 u8 attempts; in cec_thread_func() local
542 attempts = 2; in cec_thread_func()
544 attempts = 4; in cec_thread_func()
547 if (data->attempts) { in cec_thread_func()
562 if (data->attempts == 0) in cec_thread_func()
563 data->attempts = attempts; in cec_thread_func()
567 if (call_op(adap, adap_transmit, data->attempts, in cec_thread_func()
636 if (!aborted && data->attempts > attempts_made && !done) { in cec_transmit_done_ts()
638 data->attempts -= attempts_made; in cec_transmit_done_ts()
[all …]
/Linux-v6.1/drivers/net/ethernet/intel/igc/
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()
/Linux-v6.1/arch/arm/mm/
Dpmsa-v7.c194 int attempts = MPU_MAX_REGIONS; in allocate_region() local
221 if (!attempts) in allocate_region()
224 attempts--; in allocate_region()
/Linux-v6.1/tools/testing/selftests/cgroup/
Dcgroup_util.c235 int attempts; in cg_wait_for_proc_count() local
238 for (attempts = 10; attempts >= 0; attempts--) { in cg_wait_for_proc_count()
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()
/Linux-v6.1/drivers/iio/common/cros_ec_sensors/
Dcros_ec_sensors_core.c542 int ret, attempts = 0; in cros_ec_sensors_read_until_not_busy() local
550 if (attempts++ >= 50) in cros_ec_sensors_read_until_not_busy()
554 if (attempts % 5 == 0) in cros_ec_sensors_read_until_not_busy()
617 int ret, attempts = 0; in cros_ec_sensors_read_lpc() local
628 if (attempts++ >= 5) in cros_ec_sensors_read_lpc()
/Linux-v6.1/net/netfilter/
Dnf_nat_core.c385 unsigned int range_size, min, max, i, attempts; in nf_nat_l4proto_unique_tuple() local
473 attempts = range_size; in nf_nat_l4proto_unique_tuple()
474 if (attempts > max_attempts) in nf_nat_l4proto_unique_tuple()
475 attempts = max_attempts; in nf_nat_l4proto_unique_tuple()
484 for (i = 0; i < attempts; i++, off++) { in nf_nat_l4proto_unique_tuple()
490 if (attempts >= range_size || attempts < 16) in nf_nat_l4proto_unique_tuple()
492 attempts /= 2; in nf_nat_l4proto_unique_tuple()
/Linux-v6.1/drivers/mtd/ubi/
Dfastmap-wl.c230 int ret, attempts = 0; in ubi_wl_get_peb() local
255 attempts++; in ubi_wl_get_peb()
256 if (attempts == 10) { in ubi_wl_get_peb()
/Linux-v6.1/drivers/mtd/lpddr/
Dqinfo_probe.c68 int attempts = 20; in lpddr_info_query() local
80 while ((attempts--) > 0) { in lpddr_info_query()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/
Ddc_link_dp.h63 int attempts);
80 int attempts,
/Linux-v6.1/drivers/scsi/be2iscsi/
Dbe_iscsi.c1248 unsigned int tag, attempts; in beiscsi_conn_close() local
1255 attempts = 0; in beiscsi_conn_close()
1256 while (attempts++ < 3) { in beiscsi_conn_close()
1273 if (attempts > 3) in beiscsi_conn_close()
1276 attempts = 0; in beiscsi_conn_close()
1277 while (attempts++ < 3) { in beiscsi_conn_close()
1288 if (attempts > 3) in beiscsi_conn_close()
/Linux-v6.1/Documentation/driver-api/80211/
Dintroduction.rst11 books are for kernel developers they attempts to document the
/Linux-v6.1/net/mac80211/
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 …]
/Linux-v6.1/drivers/media/cec/platform/s5p/
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()
/Linux-v6.1/drivers/ssb/
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()
/Linux-v6.1/include/media/
Dcec.h72 u8 attempts; member
122 int (*adap_transmit)(struct cec_adapter *adap, u8 attempts,
/Linux-v6.1/drivers/gpu/drm/omapdrm/dss/
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()

12345678910