Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/tee/
A Dtadb.c78 static unsigned int tadb_db_refc; variable
245 if (!tadb_db_refc) { in tee_tadb_open()
251 tadb_db_refc++; in tee_tadb_open()
262 assert(tadb_db_refc); in tadb_put()
263 tadb_db_refc--; in tadb_put()
264 if (!tadb_db_refc) { in tadb_put()

Completed in 4 milliseconds