Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/arch/arm64/
Dthread.h61 atomic_t flushing; member
/Zephyr-latest/drivers/misc/coresight/
DKconfig59 int "Backoff time during flushing (ms)"
62 When thread triggers flushing of ETR data, it periodically checks if
/Zephyr-latest/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-latest/subsys/logging/backends/
DKconfig.uart20 int "Maximum number of bytes to buffer in RAM before flushing"
/Zephyr-latest/subsys/logging/
DKconfig.mode81 int "Sleep time when flushing the log queue, microseconds"
DKconfig.processing44 int "Number of buffered log messages before flushing"
/Zephyr-latest/subsys/logging/frontends/
DKconfig53 int "Number of flushing words"
/Zephyr-latest/modules/lvgl/
DKconfig107 int "Stack size for flushing thread"
/Zephyr-latest/drivers/modem/
DKconfig109 int "Timeout for flushing RX buffers after receiving no additional data"
/Zephyr-latest/doc/hardware/cache/
Dguide.rst128 runtime. The two most relevant cache operations in this case are **flushing**
/Zephyr-latest/arch/xtensa/core/
DREADME_MMU.txt223 tantamount to flushing the entire TLB regardless (the TLB is much
/Zephyr-latest/scripts/
Dspelling.txt702 flusing||flushing
/Zephyr-latest/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.