Searched refs:co_major_cache (Results 1 – 2 of 2) sorted by relevance
349 if (!ops->co_major_cache) in nl_cache_mngt_provide()352 ops->co_major_cache = cache; in nl_cache_mngt_provide()375 else if (ops->co_major_cache == cache) { in nl_cache_mngt_unprovide()376 nl_cache_free(ops->co_major_cache); in nl_cache_mngt_unprovide()378 ops->co_major_cache = NULL; in nl_cache_mngt_unprovide()391 cache = ops->co_major_cache; in __nl_cache_mngt_require()
258 struct nl_cache *co_major_cache; member