Searched refs:cache (Results 1 - 6 of 6) sorted by last modified time

/bionic/libc/bionic/
H A Dlibc_logging.cpp480 struct cache { struct
486 static void refresh_cache(struct cache *cache, const char *key) argument
488 if (!cache->pinfo) {
489 cache->pinfo = __system_property_find(key);
490 if (!cache->pinfo) {
494 uint32_t serial = __system_property_serial(cache->pinfo);
495 if (serial == cache->serial) {
498 cache->serial = serial;
501 __system_property_read(cache
[all...]
/bionic/libc/dns/resolv/
H A Dres_cache.c52 /* This code implements a small and *simple* DNS resolver cache.
54 * It is only used to cache DNS answers for a time defined by the smallest TTL
56 * to be a full DNS cache, since we plan to implement that in the future in a
68 * to keep an answer in the cache.
71 * (and should be solved by the later full DNS cache process).
77 * that a full DNS cache is expected to do.
81 * - the client calls _resolv_cache_get() to obtain a handle to the cache.
82 * this will initialize the cache on first usage. the result can be NULL
83 * if the cache is disabled.
92 * answer to the cache
1232 Cache* cache; member in struct:resolv_cache_info
1279 _cache_check_pending_request_locked( struct resolv_cache** cache, Entry* key, unsigned netid ) argument
1319 _cache_notify_waiting_tid_locked( struct resolv_cache* cache, Entry* key ) argument
1351 Cache* cache; local
1415 struct resolv_cache* cache; local
1516 _cache_lookup_p( Cache* cache, Entry* key ) argument
1542 _cache_add_p( Cache* cache, Entry** lookup, Entry* e ) argument
1560 _cache_remove_p( Cache* cache, Entry** lookup ) argument
1595 _cache_remove_expired(Cache* cache) argument
1627 Cache* cache; local
1716 Cache* cache = NULL; local
1829 struct resolv_cache* cache = _find_named_cache_locked(netid); local
1860 struct resolv_cache* cache = _find_named_cache_locked(netid); local
[all...]
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dinst.h936 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int c_op : 3, __BITFIELD_FIELD(unsigned int cache : 2, __BITFIELD_FIELD(unsigned int simmediate : 16,;
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-mips/asm/
H A Dinst.h936 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int c_op : 3, __BITFIELD_FIELD(unsigned int cache : 2, __BITFIELD_FIELD(unsigned int simmediate : 16,;
/bionic/libc/versioner-dependencies/mips/kernel_uapi_asm-mips/asm/
H A Dinst.h936 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int c_op : 3, __BITFIELD_FIELD(unsigned int cache : 2, __BITFIELD_FIELD(unsigned int simmediate : 16,;
/bionic/libc/versioner-dependencies/mips64/kernel_uapi_asm-mips/asm/
H A Dinst.h936 __BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int c_op : 3, __BITFIELD_FIELD(unsigned int cache : 2, __BITFIELD_FIELD(unsigned int simmediate : 16,;

Completed in 151 milliseconds