Searched refs:nl_read_unlock (Results 1 – 2 of 2) sorted by relevance
86 nl_read_unlock(&cache_ops_lock); in nl_cache_ops_lookup()147 nl_read_unlock(&cache_ops_lock); in nl_cache_ops_associate()226 nl_read_unlock(&cache_ops_lock); in nl_cache_ops_foreach()
252 static inline void nl_read_unlock(pthread_rwlock_t *lock) in nl_read_unlock() function274 #define nl_read_unlock(LOCK) do { } while(0) macro