Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/
H A Dcaam_pwr.c52 SLIST_INSERT_AFTER(elem, newelem, next); in caam_pwr_add_backup()
/optee_os/core/kernel/
H A Dwait_queue.c56 SLIST_INSERT_AFTER(wqe_iter, wqe, link); in slist_add_tail()
/optee_os/core/mm/
H A Dpgt_cache.c333 SLIST_INSERT_AFTER(pp, p, link); in pgt_check_avail()
792 SLIST_INSERT_AFTER(pp, p, link); in pgt_alloc_unlocked()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dplat_tzc400.c235 SLIST_INSERT_AFTER(reg, new_nsec, link); in exclude_region_from_nsec()
/optee_os/lib/libutils/isoc/include/sys/
H A Dqueue.h205 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro