Searched refs:erst_timedout (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/apei/ |
H A D | erst.c | 100 static int erst_timedout(u64 *t, u64 spin_unit) in erst_timedout() function 212 if (erst_timedout(&timeout, stall_time * NSEC_PER_USEC)) in erst_exec_stall_while_true() 646 if (erst_timedout(&timeout, SPIN_UNIT)) in __erst_write_to_storage() 689 if (erst_timedout(&timeout, SPIN_UNIT)) in __erst_read_from_storage() 728 if (erst_timedout(&timeout, SPIN_UNIT)) in __erst_clear_from_storage()
|
/kernel/linux/linux-6.6/drivers/acpi/apei/ |
H A D | erst.c | 100 static int erst_timedout(u64 *t, u64 spin_unit) in erst_timedout() function 212 if (erst_timedout(&timeout, stall_time * NSEC_PER_USEC)) in erst_exec_stall_while_true() 646 if (erst_timedout(&timeout, SPIN_UNIT)) in __erst_write_to_storage() 689 if (erst_timedout(&timeout, SPIN_UNIT)) in __erst_read_from_storage() 728 if (erst_timedout(&timeout, SPIN_UNIT)) in __erst_clear_from_storage()
|
Completed in 3 milliseconds