Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dpgt_cache.c149 SLIST_REMOVE_HEAD(&parent->pgt_cache, link); in alloc_pgt()
153 SLIST_REMOVE_HEAD(&parent_list, link); in alloc_pgt()
183 SLIST_REMOVE_HEAD(pgt_cache, link); in pgt_flush_range()
222 SLIST_REMOVE_HEAD(pgt_cache, link); in pgt_flush()
264 SLIST_REMOVE_HEAD(pgt_cache, link); in prune_before_va()
437 SLIST_REMOVE_HEAD(&pgt_free_list, link); in pop_from_free_list()
464 SLIST_REMOVE_HEAD(&pgt_parents[n].pgt_cache, link); in pop_from_free_list()
506 SLIST_REMOVE_HEAD(&pgt_cache_list, link); in pop_from_cache_list()
560 SLIST_REMOVE_HEAD(&pgt_cache_list, link); in pop_least_used_from_cache_list()
570 SLIST_REMOVE_HEAD(pgt_cache, link); in pgt_free_unlocked()
[all …]
H A Dfile.c73 SLIST_REMOVE_HEAD(&f->slice_head, link); in file_free()
/optee_os/core/arch/arm/mm/
H A Dsp_mem.c307 SLIST_REMOVE_HEAD(&smem->receivers, link); in sp_mem_remove()
316 SLIST_REMOVE_HEAD(&smem->regions, link); in sp_mem_remove()
H A Dmobj_ffa.c343 SLIST_REMOVE_HEAD(head, link); in pop_from_list()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_main.c230 SLIST_REMOVE_HEAD(&sec_list, link); in sec_free()
H A Dhpre_main.c323 SLIST_REMOVE_HEAD(&hpre_list, link); in hpre_probe()
/optee_os/lib/libutils/isoc/include/sys/
H A Dqueue.h215 #define SLIST_REMOVE_HEAD(head, field) do { \ macro
221 SLIST_REMOVE_HEAD((head), field); \
/optee_os/core/kernel/
H A Dthread.c857 SLIST_REMOVE_HEAD(cache, link); in thread_rpc_shm_cache_clear()