Searched refs:next_call (Results 1 - 2 of 2) sorted by last modified time

/u-boot/include/
H A Dcyclic.h27 * @next_call: Next time in us, when the function shall be executed again
39 uint64_t next_call; member in struct:cyclic_info
/u-boot/common/
H A Dcyclic.c76 if (time_after_eq64(now, cyclic->next_call)) {
78 cyclic->next_call = now + cyclic->delay_us;

Completed in 50 milliseconds