Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/kernel/
A Dthread_private.h25 struct thread_shm_cache_entry { struct
30 SLIST_ENTRY(thread_shm_cache_entry) link; argument
33 SLIST_HEAD(thread_shm_cache, thread_shm_cache_entry);
/optee_os-3.20.0/core/kernel/
A Dthread.c567 static void clear_shm_cache_entry(struct thread_shm_cache_entry *ce) in clear_shm_cache_entry()
589 static struct thread_shm_cache_entry *
593 struct thread_shm_cache_entry *ce = NULL; in get_shm_cache_entry()
612 struct thread_shm_cache_entry *ce = NULL; in thread_rpc_shm_cache_alloc()
665 struct thread_shm_cache_entry *ce = SLIST_FIRST(cache); in thread_rpc_shm_cache_clear()

Completed in 3 milliseconds