Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dcallout.c114 struct callout_head tmp_head = TAILQ_HEAD_INITIALIZER(tmp_head); in callout_service_init() local
129 TAILQ_CONCAT(&tmp_head, &callout_head, link); in callout_service_init()
130 while (!TAILQ_EMPTY(&tmp_head)) { in callout_service_init()
131 co = TAILQ_FIRST(&tmp_head); in callout_service_init()
132 TAILQ_REMOVE(&tmp_head, co, link); in callout_service_init()