Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dpgt_cache.c63 static struct pgt_parent_list parent_list = SLIST_HEAD_INITIALIZER(parent_list); variable
78 SLIST_INSERT_HEAD(&parent_list, parent, link); in free_pgt()
81 if (!parent->num_used && SLIST_NEXT(SLIST_FIRST(&parent_list), link)) { in free_pgt()
86 SLIST_REMOVE(&parent_list, parent, pgt_parent, link); in free_pgt()
139 parent = SLIST_FIRST(&parent_list); in alloc_pgt()
145 SLIST_INSERT_HEAD(&parent_list, parent, link); in alloc_pgt()
153 SLIST_REMOVE_HEAD(&parent_list, link); in alloc_pgt()