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

/external/libnl/lib/
H A Dcache_mngt.c23 static struct nl_cache_ops *cache_ops; variable in typeref:struct:nl_cache_ops
41 for (ops = cache_ops; ops; ops = ops->co_next)
64 for (ops = cache_ops; ops; ops = ops->co_next) {
101 for (ops = cache_ops; ops; ops = ops->co_next)
118 for (ops = cache_ops; ops; ops = ops->co_next)
139 ops->co_next = cache_ops;
140 cache_ops = ops;
162 for (tp = &cache_ops; (t=*tp) != NULL; tp = &t->co_next)

Completed in 185 milliseconds