Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c421 TEEC_SharedMemoryInner *tempShardMem = NULL; in GetBnShmByOffset() local
439 tempShardMem = CONTAINER_OF(ptr, TEEC_SharedMemoryInner, head); in GetBnShmByOffset()
440 if (tempShardMem->offset == shmOffset) { in GetBnShmByOffset()
441 AtomInc(&tempShardMem->ops_cnt); in GetBnShmByOffset()
443 return tempShardMem; in GetBnShmByOffset()