Home
last modified time | relevance | path

Searched full:utilization (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-latest/lib/os/
DKconfig95 bool "Track maximum utilization"
97 When enabled, maximum utilization is tracked which can be used to
Dspsc_pbuf.c270 /* Utilization is calculated at claiming to handle cache case when flags in spsc_pbuf_claim()
/Zephyr-latest/tests/lib/spsc_pbuf/
Dtestcase.yaml28 libraries.spsc_pbuf.utilization:
/Zephyr-latest/include/zephyr/sys/
Dspsc_pbuf.h35 /** @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.
Dmpsc_pbuf.h252 /** @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/
Dmain.c357 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/
Dthread_analyzer.h37 unsigned int utilization; member
/Zephyr-latest/subsys/logging/frontends/
DKconfig127 bool "Track maximum utilization"
/Zephyr-latest/subsys/logging/
DKconfig.misc86 bool "Tracking maximum memory utilization"
Dlog_cmds.c405 shell_print(sh, "Log message buffer utilization report:"); in cmd_log_mem()
/Zephyr-latest/subsys/debug/
Dthread_analyzer.c49 info->utilization); in thread_print_cb()
159 info.utilization = (info.usage.execution_cycles * 100U) / in thread_analyze_cb()
/Zephyr-latest/include/zephyr/logging/
Dlog_frontend_stmesp_demux.h304 /** @brief Get maximum buffer utilization.
306 * @retval Non-negative Maximum buffer utilization.
Dlog_link.h78 * better memory utilization but unordered messages passed to backends.
/Zephyr-latest/doc/services/debugging/
Dthread-analyzer.rst87 Print thread runtime data such as utilization.
/Zephyr-latest/drivers/disk/nvme/
Dnvme_namespace.h21 /** namespace utilization */
/Zephyr-latest/doc/connectivity/networking/
Dnet_config_guide.rst51 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/
Dreset.S199 * Initialize the interrupt stack with 0xaa so stack utilization
/Zephyr-latest/drivers/wifi/esp32/
DKconfig.esp32119 to improve the utilization of RAM.
/Zephyr-latest/kernel/
DKconfig688 bool "Getting maximum slab utilization"
691 maximum utilization of the slab.
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split713 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/
Dmain.c1211 .flags = 0 /* Utilization not supported. */ in ZTEST()
1218 /* Initialize with max utilization support. */ in ZTEST()
/Zephyr-latest/doc/services/logging/
Dindex.rst652 of a suboptimal memory utilization (since the buffer is not shared) and increased processing
803 | Memory utilization [#f1]_ | 518 |
/Zephyr-latest/subsys/bluetooth/mesh/
DKconfig184 the message. This maximizes the utilization efficiency of
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst1069 between calls to :c:func:`modem_pipe_transmit()`. This addition reduced the utilization of the
/Zephyr-latest/subsys/net/ip/
Dnet_pkt.c340 NET_INFO("Total data size %zu, occupied %d bytes, utilization %zu%%", in net_pkt_print_frags()

12