Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dcallout.c56 static bool callout_is_active(struct callout *co) in callout_is_active() function
73 if (callout_is_active(co)) { in callout_rem()
89 assert(is_nexus(co) && !callout_is_active(co) && is_unpaged(callback)); in callout_add()