Searched defs:cache (Results 1 - 3 of 3) sorted by relevance

/system/core/libnl_2/
H A Dcache.c19 #include "netlink/cache.h"
22 void nl_cache_free(struct nl_cache *cache) argument
27 void nl_cache_clear(struct nl_cache *cache) argument
/system/core/libnl_2/genl/
H A Dgenl.c241 /* Return family id as cache pointer */
250 /* Checks the netlink cache to find family reference by name string */
253 struct genl_family *genl_ctrl_search_by_name(struct nl_cache *cache, \ argument
265 /* Overriding cache pointer as family id for now */
266 gf->gf_id = (uint16_t) ((uint32_t) cache);
277 struct nl_cache *cache = NULL; local
290 if (!genl_ctrl_alloc_cache(sk, &cache)) {
291 gf = genl_ctrl_search_by_name(cache, name);
298 if (cache)
299 nl_cache_free(cache);
[all...]
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp50 // A dlmalloc mspace is used to manage the code cache over a mmaped region.
84 int fd = ashmem_create_region("CodeFlinger code cache",
87 "Creating code cache, ashmem_create_region "
93 "Creating code cache, mmap failed with error "
145 "Failed to resize Assembly to %zd in code cache "
178 int CodeCache::cache( const AssemblyKeyBase& keyBase, function in class:android::CodeCache

Completed in 51 milliseconds