Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events_user.c147 int attempt; member
245 * attempt to delete it later. in delayed_destroy_user_event()
297 * Unfortunately we have to attempt the actual destroy in a work in user_event_put()
318 * If we fail we must wait for an admin to attempt delete or in user_event_put()
392 int attempt) in user_event_mm_fault_in()
401 if (attempt > 10) in user_event_mm_fault_in()
422 bool fixup_fault, int *attempt);
431 int attempt = fault->attempt; in user_event_enabler_fault_fixup() local
434 ret = user_event_mm_fault_in(mm, uaddr, attempt); in user_event_enabler_fault_fixup()
391 user_event_mm_fault_in(struct user_event_mm *mm, unsigned long uaddr, int attempt) user_event_mm_fault_in() argument
474 user_event_enabler_queue_fault(struct user_event_mm *mm, struct user_event_enabler *enabler, int attempt) user_event_enabler_queue_fault() argument
506 user_event_enabler_write(struct user_event_mm *mm, struct user_event_enabler *enabler, bool fixup_fault, int *attempt) user_event_enabler_write() argument
578 int attempt; user_event_enabler_update() local
869 int attempt = 0; user_event_enabler_create() local
2423 int attempt = 0; user_event_mm_clear_bit() local
[all...]
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dlibps2.c29 int attempt = 0; variable
50 } while (ps2dev->nak == PS2_RET_NAK && ++attempt < max_attempts);
70 if (error || attempt > 1)
72 "%02x - %d (%x), attempt %d\n",
73 byte, error, ps2dev->nak, attempt);
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_tis_spi_cr50.c98 unsigned int attempt = ++phy->irq_confirmation_attempt; in cr50_ensure_access_delay() local
103 dev_info(dev, "TPM ready IRQ confirmed on attempt %u\n", in cr50_ensure_access_delay()
104 attempt); in cr50_ensure_access_delay()
105 } else if (attempt > MAX_IRQ_CONFIRMATION_ATTEMPTS) { in cr50_ensure_access_delay()
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm_tis_spi_cr50.c101 unsigned int attempt = ++phy->irq_confirmation_attempt; in cr50_ensure_access_delay() local
106 dev_info(dev, "TPM ready IRQ confirmed on attempt %u\n", in cr50_ensure_access_delay()
107 attempt); in cr50_ensure_access_delay()
108 } else if (attempt > MAX_IRQ_CONFIRMATION_ATTEMPTS) { in cr50_ensure_access_delay()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_conn.c104 * the attempt (i.e. Unknown Connection Id) there's no point of in hci_connect_le_scan_cleanup()
113 /* The connection attempt was doing scan for new RPA, and is in hci_connect_le_scan_cleanup()
210 conn->attempt++; in hci_acl_create_connection()
271 conn->attempt++; in hci_add_sco()
285 for (; conn->attempt <= size; conn->attempt++) { in find_next_esco_param()
287 (esco_param[conn->attempt - 1].pkt_type & ESCO_2EV3)) in find_next_esco_param()
289 BT_DBG("hcon %p skipped attempt %d, eSCO 2M not supported", in find_next_esco_param()
290 conn, conn->attempt); in find_next_esco_param()
293 return conn->attempt < in find_next_esco_param()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dmobility.c674 unsigned int attempt = 1; in pseries_suspend() local
702 pr_notice("Partition suspend attempt %u of %u error: %d\n", in pseries_suspend()
703 attempt, max_attempts, ret); in pseries_suspend()
705 if (attempt == max_attempts) in pseries_suspend()
725 attempt++; in pseries_suspend()
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_64_mmu_host.c80 int attempt = 0; in kvmppc_mmu_map_page() local
161 if (attempt > 1) in kvmppc_mmu_map_page()
174 attempt++; in kvmppc_mmu_map_page()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dreboot.c584 int attempt = 0; in native_machine_emergency_restart() local
623 if (attempt == 0 && orig_reboot_type == BOOT_ACPI) { in native_machine_emergency_restart()
624 attempt = 1; in native_machine_emergency_restart()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_64_mmu_host.c81 int attempt = 0; in kvmppc_mmu_map_page() local
163 if (attempt > 1) in kvmppc_mmu_map_page()
176 attempt++; in kvmppc_mmu_map_page()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dreboot.c630 int attempt = 0; in native_machine_emergency_restart() local
669 if (attempt == 0 && orig_reboot_type == BOOT_ACPI) { in native_machine_emergency_restart()
670 attempt = 1; in native_machine_emergency_restart()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_conn.c86 /* The connection attempt was doing scan for new RPA, and is in hci_connect_le_scan_cleanup()
208 conn->attempt++; in hci_acl_create_connection()
269 conn->attempt++; in hci_add_sco()
288 conn->attempt++; in hci_setup_sync()
298 if (conn->attempt > ARRAY_SIZE(esco_param_msbc)) in hci_setup_sync()
300 param = &esco_param_msbc[conn->attempt - 1]; in hci_setup_sync()
304 if (conn->attempt > ARRAY_SIZE(esco_param_cvsd)) in hci_setup_sync()
306 param = &esco_param_cvsd[conn->attempt - 1]; in hci_setup_sync()
308 if (conn->attempt > ARRAY_SIZE(sco_param_cvsd)) in hci_setup_sync()
310 param = &sco_param_cvsd[conn->attempt in hci_setup_sync()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134-input.c109 int attempt = 0; in get_key_flydvb_trio() local
134 if ((attempt++) < 10) { in get_key_flydvb_trio()
136 * wait a bit for next attempt - in get_key_flydvb_trio()
143 attempt); in get_key_flydvb_trio()
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
H A Dsaa7134-input.c109 int attempt = 0; in get_key_flydvb_trio() local
134 if ((attempt++) < 10) { in get_key_flydvb_trio()
136 * wait a bit for next attempt - in get_key_flydvb_trio()
143 attempt); in get_key_flydvb_trio()
/kernel/linux/linux-5.10/drivers/target/sbp/
H A Dsbp_target.c1059 int attempt, ret, delay; in sbp_run_transaction() local
1061 for (attempt = 1; attempt <= 5; attempt++) { in sbp_run_transaction()
1073 delay = 5 * attempt * attempt; in sbp_run_transaction()
/kernel/linux/linux-6.6/drivers/target/sbp/
H A Dsbp_target.c1059 int attempt, ret, delay; in sbp_run_transaction() local
1061 for (attempt = 1; attempt <= 5; attempt++) { in sbp_run_transaction()
1073 delay = 5 * attempt * attempt; in sbp_run_transaction()
/kernel/linux/linux-5.10/drivers/net/ethernet/
H A Djme.c360 dpi->attempt = PCC_P1; in jme_start_irq()
1125 if (dpi->attempt == atmp) { in jme_attempt_pcc()
1128 dpi->attempt = atmp; in jme_attempt_pcc()
1147 if (unlikely(dpi->attempt != dpi->cur && dpi->cnt > 5)) { in jme_dynamic_pcc()
1148 if (dpi->attempt < dpi->cur) in jme_dynamic_pcc()
1150 jme_set_rx_pcc(jme, dpi->attempt); in jme_dynamic_pcc()
1151 dpi->cur = dpi->attempt; in jme_dynamic_pcc()
2455 dpi->attempt = PCC_P1; in jme_set_coalesce()
/kernel/linux/linux-6.6/drivers/net/ethernet/
H A Djme.c361 dpi->attempt = PCC_P1; in jme_start_irq()
1120 if (dpi->attempt == atmp) { in jme_attempt_pcc()
1123 dpi->attempt = atmp; in jme_attempt_pcc()
1142 if (unlikely(dpi->attempt != dpi->cur && dpi->cnt > 5)) { in jme_dynamic_pcc()
1143 if (dpi->attempt < dpi->cur) in jme_dynamic_pcc()
1145 jme_set_rx_pcc(jme, dpi->attempt); in jme_dynamic_pcc()
1146 dpi->cur = dpi->attempt; in jme_dynamic_pcc()
2444 dpi->attempt = PCC_P1; in jme_set_coalesce()
/kernel/linux/linux-5.10/arch/powerpc/platforms/4xx/
H A Dpci.c1237 int attempt = 50; in ppc460sx_pciex_check_link() local
1248 while (attempt && (0 == (in_le32(mbase + PECFG_460SX_DLLSTA) in ppc460sx_pciex_check_link()
1250 attempt--; in ppc460sx_pciex_check_link()
1253 if (attempt) in ppc460sx_pciex_check_link()
/kernel/linux/linux-6.6/arch/powerpc/platforms/4xx/
H A Dpci.c1235 int attempt = 50; in ppc460sx_pciex_check_link() local
1246 while (attempt && (0 == (in_le32(mbase + PECFG_460SX_DLLSTA) in ppc460sx_pciex_check_link()
1248 attempt--; in ppc460sx_pciex_check_link()
1251 if (attempt) in ppc460sx_pciex_check_link()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dx_store.S111 | Note: no attempt is made to round the extended value to double.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dx_store.S111 | Note: no attempt is made to round the extended value to double.
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h934 * initial Tx attempt and any retries (4965 devices uses
1391 __le32 attempt; member
1428 * 4965 uCode updates these Tx attempt count values in host DRAM.
1475 * Tx attempt, if TX_CMD_FLG_STA_RATE_MSK is set. Normally "0" for
1487 __le32 attempt; member
1935 * attempt might be at a different rate, and have different modulation
1938 * determine which rate table entry was used for each tx attempt, to determine
1943 * rate, since there is no per-attempt acknowledgment from the destination
2001 * the driver searches for a new initial mode in an attempt to improve
3247 * driver should declare the stronger one as connected, and attempt t
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h934 * initial Tx attempt and any retries (4965 devices uses
1391 __le32 attempt; member
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
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...]
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/
H A Dspi.c834 static void wilc_spi_reset_cmd_sequence(struct wilc *wl, u8 attempt, u32 addr) in wilc_spi_reset_cmd_sequence() argument
840 dev_err(&spi->dev, "Reset and retry %d %x\n", attempt, addr); in wilc_spi_reset_cmd_sequence()

Completed in 48 milliseconds

12