Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 8 of 8) sorted by relevance

/subsys/net/lib/dns/
A Ddns_cache.c15 int dns_cache_flush(struct dns_cache *cache) in dns_cache_flush()
26 int dns_cache_add(struct dns_cache *cache, char const *query, struct dns_addrinfo const *addrinfo, in dns_cache_add()
76 int dns_cache_remove(struct dns_cache *cache, char const *query) in dns_cache_remove()
105 int dns_cache_find(struct dns_cache const *cache, const char *query, enum dns_query_type type, in dns_cache_find()
166 static void dns_cache_clean(struct dns_cache const *cache) in dns_cache_clean()
/subsys/logging/
A Dlog_cache.c24 int log_cache_init(struct log_cache *cache, const struct log_cache_config *config) in log_cache_init()
53 bool log_cache_get(struct log_cache *cache, uintptr_t id, uint8_t **data) in log_cache_get()
97 void log_cache_put(struct log_cache *cache, uint8_t *data) in log_cache_put()
105 void log_cache_release(struct log_cache *cache, uint8_t *data) in log_cache_release()
A Dlog_cache.h76 static inline uint32_t log_cache_get_hit(struct log_cache *cache) in log_cache_get_hit()
87 static inline uint32_t log_cache_get_miss(struct log_cache *cache) in log_cache_get_miss()
/subsys/settings/include/settings/
A Dsettings_nvs.h45 } cache[CONFIG_SETTINGS_NVS_NAME_CACHE_SIZE]; member
/subsys/bluetooth/mesh/
A Dsubnet.h48 uint8_t cache[8]; /* Cached last beacon auth value */ member
/subsys/net/l2/ieee802154/
A Dieee802154_6lo_fragment.c48 static struct frag_cache cache[REASS_CACHE_SIZE]; variable
/subsys/net/lib/lwm2m/
A Dlwm2m_shell.c578 struct lwm2m_time_series_elem *cache; in cmd_cache() local
/subsys/bluetooth/audio/
A Dbap_unicast_client.c534 struct bt_bap_unicast_client_ep *cache; in unicast_client_ep_new() local

Completed in 30 milliseconds