nfp_cpp_mutex
struct nfp_cpp_mutex;
struct nfp_cpp_mutex *nfp_cpp_mutex_alloc(struct nfp_cpp *cpp, int target,
void nfp_cpp_mutex_free(struct nfp_cpp_mutex *mutex);
int nfp_cpp_mutex_lock(struct nfp_cpp_mutex *mutex);
int nfp_cpp_mutex_unlock(struct nfp_cpp_mutex *mutex);
int nfp_cpp_mutex_trylock(struct nfp_cpp_mutex *mutex);
struct nfp_cpp_mutex *nfp_cpp_mutex_alloc(struct nfp_cpp *cpp, int target,
struct nfp_cpp_mutex *mutex;
void nfp_cpp_mutex_free(struct nfp_cpp_mutex *mutex)
int nfp_cpp_mutex_lock(struct nfp_cpp_mutex *mutex)
int nfp_cpp_mutex_unlock(struct nfp_cpp_mutex *mutex)
int nfp_cpp_mutex_trylock(struct nfp_cpp_mutex *mutex)
struct nfp_cpp_mutex *dev_mutex)
struct nfp_cpp_mutex *dev_mutex;
struct nfp_cpp_mutex *dev_mutex;
struct nfp_cpp_mutex *mutex;