Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dtfm_pools.c67 if (UNI_LIST_IS_EMPTY(pool, next)) { in tfm_pool_alloc()
/trusted-firmware-m-3.7.0/secure_fw/spm/include/
Dlists.h70 #define UNI_LIST_IS_EMPTY(node, link) \ macro