Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_cache.c1232 Cache* cache; member
1256 _cache_flush_pending_requests_locked( struct resolv_cache* cache ) in _cache_flush_pending_requests_locked() argument
1259 if (cache) { in _cache_flush_pending_requests_locked()
1260 ri = cache->pending_requests.next; in _cache_flush_pending_requests_locked()
1271 cache->pending_requests.next = NULL; in _cache_flush_pending_requests_locked()
1279 _cache_check_pending_request_locked( struct resolv_cache** cache, Entry* key, unsigned netid ) in _cache_check_pending_request_locked() argument
1284 if (*cache && key) { in _cache_check_pending_request_locked()
1285 ri = (*cache)->pending_requests.next; in _cache_check_pending_request_locked()
1286 prev = &(*cache)->pending_requests; in _cache_check_pending_request_locked()
1309 *cache = _find_named_cache_locked(netid); in _cache_check_pending_request_locked()
[all …]
/bionic/libc/bionic/
Dlibc_logging.cpp480 struct cache { struct
486 static void refresh_cache(struct cache *cache, const char *key) in refresh_cache() argument
488 if (!cache->pinfo) { in refresh_cache()
489 cache->pinfo = __system_property_find(key); in refresh_cache()
490 if (!cache->pinfo) { in refresh_cache()
494 uint32_t serial = __system_property_serial(cache->pinfo); in refresh_cache()
495 if (serial == cache->serial) { in refresh_cache()
498 cache->serial = serial; in refresh_cache()
501 __system_property_read(cache->pinfo, 0, buf); in refresh_cache()
502 cache->c = buf[0]; in refresh_cache()
[all …]
/bionic/tools/bionicbb/
D.gitignore43 .cache
/bionic/libc/kernel/uapi/asm-mips/asm/
Dinst.h936 … 5, __BITFIELD_FIELD(unsigned int c_op : 3, __BITFIELD_FIELD(unsigned int cache : 2, __BITFIELD_FI…