Home
last modified time | relevance | path

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

/optee_os/ta/remoteproc/src/
H A Dremoteproc_core.c214 static size_t session_refcount; variable
1107 if (!session_refcount) { in TA_OpenSessionEntryPoint()
1114 session_refcount++; in TA_OpenSessionEntryPoint()
1121 session_refcount--; in TA_CloseSessionEntryPoint()
1123 if (!session_refcount) in TA_CloseSessionEntryPoint()