Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
A Dthread_private.h46 struct thread_shm_cache_entry { struct
51 SLIST_ENTRY(thread_shm_cache_entry) link; argument
54 SLIST_HEAD(thread_shm_cache, thread_shm_cache_entry);
A Dthread.c1608 static void clear_shm_cache_entry(struct thread_shm_cache_entry *ce) in clear_shm_cache_entry()
1630 static struct thread_shm_cache_entry *
1634 struct thread_shm_cache_entry *ce = NULL; in get_shm_cache_entry()
1653 struct thread_shm_cache_entry *ce = NULL; in thread_rpc_shm_cache_alloc()
1706 struct thread_shm_cache_entry *ce = SLIST_FIRST(cache); in thread_rpc_shm_cache_clear()

Completed in 6 milliseconds