Home
last modified time | relevance | path

Searched refs:cache_enabled (Results 1 – 4 of 4) sorted by relevance

/Zephyr-4.3.0/drivers/flash/
Dflash_stm32u3x.c199 bool cache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_block_erase_loop() local
210 if (cache_enabled) { in flash_stm32_block_erase_loop()
228 bool cache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_write_range() local
240 if (cache_enabled) { in flash_stm32_write_range()
Dflash_stm32wbax.c199 bool cache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_block_erase_loop() local
210 if (cache_enabled) { in flash_stm32_block_erase_loop()
227 bool cache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_write_range() local
238 if (cache_enabled) { in flash_stm32_write_range()
Dflash_stm32l5x.c230 bool cache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_block_erase_loop() local
241 if (cache_enabled) { in flash_stm32_block_erase_loop()
259 bool cache_enabled = LL_ICACHE_IsEnabled(); in flash_stm32_write_range() local
271 if (cache_enabled) { in flash_stm32_write_range()
/Zephyr-4.3.0/subsys/net/lib/sockets/
Dsockets_tls.c192 bool cache_enabled; member
676 if (!context->options.cache_enabled) { in tls_session_store()
706 if (!context->options.cache_enabled) { in tls_session_restore()
1420 if (is_server && context->options.cache_enabled) { in tls_mbedtls_init()
2097 context->options.cache_enabled = (*val == ZSOCK_TLS_SESSION_CACHE_ENABLED); in tls_opt_session_cache_set()
2105 int cache_enabled = context->options.cache_enabled ? in tls_opt_session_cache_get() local
2109 if (*optlen != sizeof(cache_enabled)) { in tls_opt_session_cache_get()
2113 *(int *)optval = cache_enabled; in tls_opt_session_cache_get()