Searched refs:lwm2m_cache_entries (Results 1 – 1 of 1) sorted by relevance
1464 static struct lwm2m_time_series_resource lwm2m_cache_entries[CONFIG_LWM2M_MAX_CACHED_RESOURCES]; variable1477 for (i = 0; i < ARRAY_SIZE(lwm2m_cache_entries); i++) { in lwm2m_cache_entry_allocate()1478 if (lwm2m_cache_entries[i].path.level == 0) { in lwm2m_cache_entry_allocate()1479 lwm2m_cache_entries[i].path = *path; in lwm2m_cache_entry_allocate()1480 sys_slist_append(&lwm2m_timed_cache_list, &lwm2m_cache_entries[i].node); in lwm2m_cache_entry_allocate()1481 return &lwm2m_cache_entries[i]; in lwm2m_cache_entry_allocate()1649 for (i = 0; i < ARRAY_SIZE(lwm2m_cache_entries); i++) { in lwm2m_engine_data_cache_init()1650 lwm2m_cache_entries[i].path.level = LWM2M_PATH_LEVEL_NONE; in lwm2m_engine_data_cache_init()