Searched refs:cache (Results 1 – 4 of 4) sorted by relevance
1232 Cache* cache; member1256 _cache_flush_pending_requests_locked( struct resolv_cache* cache ) in _cache_flush_pending_requests_locked() argument1259 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() argument1284 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 …]
480 struct cache { struct486 static void refresh_cache(struct cache *cache, const char *key) in refresh_cache() argument488 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 …]
43 .cache
936 … 5, __BITFIELD_FIELD(unsigned int c_op : 3, __BITFIELD_FIELD(unsigned int cache : 2, __BITFIELD_FI…