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

/bionic/libc/kernel/arch-arm/asm/
H A Dprocinfo.h44 struct cpu_cache_fns *cache; member in struct:proc_info_list
/bionic/libc/netbsd/
H A Dgethnamaddr.c525 struct resolv_cache* cache; local
/bionic/libc/netbsd/resolv/
H A Dres_send.c84 /* set to 1 to use our small/simple/limited DNS cache */
369 struct resolv_cache* cache; local
388 cache = __get_res_cache();
389 if (cache != NULL) {
392 cache, buf, buflen,
593 _resolv_cache_add(cache, buf, buflen,
649 _resolv_cache_query_failed(cache, buf, buflen);
655 _resolv_cache_query_failed(cache, buf, buflen);
H A Dres_cache.c47 /* This code implements a small and *simple* DNS resolver cache.
49 * It is only used to cache DNS answers for a time defined by the smallest TTL
51 * to be a full DNS cache, since we plan to implement that in the future in a
63 * to keep an answer in the cache.
66 * (and should be solved by the later full DNS cache process).
72 * that a full DNS cache is expected to do.
76 * - the client calls _resolv_cache_get() to obtain a handle to the cache.
77 * this will initialize the cache on first usage. the result can be NULL
78 * if the cache is disabled.
87 * answer to the cache
1196 Cache* cache; member in struct:resolv_cache_info
1228 _cache_check_pending_request_locked( struct resolv_cache* cache, Entry* key ) argument
1265 _cache_notify_waiting_tid_locked( struct resolv_cache* cache, Entry* key ) argument
1292 _resolv_cache_query_failed( struct resolv_cache* cache, const void* query, int querylen) argument
1371 struct resolv_cache* cache; local
1473 _cache_lookup_p( Cache* cache, Entry* key ) argument
1499 _cache_add_p( Cache* cache, Entry** lookup, Entry* e ) argument
1517 _cache_remove_p( Cache* cache, Entry** lookup ) argument
1552 _cache_remove_expired(Cache* cache) argument
1573 _resolv_cache_lookup( struct resolv_cache* cache, const void* query, int querylen, void* answer, int answersize, int *answerlen ) argument
1657 _resolv_cache_add( struct resolv_cache* cache, const void* query, int querylen, const void* answer, int answerlen ) argument
1790 struct resolv_cache *cache; local
1824 struct resolv_cache* cache = _find_named_cache_locked(ifname); local
1869 struct resolv_cache* cache = _get_res_cache_for_iface_locked(ifname); local
1911 struct resolv_cache* cache = _find_named_cache_locked(ifname); local
[all...]
/bionic/libc/kernel/arch-mips/asm/
H A Dsgiarcs.h57 system, processor, cache, adapter, controller, peripheral, memory enumerator in enum:linux_devclass

Completed in 137 milliseconds