Searched refs:cache (Results 1 - 18 of 18) sorted by relevance

/bionic/libc/kernel/arch-mips/asm/
H A Ddma-mapping.h22 #include <asm/cache.h>
H A Dcpu-info.h21 #include <asm/cache.h>
H A Dsgiarcs.h57 system, processor, cache, adapter, controller, peripheral, memory enumerator in enum:linux_devclass
/bionic/libc/netbsd/resolv/
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...]
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);
/bionic/libc/private/
H A Dresolv_cache.h33 /* gets the cache for the default interface. Might be NULL*/
36 /* get the cache for a specified interface. Can be NULL*/
40 * and will flush the cache */
74 RESOLV_CACHE_UNSUPPORTED, /* the cache can't handle that kind of queries */
76 RESOLV_CACHE_NOTFOUND, /* the cache doesn't know about this query */
77 RESOLV_CACHE_FOUND /* the cache found the answer */
81 _resolv_cache_lookup( struct resolv_cache* cache,
88 /* add a (query,answer) to the cache, only call if _resolv_cache_lookup
92 _resolv_cache_add( struct resolv_cache* cache,
98 /* Notify the cache
[all...]
/bionic/libc/kernel/arch-arm/asm/
H A Dhardirq.h21 #include <linux/cache.h>
H A Dprocinfo.h44 struct cpu_cache_fns *cache; member in struct:proc_info_list
H A Dcacheflush.h31 #error Unknown cache maintainence model
/bionic/libc/kernel/common/linux/
H A Dblockgroup_lock.h22 #include <linux/cache.h>
H A Dcache.h22 #include <asm/cache.h>
H A Dirq.h24 #include <linux/cache.h>
H A Dmodule.h27 #include <linux/cache.h>
H A Dskbuff.h25 #include <linux/cache.h>
/bionic/libc/kernel/arch-x86/asm/
H A Ddma-mapping_32.h24 #include <asm/cache.h>
H A Dpda.h25 #include <linux/cache.h>
H A Dprocessor_32.h32 #include <linux/cache.h>
/bionic/libc/netbsd/
H A Dgethnamaddr.c525 struct resolv_cache* cache; local

Completed in 872 milliseconds