Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/arch/arm/
A Duser_ta_entry.c197 struct ta_session *itr; in ta_header_get_session() local
199 TAILQ_FOREACH(itr, &ta_sessions, link) { in ta_header_get_session()
200 if (itr->session_id == session_id) in ta_header_get_session()
201 return itr; in ta_header_get_session()
211 if (itr) in ta_header_add_session()
223 if (!itr) in ta_header_add_session()
225 itr->session_id = session_id; in ta_header_add_session()
226 itr->session_ctx = 0; in ta_header_add_session()
234 struct ta_session *itr; in ta_header_remove_session() local
238 if (itr->session_id == session_id) { in ta_header_remove_session()
[all …]
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget_malloc.c697 struct bpool_iterator itr; in gen_mdbg_check() local
703 BPOOL_FOREACH(ctx, &itr, &b) { in gen_mdbg_check()
973 struct bpool_iterator itr = { }; in raw_malloc_buffer_is_within_alloced() local
984 BPOOL_FOREACH(ctx, &itr, &b) { in raw_malloc_buffer_is_within_alloced()

Completed in 6 milliseconds