Home
last modified time | relevance | path

Searched refs:flushing (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/arch/arm64/
Dthread.h61 atomic_t flushing; member
/Zephyr-Core-3.6.0/arch/arm64/core/cortex_r/
Darm_mpu.c646 while (!atomic_cas(&thread->arch.flushing, 0, 1)) { in configure_dynamic_mpu_regions()
735 atomic_clear(&thread->arch.flushing); in configure_dynamic_mpu_regions()
837 while (!atomic_cas(&thread->arch.flushing, 0, 1)) { in z_arm64_swap_mem_domains()
848 atomic_clear(&thread->arch.flushing); in z_arm64_swap_mem_domains()
/Zephyr-Core-3.6.0/subsys/logging/backends/
DKconfig.uart20 int "Maximum number of bytes to buffer in RAM before flushing"
/Zephyr-Core-3.6.0/modules/lvgl/
DKconfig97 int "Stack size for flushing thread"
/Zephyr-Core-3.6.0/subsys/logging/
DKconfig.processing44 int "Number of buffered log messages before flushing"
/Zephyr-Core-3.6.0/drivers/modem/
DKconfig109 int "Timeout for flushing RX buffers after receiving no additional data"
/Zephyr-Core-3.6.0/doc/kernel/services/data_passing/
Dpipes.rst50 not guarantee that the ring buffer will stay empty; flushing it may allow a
/Zephyr-Core-3.6.0/arch/xtensa/core/
DREADME_MMU.txt223 tantamount to flushing the entire TLB regardless (the TLB is much
/Zephyr-Core-3.6.0/scripts/
Dspelling.txt696 flusing||flushing
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-2.1.rst392 * Added a hook for flushing in LLL
Drelease-notes-3.2.rst389 * Implement flushing pending ISO TX PDUs when a BIG event is terminated.