Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_mutex.c19 #define MUTEX_IS_UNLOCKED(value) (((value) & 0xffff) == 0x0000) macro
396 if (MUTEX_IS_UNLOCKED(tmp)) { in nfp_cpp_mutex_trylock()