Home
last modified time | relevance | path

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

/external/libnl/lib/
Dcache_mngt.c23 static struct nl_cache_ops *cache_ops; variable
41 for (ops = cache_ops; ops; ops = ops->co_next) in nl_cache_ops_lookup()
64 for (ops = cache_ops; ops; ops = ops->co_next) { in nl_cache_ops_associate()
101 for (ops = cache_ops; ops; ops = ops->co_next) in cache_ops_lookup_for_obj()
118 for (ops = cache_ops; ops; ops = ops->co_next) in nl_cache_ops_foreach()
139 ops->co_next = cache_ops; in nl_cache_mngt_register()
140 cache_ops = ops; in nl_cache_mngt_register()
162 for (tp = &cache_ops; (t=*tp) != NULL; tp = &t->co_next) in nl_cache_mngt_unregister()