Searched refs:mutex_cache (Results 1 – 2 of 2) sorted by relevance
128 for (mutex = cpp->mutex_cache; mutex; mutex = mutex->next) { in nfp_cpp_mutex_alloc()166 if (cpp->mutex_cache) { in nfp_cpp_mutex_alloc()167 cpp->mutex_cache->prev = mutex; in nfp_cpp_mutex_alloc()168 mutex->next = cpp->mutex_cache; in nfp_cpp_mutex_alloc()169 cpp->mutex_cache = mutex; in nfp_cpp_mutex_alloc()171 cpp->mutex_cache = mutex; in nfp_cpp_mutex_alloc()244 if (mutex->cpp && mutex == mutex->cpp->mutex_cache) in nfp_cpp_mutex_free()245 mutex->cpp->mutex_cache = mutex->next; in nfp_cpp_mutex_free()
27 struct nfp_cpp_mutex *mutex_cache; member