/Zephyr-Core-3.6.0/subsys/bluetooth/controller/hal/ |
D | debug.h | 31 #define LL_ASSERT_OVERHEAD(overhead) \ argument 33 __func__, HAL_TICKER_TICKS_TO_US(overhead)); 35 #define LL_ASSERT_OVERHEAD(overhead) ARG_UNUSED(overhead) argument
|
/Zephyr-Core-3.6.0/lib/heap/ |
D | heap_info.c | 17 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()
|
D | Kconfig | 78 16383 megabytes. The overhead is of course bigger. 82 - "small" heaps with low memory and runtime overhead; 84 - "big" heaps with bigger memory overhead even for small heaps; 86 - "auto" providing optimal memory overhead in all cases but with 87 a higher runtime overhead and somewhat bigger code footprint. 111 their size albeit with some overhead in code size and execution.
|
/Zephyr-Core-3.6.0/tests/subsys/fs/fcb/src/ |
D | fcb_test_append_too_big.c | 14 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-Core-3.6.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_central.c | 244 uint32_t overhead; in prepare_cb() local 246 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), ticks_at_event); in prepare_cb() 248 if (overhead) { in prepare_cb() 249 LL_ASSERT_OVERHEAD(overhead); in prepare_cb()
|
D | lll_peripheral.c | 326 uint32_t overhead; local 328 overhead = lll_preempt_calc(ull, (TICKER_ID_CONN_BASE + lll->handle), ticks_at_event); 330 if (overhead) { 331 LL_ASSERT_OVERHEAD(overhead);
|
D | lll_adv_sync.c | 241 uint32_t overhead; in prepare_cb() local 243 overhead = lll_preempt_calc(ull, (TICKER_ID_ADV_SYNC_BASE + in prepare_cb() 246 if (overhead) { in prepare_cb() 247 LL_ASSERT_OVERHEAD(overhead); in prepare_cb()
|
D | lll_adv_aux.c | 323 uint32_t overhead; in prepare_cb() local 325 overhead = lll_preempt_calc(ull, (TICKER_ID_ADV_AUX_BASE + ull_adv_aux_lll_handle_get(lll)), in prepare_cb() 328 if (overhead) { in prepare_cb() 329 LL_ASSERT_OVERHEAD(overhead); in prepare_cb()
|
D | lll_adv_iso.c | 428 uint32_t overhead; in prepare_cb_common() local 430 overhead = lll_preempt_calc(ull, (TICKER_ID_ADV_ISO_BASE + lll->handle), ticks_at_event); in prepare_cb_common() 432 if (overhead) { in prepare_cb_common() 433 LL_ASSERT_OVERHEAD(overhead); in prepare_cb_common()
|
D | lll_sync.c | 507 uint32_t overhead; in prepare_cb_common() local 509 overhead = lll_preempt_calc(ull, (TICKER_ID_SCAN_SYNC_BASE + ull_sync_lll_handle_get(lll)), in prepare_cb_common() 512 if (overhead) { in prepare_cb_common() 513 LL_ASSERT_OVERHEAD(overhead); in prepare_cb_common()
|
D | lll_sync_iso.c | 376 uint32_t overhead; in prepare_cb_common() local 378 overhead = lll_preempt_calc(ull, (TICKER_ID_SCAN_SYNC_ISO_BASE + in prepare_cb_common() 381 if (overhead) { in prepare_cb_common() 382 LL_ASSERT_OVERHEAD(overhead); in prepare_cb_common()
|
D | lll_scan.c | 479 uint32_t overhead; local 481 overhead = lll_preempt_calc(ull, (TICKER_ID_SCAN_BASE + ull_scan_lll_handle_get(lll)), 484 if (overhead) { 485 LL_ASSERT_OVERHEAD(overhead);
|
D | lll_adv.c | 1038 uint32_t overhead; in prepare_cb() local 1040 overhead = lll_preempt_calc(ull, (TICKER_ID_ADV_BASE + ull_adv_lll_handle_get(lll)), in prepare_cb() 1043 if (overhead) { in prepare_cb() 1044 LL_ASSERT_OVERHEAD(overhead); in prepare_cb()
|
/Zephyr-Core-3.6.0/subsys/rtio/ |
D | Kconfig | 14 adds a small RAM overhead for a single semaphore. By default wait_for will 22 This adds a small RAM overhead for a single semaphore. By default the call
|
/Zephyr-Core-3.6.0/tests/benchmarks/sched_userspace/ |
D | README.rst | 6 primitives independent of overhead from application or API
|
/Zephyr-Core-3.6.0/subsys/fs/ |
D | Kconfig.littlefs | 84 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-Core-3.6.0/tests/benchmarks/sched/ |
D | README.rst | 6 primitives independent of overhead from application or API
|
/Zephyr-Core-3.6.0/drivers/led_strip/ |
D | Kconfig.ws2812 | 26 memory (1 byte of overhead per bit of pixel data).
|
/Zephyr-Core-3.6.0/tests/benchmarks/app_kernel/ |
D | README.txt | 59 | message overhead: NNNNNN nsec/packet | 60 | raw transfer rate: NNNN KB/sec (without overhead) |
|
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.udp | 63 MCUMGR_TRANSPORT_UDP_MTU <= MCUMGR_TRANSPORT_NETBUF_SIZE + SMP msg overhead - address size
|
D | Kconfig | 47 MCUMGR_TRANSPORT_NETBUF_SIZE >= transport-specific-MTU + transport-overhead
|
/Zephyr-Core-3.6.0/subsys/logging/ |
D | Kconfig.mode | 33 overhead on top of the printk() implementation for standard
|
/Zephyr-Core-3.6.0/doc/kernel/services/ |
D | index.rst | 67 [1] Callers allocate space for queue overhead in the data
|
/Zephyr-Core-3.6.0/doc/hardware/peripherals/edac/ |
D | ibecc.rst | 17 IBECC adds memory overhead of 1/32 of the memory. This memory is not accessible
|
/Zephyr-Core-3.6.0/drivers/timer/ |
D | Kconfig | 30 overhead from regular interrupts required to handle counter
|