Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dtfm_pools.c71 node = UNI_LIST_NEXT_NODE(pool, next); in tfm_pool_alloc()
/trusted-firmware-m-3.7.0/secure_fw/spm/include/
Dlists.h74 #define UNI_LIST_NEXT_NODE(node, link) ((node)->link) macro