Searched refs:timeout_timestamp (Results 1 – 2 of 2) sorted by relevance
443 bool best_effort_wfe_or_timeout(absolute_time_t timeout_timestamp) { in best_effort_wfe_or_timeout() argument447 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()470 (int64_t)to_us_since_boot(timeout_timestamp))) { in best_effort_wfe_or_timeout()475 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()477 id = add_alarm_at(timeout_timestamp, sleep_until_callback, NULL, false); in best_effort_wfe_or_timeout()480 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()482 if (!time_reached(timeout_timestamp)) { in best_effort_wfe_or_timeout()490 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()496 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()
293 bool best_effort_wfe_or_timeout(absolute_time_t timeout_timestamp);