Searched full:utilization (Results 1 – 25 of 28) sorted by relevance
12
/Zephyr-latest/lib/os/ |
D | Kconfig | 95 bool "Track maximum utilization" 97 When enabled, maximum utilization is tracked which can be used to
|
D | spsc_pbuf.c | 270 /* Utilization is calculated at claiming to handle cache case when flags in spsc_pbuf_claim()
|
/Zephyr-latest/tests/lib/spsc_pbuf/ |
D | testcase.yaml | 28 libraries.spsc_pbuf.utilization:
|
/Zephyr-latest/include/zephyr/sys/ |
D | spsc_pbuf.h | 35 /** @brief Size of the field which stores maximum utilization. */ 38 /** @brief Offset of the field which stores maximum utilization. */ 254 * @brief Get maximum utilization of the packet buffer. 257 * CONFIG_SPSC_PBUF_UTILIZATION. Utilization is updated by the consumer. 262 * @retval non-negative Maximum utilization.
|
D | mpsc_pbuf.h | 252 /** @brief Get current memory utilization. 261 /** @brief Get maximum memory utilization. 266 * retval 0 if utilization data collected successfully. 267 * retval -ENOTSUP if Collecting utilization data is not supported.
|
/Zephyr-latest/tests/subsys/logging/log_frontend_stmesp_demux/src/ |
D | main.c | 357 int utilization; in ZTEST() local 361 utilization = log_frontend_stmesp_demux_max_utilization(); in ZTEST() 362 zassert_equal(utilization, -ENOTSUP, NULL); in ZTEST() 367 utilization = log_frontend_stmesp_demux_max_utilization(); in ZTEST() 368 zassert_equal(utilization, 0, NULL); in ZTEST() 371 utilization = log_frontend_stmesp_demux_max_utilization(); in ZTEST() 375 zassert_equal(utilization, exp_utilization, NULL); in ZTEST()
|
/Zephyr-latest/include/zephyr/debug/ |
D | thread_analyzer.h | 37 unsigned int utilization; member
|
/Zephyr-latest/subsys/logging/frontends/ |
D | Kconfig | 127 bool "Track maximum utilization"
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.misc | 86 bool "Tracking maximum memory utilization"
|
D | log_cmds.c | 405 shell_print(sh, "Log message buffer utilization report:"); in cmd_log_mem()
|
/Zephyr-latest/subsys/debug/ |
D | thread_analyzer.c | 49 info->utilization); in thread_print_cb() 159 info.utilization = (info.usage.execution_cycles * 100U) / in thread_analyze_cb()
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_frontend_stmesp_demux.h | 304 /** @brief Get maximum buffer utilization. 306 * @retval Non-negative Maximum buffer utilization.
|
D | log_link.h | 78 * better memory utilization but unordered messages passed to backends.
|
/Zephyr-latest/doc/services/debugging/ |
D | thread-analyzer.rst | 87 Print thread runtime data such as utilization.
|
/Zephyr-latest/drivers/disk/nvme/ |
D | nvme_namespace.h | 21 /** namespace utilization */
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_config_guide.rst | 51 buffers tries to improve memory utilization by allocating minimum amount of 272 The network thread stack utilization can be monitored from kernel shell by
|
/Zephyr-latest/arch/arm64/core/ |
D | reset.S | 199 * Initialize the interrupt stack with 0xaa so stack utilization
|
/Zephyr-latest/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 119 to improve the utilization of RAM.
|
/Zephyr-latest/kernel/ |
D | Kconfig | 688 bool "Getting maximum slab utilization" 691 maximum utilization of the slab.
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 713 This feature maximizes radio utilization in an average role event 887 Consequently, this reduces on-air radio utilization due to redundant
|
/Zephyr-latest/tests/lib/mpsc_pbuf/src/ |
D | main.c | 1211 .flags = 0 /* Utilization not supported. */ in ZTEST() 1218 /* Initialize with max utilization support. */ in ZTEST()
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 652 of a suboptimal memory utilization (since the buffer is not shared) and increased processing 803 | Memory utilization [#f1]_ | 518 |
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 184 the message. This maximizes the utilization efficiency of
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 1069 between calls to :c:func:`modem_pipe_transmit()`. This addition reduced the utilization of the
|
/Zephyr-latest/subsys/net/ip/ |
D | net_pkt.c | 340 NET_INFO("Total data size %zu, occupied %d bytes, utilization %zu%%", in net_pkt_print_frags()
|
12