Searched refs:attempt (Results 1 - 21 of 21) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_events_user.c142 int attempt; member in struct:user_event_enabler_fault
253 * attempt to delete it later.
305 * Unfortunately we have to attempt the actual destroy in a work
326 * If we fail we must wait for an admin to attempt delete or
411 int attempt)
420 if (attempt > 10)
441 bool fixup_fault, int *attempt);
450 int attempt = fault->attempt; local
453 ret = user_event_mm_fault_in(mm, uaddr, attempt);
410 user_event_mm_fault_in(struct user_event_mm *mm, unsigned long uaddr, int attempt) argument
493 user_event_enabler_queue_fault(struct user_event_mm *mm, struct user_event_enabler *enabler, int attempt) argument
525 user_event_enabler_write(struct user_event_mm *mm, struct user_event_enabler *enabler, bool fixup_fault, int *attempt) argument
597 int attempt; local
888 int attempt = 0; local
2518 int attempt = 0; local
[all...]
/linux-master/drivers/char/tpm/
H A Dtpm_tis_spi_cr50.c101 unsigned int attempt = ++phy->irq_confirmation_attempt; local
106 dev_info(dev, "TPM ready IRQ confirmed on attempt %u\n",
107 attempt);
108 } else if (attempt > MAX_IRQ_CONFIRMATION_ATTEMPTS) {
/linux-master/drivers/input/serio/
H A Dlibps2.c47 int attempt = 0; variable
68 } while (ps2dev->nak == PS2_RET_NAK && ++attempt < max_attempts);
88 if (error || attempt > 1)
90 "%02x - %d (%x), attempt %d\n",
91 byte, error, ps2dev->nak, attempt);
/linux-master/arch/powerpc/platforms/pseries/
H A Dmobility.c673 unsigned int attempt = 1; local
701 pr_notice("Partition suspend attempt %u of %u error: %d\n",
702 attempt, max_attempts, ret);
704 if (attempt == max_attempts)
724 attempt++;
/linux-master/net/bluetooth/
H A Dhci_conn.c104 * the attempt (i.e. Unknown Connection Id) there's no point of
113 /* The connection attempt was doing scan for new RPA, and is
213 conn->attempt++;
227 for (; conn->attempt <= size; conn->attempt++) {
229 (esco_param[conn->attempt - 1].pkt_type & ESCO_2EV3))
231 BT_DBG("hcon %p skipped attempt %d, eSCO 2M not supported",
232 conn, conn->attempt);
235 return conn->attempt <= size;
301 conn->attempt
[all...]
H A Dhci_sync.c3166 * resolving list is empty and we should attempt to program the
6400 * enabled simply reject the attempt.
6489 /* Re-enable advertising after the connection attempt is finished. */
6743 conn->attempt++;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu_host.c81 int attempt = 0; local
163 if (attempt > 1)
176 attempt++;
/linux-master/arch/x86/kernel/
H A Dreboot.c630 int attempt = 0; local
669 if (attempt == 0 && orig_reboot_type == BOOT_ACPI) {
670 attempt = 1;
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-input.c109 int attempt = 0; local
134 if ((attempt++) < 10) {
136 * wait a bit for next attempt -
143 attempt);
/linux-master/drivers/target/sbp/
H A Dsbp_target.c1059 int attempt, ret, delay; local
1061 for (attempt = 1; attempt <= 5; attempt++) {
1073 delay = 5 * attempt * attempt;
/linux-master/arch/m68k/fpsp040/
H A Dx_store.S111 | Note: no attempt is made to round the extended value to double.
/linux-master/arch/powerpc/platforms/4xx/
H A Dpci.c1235 int attempt = 50; local
1246 while (attempt && (0 == (in_le32(mbase + PECFG_460SX_DLLSTA)
1248 attempt--;
1251 if (attempt)
/linux-master/drivers/net/ethernet/
H A Djme.c361 dpi->attempt = PCC_P1;
1120 if (dpi->attempt == atmp) {
1123 dpi->attempt = atmp;
1142 if (unlikely(dpi->attempt != dpi->cur && dpi->cnt > 5)) {
1143 if (dpi->attempt < dpi->cur)
1145 jme_set_rx_pcc(jme, dpi->attempt);
1146 dpi->cur = dpi->attempt;
2444 dpi->attempt = PCC_P1;
H A Djme.h147 unsigned char attempt; member in struct:dynpcc_info
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h934 * initial Tx attempt and any retries (4965 devices uses
1391 __le32 attempt; member in union:il3945_tx_cmd::__anon1531
1430 * 4965 uCode updates these Tx attempt count values in host DRAM.
1477 * Tx attempt, if TX_CMD_FLG_STA_RATE_MSK is set. Normally "0" for
1489 __le32 attempt; member in union:il_tx_cmd::__anon1534
1937 * attempt might be at a different rate, and have different modulation
1940 * determine which rate table entry was used for each tx attempt, to determine
1945 * rate, since there is no per-attempt acknowledgment from the destination
2003 * the driver searches for a new initial mode in an attempt to improve
3249 * driver should declare the stronger one as connected, and attempt t
[all...]
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dspi.c852 static void wilc_spi_reset_cmd_sequence(struct wilc *wl, u8 attempt, u32 addr) argument
858 dev_err(&spi->dev, "Reset and retry %d %x\n", attempt, addr);
/linux-master/sound/pci/
H A Dintel8x0.c2640 int civ, timeout = 1000, attempt = 1; local
2720 if (attempt < 3) {
2722 attempt++;
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcommands.h820 * initial Tx attempt and any retries (agn devices uses
1219 * Tx attempt, if TX_CMD_FLG_STA_RATE_MSK is set. Normally "0" for
1231 __le32 attempt; member in union:iwl_tx_cmd::__anon853
1610 * attempt might be at a different rate, and have different modulation
1613 * determine which rate table entry was used for each tx attempt, to determine
1618 * rate, since there is no per-attempt acknowledgment from the destination
1676 * the driver searches for a new initial mode in an attempt to improve
3037 * driver should declare the stronger one as connected, and attempt to use it
/linux-master/include/net/bluetooth/
H A Dhci.h1069 __le16 attempt; member in struct:hci_cp_sniff_mode
H A Dhci_core.h713 __u8 attempt; member in struct:hci_conn
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c1591 /* Set discovery state back to GNL to Relogin attempt */
2499 * force a relogin attempt via implicit LOGO, PLOGI, and PRLI
3482 attempt:
3518 goto attempt;

Completed in 432 milliseconds