Searched refs:miss (Results 1 – 14 of 14) sorted by relevance
/Zephyr-Core-3.7.0/subsys/logging/ |
D | log_cache.h | 35 uint32_t miss; member 89 return cache->miss; in log_cache_get_miss()
|
D | log_cache.c | 48 cache->miss = 0; in log_cache_init() 79 cache->miss++; in log_cache_get()
|
/Zephyr-Core-3.7.0/tests/subsys/logging/log_cache/src/ |
D | main.c | 65 uint32_t miss = log_cache_get_miss(cache); in cache_get() local 72 zassert_equal(miss, log_cache_get_miss(cache), "line %u\n", line); in cache_get() 75 zassert_equal(miss + 1, log_cache_get_miss(cache), "line %u\n", line); in cache_get()
|
/Zephyr-Core-3.7.0/arch/xtensa/core/ |
D | README_MMU.txt | 51 On a TLB miss, the hardware immediately does a single fetch (at ring 0 89 fault, and simply indicates unmapped memory. The result is TLB miss 90 exception from within the TLB miss exception handler (i.e. while the 175 3. Pin the page table page containing the PTE for the TLB miss
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | Kconfig.mgmt | 105 NET_MGMT_EVENT_QUEUE_SIZE from the default in order not to miss
|
/Zephyr-Core-3.7.0/doc/project/ |
D | tsc.rst | 136 members who miss three consecutive TSC weekly meetings. 143 Notice of suspension will be sent to representatives who miss three consecutive
|
D | release_process.rst | 81 rule, if you miss submitting your code during the development phase for a given
|
/Zephyr-Core-3.7.0/doc/kernel/services/ |
D | polling.rst | 307 application will miss events. Best practice is always to reset the 310 FIFOs are more error-proof in this sense because they can't "miss"
|
/Zephyr-Core-3.7.0/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 146 …nt listeners after connectivity monitoring initializes, it is possible to miss this first wave of …
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-1.7.rst | 435 * ``ZEP-1768`` - samples: cases miss testcase.ini
|
D | release-notes-3.0.rst | 1164 * :github:`40189` - k_poll infrastructure can miss "signals" in a heavily contended SMP system
|
D | release-notes-1.14.rst | 1570 * :github:`13320` - sanitycheck miss extra_args: OVERLAY_CONFIG parameter 1679 * :github:`12615` - Network documentation might miss API documentation
|
D | release-notes-2.5.rst | 1028 …les/scheduler/metairq_dispatch: Regression after 30916 (sched: timeout: Do not miss slice timeouts)
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | Kconfig | 1464 is that the node may miss out on messages intended for it
|