Home
last modified time | relevance | path

Searched refs:use_cache (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/lorawan/services/
Dfrag_flash.c29 static bool use_cache; variable
43 use_cache = false; in frag_flash_init()
63 if (!use_cache) { in frag_flash_write()
111 use_cache = true; in frag_flash_use_cache()
/Zephyr-latest/subsys/net/ip/
Dnet_private.h166 bool use_cache);
/Zephyr-latest/tests/lib/spsc_pbuf/src/
Dmain.c20 static bool use_cache(uint32_t flags) in use_cache() function
34 size_t capacity = (use_cache(flags) ? in test_spsc_pbuf_flags()
/Zephyr-latest/drivers/serial/
Duart_max32.c623 bool use_cache = false; in api_tx() local
645 use_cache = true; in api_tx()
652 ret = uart_max32_tx_dma_load(dev, use_cache ? data->async.tx.cache[0] : ((uint8_t *)buf), in api_tx()
/Zephyr-latest/subsys/net/lib/dns/
Dresolve.c1490 bool use_cache) in dns_resolve_name_internal() argument
1565 if (use_cache) { in dns_resolve_name_internal()
1582 ARG_UNUSED(use_cache); in dns_resolve_name_internal()