Searched refs:list_shm (Results 1 – 1 of 1) sorted by relevance
21 struct list_head list_shm; member87 list_add(&shm->link, &priv->list_shm); in __tee_shm_add()143 list_for_each_entry(s, &priv->list_shm, link) in tee_shm_is_registered()180 INIT_LIST_HEAD(&priv->list_shm); in tee_pre_probe()195 while (!list_empty(&priv->list_shm)) { in tee_pre_remove()196 shm = list_first_entry(&priv->list_shm, struct tee_shm, link); in tee_pre_remove()
Completed in 3 milliseconds