attempts          194 arch/arm/mm/pmsa-v7.c 	int attempts = MPU_MAX_REGIONS;
attempts          221 arch/arm/mm/pmsa-v7.c 		if (!attempts)
attempts          224 arch/arm/mm/pmsa-v7.c 		attempts--;
attempts         3624 drivers/ata/sata_mv.c 	int rc, attempts = 0, extra = 0;
attempts         3644 drivers/ata/sata_mv.c 		if (!IS_GEN_I(hpriv) && ++attempts >= 5 && sstatus == 0x121) {
attempts         1239 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 	int attempts)
attempts         1244 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 	for (j = 0; j < attempts; ++j) {
attempts         1649 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 	int attempts)
attempts         1654 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 	for (i = 0; i < attempts; i++) {
attempts           44 drivers/gpu/drm/amd/display/dc/inc/dc_link_dp.h 	int attempts);
attempts           58 drivers/gpu/drm/amd/display/dc/inc/dc_link_dp.h 	int attempts);
attempts          247 drivers/gpu/drm/bridge/adv7511/adv7511_cec.c static int adv7511_cec_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts          263 drivers/gpu/drm/bridge/adv7511/adv7511_cec.c 			   0x70, max(1, attempts - 1) << 4);
attempts           92 drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c static int dw_hdmi_cec_transmit(struct cec_adapter *adap, u8 attempts,
attempts          114 drivers/gpu/drm/drm_dp_cec.c static int drm_dp_cec_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts          118 drivers/gpu/drm/drm_dp_cec.c 	unsigned int retries = min(5, attempts - 1);
attempts          215 drivers/gpu/drm/i2c/tda9950.c static int tda9950_cec_transmit(struct cec_adapter *adap, u8 attempts,
attempts          225 drivers/gpu/drm/i2c/tda9950.c 	if (attempts > 5)
attempts          226 drivers/gpu/drm/i2c/tda9950.c 		attempts = 5;
attempts          228 drivers/gpu/drm/i2c/tda9950.c 	tda9950_write(priv->client, REG_CCONR, attempts);
attempts          417 drivers/gpu/drm/i915/gt/uc/intel_uc.c 	int ret, attempts;
attempts          447 drivers/gpu/drm/i915/gt/uc/intel_uc.c 		attempts = 3;
attempts          449 drivers/gpu/drm/i915/gt/uc/intel_uc.c 		attempts = 1;
attempts          451 drivers/gpu/drm/i915/gt/uc/intel_uc.c 	while (attempts--) {
attempts          468 drivers/gpu/drm/i915/gt/uc/intel_uc.c 				 "retry %d more time(s)\n", ret, attempts);
attempts          278 drivers/gpu/drm/omapdrm/dss/hdmi4_cec.c static int hdmi_cec_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts          300 drivers/gpu/drm/omapdrm/dss/hdmi4_cec.c 	REG_FLD_MOD(core->base, HDMI_CEC_DBG_3, attempts - 1, 6, 4);
attempts         1266 drivers/gpu/drm/vc4/vc4_hdmi.c static int vc4_hdmi_cec_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts          651 drivers/i2c/busses/i2c-stu300.c 	int attempts = 0;
attempts          670 drivers/i2c/busses/i2c-stu300.c 		if (attempts)
attempts          677 drivers/i2c/busses/i2c-stu300.c 		if (attempts)
attempts          697 drivers/i2c/busses/i2c-stu300.c 			if (attempts)
attempts          703 drivers/i2c/busses/i2c-stu300.c 		if (attempts)
attempts          708 drivers/i2c/busses/i2c-stu300.c 			ret = stu300_send_address(dev, msg, attempts != 0);
attempts          711 drivers/i2c/busses/i2c-stu300.c 			attempts++;
attempts          714 drivers/i2c/busses/i2c-stu300.c 			       attempts, dev->msg_index, dev->msg_len);
attempts          717 drivers/i2c/busses/i2c-stu300.c 	} while (ret != 0 && attempts < NUM_ADDR_RESEND_ATTEMPTS);
attempts          719 drivers/i2c/busses/i2c-stu300.c 	if (attempts < NUM_ADDR_RESEND_ATTEMPTS && attempts > 0) {
attempts          721 drivers/i2c/busses/i2c-stu300.c 			"through after %d attempts\n", attempts);
attempts          722 drivers/i2c/busses/i2c-stu300.c 	} else if (attempts == NUM_ADDR_RESEND_ATTEMPTS) {
attempts         1229 drivers/ide/ide-cd.c 	int stat, attempts = 3, size = ATAPI_CAPABILITIES_PAGE_SIZE;
attempts         1242 drivers/ide/ide-cd.c 	} while (--attempts);
attempts          306 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c 	int ret, attempts = 0;
attempts          314 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c 		if (attempts++ >= 50)
attempts          318 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c 		if (attempts % 5 == 0)
attempts          381 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c 	int ret, attempts = 0;
attempts          392 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c 		if (attempts++ >= 5)
attempts          393 drivers/media/cec/cec-adap.c 		data->attempts = 0;
attempts          464 drivers/media/cec/cec-adap.c 		u8 attempts;
attempts          549 drivers/media/cec/cec-adap.c 			attempts = 2;
attempts          551 drivers/media/cec/cec-adap.c 			attempts = 4;
attempts          554 drivers/media/cec/cec-adap.c 		if (data->attempts) {
attempts          569 drivers/media/cec/cec-adap.c 		if (data->attempts == 0)
attempts          570 drivers/media/cec/cec-adap.c 			data->attempts = attempts;
attempts          573 drivers/media/cec/cec-adap.c 		if (adap->ops->adap_transmit(adap, data->attempts,
attempts          639 drivers/media/cec/cec-adap.c 	if (data->attempts > attempts_made &&
attempts          642 drivers/media/cec/cec-adap.c 		data->attempts -= attempts_made;
attempts          645 drivers/media/cec/cec-adap.c 				msg->len, msg->msg, data->attempts, msg->reply);
attempts          648 drivers/media/cec/cec-adap.c 				msg->len, msg->msg, data->attempts);
attempts          655 drivers/media/cec/cec-adap.c 	data->attempts = 0;
attempts         1167 drivers/media/cec/cec-pin.c static int cec_pin_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts         1373 drivers/media/firewire/firedtv-avc.c 	int attempts = 0;
attempts         1421 drivers/media/firewire/firedtv-avc.c 		if (++attempts < 6) /* arbitrary limit */
attempts         1433 drivers/media/firewire/firedtv-avc.c 	int attempts = 0;
attempts         1462 drivers/media/firewire/firedtv-avc.c 		if (++attempts < 6) /* arbitrary limit */
attempts          817 drivers/media/i2c/adv7511-v4l2.c static int adv7511_cec_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts          837 drivers/media/i2c/adv7511-v4l2.c 	adv7511_cec_write_and_or(sd, 0x12, ~0x70, max(1, attempts - 1) << 4);
attempts         2139 drivers/media/i2c/adv7604.c static int adv76xx_cec_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts         2152 drivers/media/i2c/adv7604.c 	cec_write_clr_set(sd, 0x12, 0x70, max(1, attempts - 1) << 4);
attempts         2332 drivers/media/i2c/adv7842.c static int adv7842_cec_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts         2345 drivers/media/i2c/adv7842.c 	cec_write_clr_set(sd, 0x12, 0x70, max(1, attempts - 1) << 4);
attempts          898 drivers/media/i2c/tc358743.c static int tc358743_cec_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts          118 drivers/media/platform/cros-ec-cec/cros-ec-cec.c static int cros_ec_cec_transmit(struct cec_adapter *adap, u8 attempts,
attempts          529 drivers/media/platform/meson/ao-cec-g12a.c static int meson_ao_cec_g12a_transmit(struct cec_adapter *adap, u8 attempts,
attempts          515 drivers/media/platform/meson/ao-cec.c static int meson_ao_cec_transmit(struct cec_adapter *adap, u8 attempts,
attempts           68 drivers/media/platform/s5p-cec/s5p_cec.c static int s5p_cec_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts           77 drivers/media/platform/s5p-cec/s5p_cec.c 	s5p_cec_copy_packet(cec, msg->msg, msg->len, max(1, attempts - 1));
attempts          183 drivers/media/platform/seco-cec/seco-cec.c static int secocec_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts          203 drivers/media/platform/sti/cec/stih-cec.c static int stih_cec_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts          215 drivers/media/platform/stm32/stm32-cec.c static int stm32_cec_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts          278 drivers/media/platform/tegra-cec/tegra_cec.c static int tegra_cec_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts          193 drivers/media/platform/vivid/vivid-cec.c static int vivid_cec_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts          596 drivers/media/usb/pulse8-cec/pulse8-cec.c static int pulse8_cec_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts          274 drivers/media/usb/rainshadow-cec/rainshadow-cec.c static int rain_cec_adap_transmit(struct cec_adapter *adap, u8 attempts,
attempts          135 drivers/misc/vmw_vmci/vmci_event.c 	int attempts;
attempts          163 drivers/misc/vmw_vmci/vmci_event.c 	for (attempts = 0; attempts < VMCI_EVENT_MAX_ATTEMPTS; attempts++) {
attempts           68 drivers/mtd/lpddr/qinfo_probe.c 	int attempts = 20;
attempts           80 drivers/mtd/lpddr/qinfo_probe.c 	while ((attempts--) > 0) {
attempts          199 drivers/mtd/ubi/fastmap-wl.c 	int ret, attempts = 0;
attempts          224 drivers/mtd/ubi/fastmap-wl.c 		attempts++;
attempts          225 drivers/mtd/ubi/fastmap-wl.c 		if (attempts == 10) {
attempts         3051 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 	int attempts;
attempts         3056 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 	for (attempts = 0; attempts < BULLETIN_ATTEMPTS; attempts++) {
attempts         3072 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 	if (attempts >= BULLETIN_ATTEMPTS) {
attempts         3074 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 			  attempts);
attempts          225 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	int rc = 0, attempts = 0;
attempts          288 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 		attempts++;
attempts          298 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 			   attempts < VF_ACQUIRE_THRESH) {
attempts           63 drivers/net/ethernet/chelsio/cxgb/espi.c 	int busy, attempts = TRICN_CMD_ATTEMPTS;
attempts           75 drivers/net/ethernet/chelsio/cxgb/espi.c 	} while (busy && --attempts);
attempts           62 drivers/net/ethernet/chelsio/cxgb/subr.c 			   int attempts, int delay)
attempts           69 drivers/net/ethernet/chelsio/cxgb/subr.c 		if (--attempts == 0)
attempts          250 drivers/net/ethernet/chelsio/cxgb/subr.c 	int attempts = 100, busy;
attempts          259 drivers/net/ethernet/chelsio/cxgb/subr.c 	} while (busy && --attempts);
attempts          647 drivers/net/ethernet/chelsio/cxgb3/common.h 			int polarity, int attempts, int delay, u32 *valp);
attempts          649 drivers/net/ethernet/chelsio/cxgb3/common.h 				  int polarity, int attempts, int delay)
attempts          651 drivers/net/ethernet/chelsio/cxgb3/common.h 	return t3_wait_op_done_val(adapter, reg, mask, polarity, attempts,
attempts          446 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	int attempts = 10;
attempts          449 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 		if (!--attempts)
attempts           56 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 			int polarity, int attempts, int delay, u32 *valp)
attempts           66 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		if (--attempts == 0)
attempts          163 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 			int attempts = 10;
attempts          169 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 			while ((val & F_BUSY) && attempts--)
attempts          616 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	int attempts = EEPROM_MAX_POLL;
attempts          627 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	} while (!(val & PCI_VPD_ADDR_F) && --attempts);
attempts          650 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	int attempts = EEPROM_MAX_POLL;
attempts          663 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	} while ((val & PCI_VPD_ADDR_F) && --attempts);
attempts          848 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c static int flash_wait_op(struct adapter *adapter, int attempts, int delay)
attempts          859 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		if (--attempts == 0)
attempts         3208 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	unsigned int width, density, slow, attempts;
attempts         3289 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	attempts = 50;
attempts         3293 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	} while ((val & F_BUSY) && --attempts);
attempts         3375 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	int err = -EIO, attempts, i;
attempts         3433 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	attempts = 100;
attempts         3436 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	} while (t3_read_reg(adapter, A_CIM_HOST_ACC_DATA) && --attempts);
attempts         3437 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	if (!attempts) {
attempts           58 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 			       int polarity, int attempts, int delay, u32 *valp)
attempts           68 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		if (--attempts == 0)
attempts           76 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 				  int polarity, int attempts, int delay)
attempts           78 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	return t4_wait_op_done_val(adapter, reg, mask, polarity, attempts,
attempts         3012 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c static int flash_wait_op(struct adapter *adapter, int attempts, int delay)
attempts         3023 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		if (--attempts == 0)
attempts         9758 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	int i, err, attempts;
attempts         9772 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	attempts = 1000000;
attempts         9778 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 				      attempts, 1);
attempts          124 drivers/net/ethernet/intel/e1000e/nvm.c 	u32 attempts = 100000;
attempts          127 drivers/net/ethernet/intel/e1000e/nvm.c 	for (i = 0; i < attempts; i++) {
attempts          232 drivers/net/ethernet/intel/igb/e1000_i210.c 	u32 attempts = 100000;
attempts          252 drivers/net/ethernet/intel/igb/e1000_i210.c 		for (k = 0; k < attempts; k++) {
attempts          129 drivers/net/ethernet/intel/igb/e1000_nvm.c 	u32 attempts = 100000;
attempts          133 drivers/net/ethernet/intel/igb/e1000_nvm.c 	for (i = 0; i < attempts; i++) {
attempts          222 drivers/net/ethernet/intel/igc/igc_i225.c 	u32 attempts = 100000;
attempts          243 drivers/net/ethernet/intel/igc/igc_i225.c 		for (k = 0; k < attempts; k++) {
attempts           18 drivers/net/ethernet/intel/igc/igc_nvm.c 	u32 attempts = 100000;
attempts           21 drivers/net/ethernet/intel/igc/igc_nvm.c 	for (i = 0; i < attempts; i++) {
attempts          267 drivers/net/ethernet/qlogic/qed/qed_vf.c 	int rc = 0, attempts = 0;
attempts          333 drivers/net/ethernet/qlogic/qed/qed_vf.c 		attempts++;
attempts          349 drivers/net/ethernet/qlogic/qed/qed_vf.c 			   attempts < VF_ACQUIRE_THRESH) {
attempts         1302 drivers/net/ethernet/sfc/mcdi_port.c 	int attempts = EFX_MAC_STATS_WAIT_ATTEMPTS;
attempts         1309 drivers/net/ethernet/sfc/mcdi_port.c 			attempts-- != 0)
attempts          405 drivers/net/wireless/intel/iwlegacy/4965-rs.c 			  int attempts, int successes)
attempts          428 drivers/net/wireless/intel/iwlegacy/4965-rs.c 	while (attempts > 0) {
attempts          453 drivers/net/wireless/intel/iwlegacy/4965-rs.c 		attempts--;
attempts          450 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 			      int scale_index, int attempts, int successes)
attempts          473 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 	while (attempts > 0) {
attempts          498 drivers/net/wireless/intel/iwlwifi/dvm/rs.c 		attempts--;
attempts          683 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			       int scale_index, int attempts, int successes,
attempts          700 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	while (attempts > 0) {
attempts          724 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		attempts--;
attempts          749 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			       int scale_index, int attempts, int successes,
attempts          758 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	return  _rs_collect_tx_data(mvm, tbl, scale_index, attempts, successes,
attempts          795 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			       int scale_index, int attempts, int successes)
attempts          805 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		pers->tx_stats[tbl->column][scale_index].total += attempts;
attempts          813 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	return _rs_collect_tx_data(mvm, tbl, scale_index, attempts, successes,
attempts         3105 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		int attempts, success;
attempts         3114 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			attempts = info->status.ampdu_len;
attempts         3117 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			attempts = info->status.rates[0].count;
attempts         3121 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		lq_sta->pers.tx_stats[column][index].total += attempts;
attempts         3125 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 			       tx_resp_hwrate, success, attempts);
attempts         1238 drivers/scsi/be2iscsi/be_iscsi.c 	unsigned int tag, attempts;
attempts         1245 drivers/scsi/be2iscsi/be_iscsi.c 	attempts = 0;
attempts         1246 drivers/scsi/be2iscsi/be_iscsi.c 	while (attempts++ < 3) {
attempts         1263 drivers/scsi/be2iscsi/be_iscsi.c 	if (attempts > 3)
attempts         1266 drivers/scsi/be2iscsi/be_iscsi.c 	attempts = 0;
attempts         1267 drivers/scsi/be2iscsi/be_iscsi.c 	while (attempts++ < 3) {
attempts         1278 drivers/scsi/be2iscsi/be_iscsi.c 	if (attempts > 3)
attempts          134 drivers/scsi/csiostor/csio_hw.c 			 int polarity, int attempts, int delay, uint32_t *valp)
attempts          146 drivers/scsi/csiostor/csio_hw.c 		if (--attempts == 0)
attempts          215 drivers/scsi/csiostor/csio_hw.c 	int attempts = EEPROM_MAX_RD_POLL;
attempts          226 drivers/scsi/csiostor/csio_hw.c 	} while (!(val & PCI_VPD_ADDR_F) && --attempts);
attempts          449 drivers/scsi/csiostor/csio_hw.c csio_hw_flash_wait_op(struct csio_hw *hw, int32_t attempts, int32_t delay)
attempts          465 drivers/scsi/csiostor/csio_hw.c 		if (--attempts == 0)
attempts           35 drivers/ssb/pci.c 	int attempts = 0;
attempts           53 drivers/ssb/pci.c 		if (attempts++ > SSB_BAR0_MAX_RETRIES)
attempts           98 drivers/ssb/pcmcia.c 	int attempts = 0;
attempts          139 drivers/ssb/pcmcia.c 		if (attempts++ > SSB_BAR0_MAX_RETRIES)
attempts          168 drivers/ssb/pcmcia.c 	int attempts = 0;
attempts          184 drivers/ssb/pcmcia.c 		if (unlikely(attempts++ > SSB_BAR0_MAX_RETRIES))
attempts          350 drivers/w1/w1.c 	count = sprintf(buf, "%lu\n", md->attempts);
attempts          539 drivers/w1/w1.c static W1_MASTER_ATTR_RO(attempts, S_IRUGO);
attempts           47 drivers/w1/w1_int.c 	dev->attempts		= 0;
attempts          368 drivers/w1/w1_io.c 	dev->attempts++;
attempts          135 fs/orangefs/orangefs-cache.c 		new_op->attempts = 0;
attempts          138 fs/orangefs/orangefs-kernel.h 	int attempts;
attempts          178 fs/orangefs/waitqueue.c 		op->attempts++;
attempts          185 fs/orangefs/waitqueue.c 			     op->attempts);
attempts          360 fs/orangefs/waitqueue.c 			     op->attempts);
attempts          361 fs/orangefs/waitqueue.c 		return (op->attempts < ORANGEFS_PURGE_RETRY_COUNT) ?
attempts          371 fs/orangefs/waitqueue.c 		     op->attempts);
attempts          442 fs/xfs/xfs_inode.c 	int			attempts = 0, i, j, try_lock;
attempts          508 fs/xfs/xfs_inode.c 		attempts++;
attempts          521 fs/xfs/xfs_inode.c 		if ((attempts % 5) == 0) {
attempts          547 fs/xfs/xfs_inode.c 	int			attempts = 0;
attempts          586 fs/xfs/xfs_inode.c 			if ((++attempts % 5) == 0)
attempts          212 include/linux/w1.h 	unsigned long		attempts;
attempts           68 include/media/cec.h 	u8 attempts;
attempts          117 include/media/cec.h 	int (*adap_transmit)(struct cec_adapter *adap, u8 attempts,
attempts          610 mm/oom_kill.c  	int attempts = 0;
attempts          614 mm/oom_kill.c  	while (attempts++ < MAX_OOM_REAP_RETRIES && !oom_reap_task_mm(tsk, mm))
attempts          617 mm/oom_kill.c  	if (attempts <= MAX_OOM_REAP_RETRIES ||
attempts          164 net/mac80211/rc80211_minstrel.c 	if (unlikely(mrs->attempts > 0)) {
attempts          166 net/mac80211/rc80211_minstrel.c 		cur_prob = MINSTREL_FRAC(mrs->success, mrs->attempts);
attempts          175 net/mac80211/rc80211_minstrel.c 		mrs->att_hist += mrs->attempts;
attempts          182 net/mac80211/rc80211_minstrel.c 	mrs->last_attempts = mrs->attempts;
attempts          184 net/mac80211/rc80211_minstrel.c 	mrs->attempts = 0;
attempts          280 net/mac80211/rc80211_minstrel.c 		mi->r[ndx].stats.attempts += ar[i].count;
attempts           37 net/mac80211/rc80211_minstrel.h 	u16 attempts, last_attempts;
attempts          941 net/mac80211/rc80211_minstrel_ht.c 		rate->attempts += ar[i].count * info->status.ampdu_len;
attempts          972 net/mac80211/rc80211_minstrel_ht.c 		if (rate->attempts > 30 &&
attempts          973 net/mac80211/rc80211_minstrel_ht.c 		    MINSTREL_FRAC(rate->success, rate->attempts) <
attempts          980 net/mac80211/rc80211_minstrel_ht.c 		if (rate2->attempts > 30 &&
attempts          981 net/mac80211/rc80211_minstrel_ht.c 		    MINSTREL_FRAC(rate2->success, rate2->attempts) <
attempts         1258 net/mac80211/rc80211_minstrel_ht.c 	     mrs->attempts))
attempts         1262 net/mac80211/rc80211_minstrel_ht.c 	if (sample_dur >= minstrel_get_duration(tp_rate1) && mrs->attempts)
attempts          405 net/netfilter/nf_nat_core.c 	unsigned int range_size, min, max, i, attempts;
attempts          493 net/netfilter/nf_nat_core.c 	attempts = range_size;
attempts          494 net/netfilter/nf_nat_core.c 	if (attempts > max_attempts)
attempts          495 net/netfilter/nf_nat_core.c 		attempts = max_attempts;
attempts          504 net/netfilter/nf_nat_core.c 	for (i = 0; i < attempts; i++, off++) {
attempts          510 net/netfilter/nf_nat_core.c 	if (attempts >= range_size || attempts < 16)
attempts          512 net/netfilter/nf_nat_core.c 	attempts /= 2;
attempts         2435 net/sctp/sm_statefuns.c 	int attempts = asoc->init_err_counter + 1;
attempts         2442 net/sctp/sm_statefuns.c 	if (attempts > asoc->max_init_attempts) {
attempts         5758 net/sctp/sm_statefuns.c 	int attempts = asoc->init_err_counter + 1;
attempts         5766 net/sctp/sm_statefuns.c 	if (attempts <= asoc->max_init_attempts) {
attempts         5783 net/sctp/sm_statefuns.c 			 "max_init_attempts:%d\n", __func__, attempts,
attempts         5823 net/sctp/sm_statefuns.c 	int attempts = asoc->init_err_counter + 1;
attempts         5830 net/sctp/sm_statefuns.c 	if (attempts <= asoc->max_init_attempts) {
attempts          466 tools/testing/selftests/bpf/test_cgroup_attach.c 	int attempts;
attempts          519 tools/testing/selftests/bpf/test_cgroup_attach.c 		for (attempts = 5; attempts >= 0; attempts--) {
attempts          528 tools/testing/selftests/bpf/test_cgroup_attach.c 			if (!attempts)
attempts          211 tools/testing/selftests/cgroup/cgroup_util.c 	int attempts;
attempts          214 tools/testing/selftests/cgroup/cgroup_util.c 	for (attempts = 10; attempts >= 0; attempts--) {
attempts          120 tools/testing/selftests/cgroup/test_freezer.c 	int attempts;
attempts          130 tools/testing/selftests/cgroup/test_freezer.c 	for (attempts = 0; attempts < 10; attempts++) {
attempts          270 tools/testing/selftests/cgroup/test_memcontrol.c 	int i, attempts;
attempts          343 tools/testing/selftests/cgroup/test_memcontrol.c 	attempts = 0;
attempts          346 tools/testing/selftests/cgroup/test_memcontrol.c 		if (attempts++ > 5)