Searched defs:cache (Results 1 - 4 of 4) sorted by relevance
/systemd/src/resolve/ |
H A D | resolved-dns-scope.h | 26 #include "resolved-dns-cache.h" 50 DnsCache cache; member in struct:DnsScope 69 * the zone or the cache), and the hashmap only tracks the
|
H A D | resolved-dns-cache.c | 23 #include "resolved-dns-cache.h" 27 /* Never cache more than 4K entries. RFC 1536, Section 5 suggests to 31 /* We never keep any item longer than 2h in our cache */ 150 * the cache to grow beyond CACHE_MAX, but only when we shall 151 * add more RRs to the cache than CACHE_MAX at once. In that 152 * case the cache will be emptied completely otherwise. */ 386 /* Never cache pseudo RRs */ 402 log_debug("Removed zero TTL entry from cache: %s", key_str); 404 log_debug("Not caching zero TTL cache entry: %s", key_str); 457 log_debug("Added positive cache entr 946 dns_cache_check_conflicts(DnsCache *cache, DnsResourceRecord *rr, int owner_family, const union in_addr_union *owner_address) argument 982 dns_cache_export_shared_to_packet(DnsCache *cache, DnsPacket *p) argument 1031 dns_cache_dump(DnsCache *cache, FILE *f) argument 1076 dns_cache_is_empty(DnsCache *cache) argument 1083 dns_cache_size(DnsCache *cache) argument [all...] |
/systemd/src/libsystemd/sd-netlink/ |
H A D | test-netlink.c | 127 struct ifa_cacheinfo cache; local 138 assert_se(sd_netlink_message_read_cache_info(r, IFA_CACHEINFO, &cache) == 0);
|
/systemd/src/journal/ |
H A D | mmap-cache.c | 30 #include "mmap-cache.h" 39 MMapCache *cache; member in struct:Window 59 MMapCache *cache; member in struct:Context 67 MMapCache *cache; member in struct:FileDescriptor 126 if (w->cache->last_unused == w) 127 w->cache->last_unused = w->unused_prev; 129 LIST_REMOVE(unused, w->cache->unused, w); 157 w->cache->n_windows--; 195 w->cache = m; 227 LIST_PREPEND(unused, c->cache [all...] |
Completed in 21 milliseconds