Searched defs:cache (Results 1 – 8 of 8) sorted by relevance
| /subsys/net/lib/dns/ |
| A D | dns_cache.c | 15 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 D | log_cache.c | 24 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 D | log_cache.h | 76 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 D | settings_nvs.h | 45 } cache[CONFIG_SETTINGS_NVS_NAME_CACHE_SIZE]; member
|
| /subsys/bluetooth/mesh/ |
| A D | subnet.h | 48 uint8_t cache[8]; /* Cached last beacon auth value */ member
|
| /subsys/net/l2/ieee802154/ |
| A D | ieee802154_6lo_fragment.c | 48 static struct frag_cache cache[REASS_CACHE_SIZE]; variable
|
| /subsys/net/lib/lwm2m/ |
| A D | lwm2m_shell.c | 578 struct lwm2m_time_series_elem *cache; in cmd_cache() local
|
| /subsys/bluetooth/audio/ |
| A D | bap_unicast_client.c | 534 struct bt_bap_unicast_client_ep *cache; in unicast_client_ep_new() local
|
Completed in 30 milliseconds