Searched refs:list_shm (Results 1 – 1 of 1) sorted by relevance
24 struct list_head list_shm; member90 list_add(&shm->link, &priv->list_shm); in __tee_shm_add()146 list_for_each_entry(s, &priv->list_shm, link) in tee_shm_is_registered()183 INIT_LIST_HEAD(&priv->list_shm); in tee_pre_probe()198 while (!list_empty(&priv->list_shm)) { in tee_pre_remove()199 shm = list_first_entry(&priv->list_shm, struct tee_shm, link); in tee_pre_remove()245 list_for_each_entry(s, &priv->list_shm, link) { in tee_flush_all_shm_dcache()
Completed in 4 milliseconds