Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
H A Dsp_mem.c245 SLIST_INIT(&smem->regions); in sp_mem_new()
246 SLIST_INIT(&smem->receivers); in sp_mem_new()
/optee_os/core/mm/
H A Dfile.c158 SLIST_INIT(&f->slice_head); in file_get_by_tag()
H A Dpgt_cache.c120 SLIST_INIT(&parent->pgt_cache); in alloc_pgt_parent()
397 SLIST_INIT(&pgt_parents[n].pgt_cache); in pgt_init()
H A Dvm.c890 SLIST_INIT(&uctx->pgt_cache); in vm_info_init()
/optee_os/core/kernel/
H A Dinterrupt.c36 SLIST_INIT(&chip->handlers); in __itr_chip_init()
/optee_os/lib/libutils/isoc/include/sys/
H A Dqueue.h201 #define SLIST_INIT(head) do { \ macro