Home
last modified time | relevance | path

Searched refs:overhead (Results 1 – 25 of 74) sorted by relevance

123

/Zephyr-latest/subsys/bluetooth/controller/hal/
Ddebug.h43 #define LL_ASSERT_OVERHEAD(overhead) \ argument
45 __func__, HAL_TICKER_TICKS_TO_US(overhead));
47 #define LL_ASSERT_OVERHEAD(overhead) ARG_UNUSED(overhead) argument
/Zephyr-latest/lib/heap/
Dheap_info.c17 size_t free_bytes, allocated_bytes, total, overhead; in heap_print_info() local
66 overhead = total - free_bytes - allocated_bytes; in heap_print_info()
68 free_bytes, allocated_bytes, overhead, in heap_print_info()
69 (1000 * overhead + total / 2) / total / 10, in heap_print_info()
70 (1000 * overhead + total / 2) / total % 10); in heap_print_info()
DKconfig79 16383 megabytes. The overhead is of course bigger.
83 - "small" heaps with low memory and runtime overhead;
85 - "big" heaps with bigger memory overhead even for small heaps;
87 - "auto" providing optimal memory overhead in all cases but with
88 a higher runtime overhead and somewhat bigger code footprint.
112 their size albeit with some overhead in code size and execution.
/Zephyr-latest/tests/subsys/fs/fcb/src/
Dfcb_test_append_too_big.c14 int overhead; in ZTEST() local
58 overhead = fcb_len_in_flash(fcb, sizeof(struct fcb_disk_area)) in ZTEST()
62 len = MIN(FCB_MAX_LEN, fcb->f_active.fe_sector->fs_size - overhead); in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_central.c245 uint32_t overhead; in prepare_cb() local
247 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), ticks_at_event); in prepare_cb()
249 if (overhead) { in prepare_cb()
250 LL_ASSERT_OVERHEAD(overhead); in prepare_cb()
Dlll_peripheral.c332 uint32_t overhead; local
334 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), ticks_at_event);
336 if (overhead) {
337 LL_ASSERT_OVERHEAD(overhead);
Dlll_adv_sync.c260 uint32_t overhead; local
262 overhead = lll_preempt_calc(ull, (TICKER_ID_ADV_SYNC_BASE +
265 if (overhead) {
266 LL_ASSERT_OVERHEAD(overhead);
Dlll_adv_aux.c322 uint32_t overhead; in prepare_cb() local
324 overhead = lll_preempt_calc(ull, (TICKER_ID_ADV_AUX_BASE + ull_adv_aux_lll_handle_get(lll)), in prepare_cb()
327 if (overhead) { in prepare_cb()
328 LL_ASSERT_OVERHEAD(overhead); in prepare_cb()
Dlll_adv_iso.c429 uint32_t overhead; in prepare_cb_common() local
431 overhead = lll_preempt_calc(ull, (TICKER_ID_ADV_ISO_BASE + lll->handle), ticks_at_event); in prepare_cb_common()
433 if (overhead) { in prepare_cb_common()
434 LL_ASSERT_OVERHEAD(overhead); in prepare_cb_common()
/Zephyr-latest/subsys/rtio/
DKconfig16 adds a small RAM overhead for a single semaphore. By default wait_for will
28 This adds a small RAM overhead for a single semaphore. By default the call
/Zephyr-latest/tests/benchmarks/posix/threads/
DREADME.rst9 (k_threads) API, highlighting the overhead of the POSIX. Ideally, this overhead would shrink over
/Zephyr-latest/tests/benchmarks/sched_userspace/
DREADME.rst6 primitives independent of overhead from application or API
/Zephyr-latest/subsys/secure_storage/
DKconfig.its_store22 overhead compared to the settings-based implementation, both in terms of runtime
56 ITS entry data size (which is the sector size minus ZMS and ITS overhead).
/Zephyr-latest/tests/benchmarks/sched/
DREADME.rst6 primitives independent of overhead from application or API
/Zephyr-latest/subsys/fs/
DKconfig.littlefs84 per-allocation overhead that affects how much usable space is
94 int "Size of per-allocation overhead for littleFS heap in bytes"
98 we need to take into account overhead caused per block allocation.
/Zephyr-latest/samples/userspace/syscall_perf/
DREADME.rst4 Measure performance overhead of a system calls compared to direct function calls.
/Zephyr-latest/drivers/display/
DKconfig.ili9xxx17 because it adds code overhead and is not very performant due to
/Zephyr-latest/doc/services/profiling/
Dperf.rst7 with minimal code overhead.
/Zephyr-latest/lib/posix/options/
DKconfig.proc128 with the least overhead. The downside is that sysconf() is not an addressable function.
/Zephyr-latest/drivers/dma/
DKconfig.xilinx_axi_dma81 Choose a larger value to minimize overhead and a smaller value to minimize
91 Decrease to minimize latency, increase to minimize overhead introduced by interrupts.
/Zephyr-latest/dts/arm/ambiq/
Dambiq_apollo3_blue.dtsi43 * the software overhead we set a bigger value.
53 * the software overhead 1us and deepsleep_to_run transition time
54 * is about 25us,but considering the software overhead, we set
Dambiq_apollo3p_blue.dtsi43 * the software overhead we set a bigger value.
53 * is the software overhead 1us and deepsleep_to_run transition
54 * time is about 25us,but considering the software overhead,
/Zephyr-latest/tests/benchmarks/app_kernel/
DREADME.txt59 | message overhead: NNNNNN nsec/packet |
60 | raw transfer rate: NNNN KB/sec (without overhead) |
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.udp62 MCUMGR_TRANSPORT_UDP_MTU <= MCUMGR_TRANSPORT_NETBUF_SIZE + SMP msg overhead - address size
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/
DCMakeLists.txt37 # clutter and cognitive overhead for future readers.

123