Home
last modified time | relevance | path

Searched refs:expiry_value (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/kernel/
H A Dcallout.c25 if (co->expiry_value < co2->expiry_value) { in insert_callout()
40 desc->set_next_timeout(desc, co->expiry_value); in schedule_next_timeout()
94 co->expiry_value = desc->get_now(desc) + co->period; in callout_add()
140 co->expiry_value = now + co->period; in callout_service_init()
178 if (co->expiry_value > now) in callout_service_cb()
184 co->expiry_value += co->period; in callout_service_cb()
/optee_os/core/include/kernel/
H A Dcallout.h31 uint64_t expiry_value; member
112 uint64_t expiry_value);