/Zephyr-Core-3.7.0/kernel/ |
D | kheap.c | 15 void k_heap_init(struct k_heap *heap, void *mem, size_t bytes) in k_heap_init() 65 void *k_heap_aligned_alloc(struct k_heap *heap, size_t align, size_t bytes, in k_heap_aligned_alloc() 108 void *k_heap_alloc(struct k_heap *heap, size_t bytes, k_timeout_t timeout) in k_heap_alloc() 119 void *k_heap_realloc(struct k_heap *heap, void *ptr, size_t bytes, k_timeout_t timeout) in k_heap_realloc()
|
/Zephyr-Core-3.7.0/soc/intel/intel_adsp/common/include/ |
D | soc_util.h | 12 static ALWAYS_INLINE void bmemcpy(void *dest, void *src, size_t bytes) in bmemcpy() 25 static ALWAYS_INLINE void bbzero(void *dest, size_t bytes) in bbzero()
|
/Zephyr-Core-3.7.0/subsys/net/l2/ppp/ |
D | ppp_stats.h | 17 uint32_t bytes) in ppp_stats_update_bytes_rx() 36 uint32_t bytes) in ppp_stats_update_bytes_tx() 128 #define ppp_stats_update_bytes_rx(iface, bytes) argument 129 #define ppp_stats_update_bytes_tx(iface, bytes) argument
|
/Zephyr-Core-3.7.0/samples/subsys/zbus/benchmark/src/ |
D | messages.h | 11 uint8_t bytes[CONFIG_BM_MESSAGE_SIZE]; member
|
/Zephyr-Core-3.7.0/subsys/llext/ |
D | llext_priv.h | 26 static inline void *llext_alloc(size_t bytes) in llext_alloc() 33 static inline void *llext_aligned_alloc(size_t align, size_t bytes) in llext_aligned_alloc()
|
/Zephyr-Core-3.7.0/lib/heap/ |
D | heap_listener.c | 31 void heap_listener_notify_alloc(uintptr_t heap_id, void *mem, size_t bytes) in heap_listener_notify_alloc() 47 void heap_listener_notify_free(uintptr_t heap_id, void *mem, size_t bytes) in heap_listener_notify_free()
|
D | multi_heap.c | 43 void *sys_multi_heap_alloc(struct sys_multi_heap *mheap, void *cfg, size_t bytes) in sys_multi_heap_alloc() 49 void *cfg, size_t align, size_t bytes) in sys_multi_heap_aligned_alloc()
|
D | shared_multi_heap.c | 85 void *shared_multi_heap_alloc(enum shared_multi_heap_attr attr, size_t bytes) in shared_multi_heap_alloc() 95 size_t align, size_t bytes) in shared_multi_heap_aligned_alloc()
|
D | heap.h | 58 typedef struct { char bytes[CHUNK_UNIT]; } chunk_unit_t; member 91 static inline bool big_heap_bytes(size_t bytes) in big_heap_bytes() 230 static inline chunksz_t chunksz(size_t bytes) in chunksz() 235 static inline chunksz_t bytes_to_chunksz(struct z_heap *h, size_t bytes) in bytes_to_chunksz() 256 static inline bool size_too_big(struct z_heap *h, size_t bytes) in size_too_big()
|
D | heap.c | 263 void *sys_heap_alloc(struct sys_heap *heap, size_t bytes) in sys_heap_alloc() 301 void *sys_heap_aligned_alloc(struct sys_heap *heap, size_t align, size_t bytes) in sys_heap_aligned_alloc() 380 size_t align, size_t bytes) in sys_heap_aligned_realloc() 485 void sys_heap_init(struct sys_heap *heap, void *mem, size_t bytes) in sys_heap_init()
|
/Zephyr-Core-3.7.0/subsys/net/l2/ethernet/ |
D | eth_stats.h | 18 uint32_t bytes) in eth_stats_update_bytes_rx() 37 uint32_t bytes) in eth_stats_update_bytes_tx() 226 #define eth_stats_update_bytes_rx(iface, bytes) argument 227 #define eth_stats_update_bytes_tx(iface, bytes) argument
|
/Zephyr-Core-3.7.0/samples/subsys/zbus/msg_subscriber/src/ |
D | main.c | 15 void on_heap_alloc(uintptr_t heap_id, void *mem, size_t bytes) in on_heap_alloc() 22 void on_heap_free(uintptr_t heap_id, void *mem, size_t bytes) in on_heap_free()
|
/Zephyr-Core-3.7.0/tests/drivers/can/api/src/ |
D | utilities.c | 47 uint8_t bytes; in ZTEST() local
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | net_stats.h | 52 uint32_t bytes) in net_stats_update_bytes_recv() 58 uint32_t bytes) in net_stats_update_bytes_sent() 66 #define net_stats_update_bytes_recv(iface, bytes) argument 67 #define net_stats_update_bytes_sent(iface, bytes) argument 191 static inline void net_stats_update_tcp_sent(struct net_if *iface, uint32_t bytes) in net_stats_update_tcp_sent() 196 static inline void net_stats_update_tcp_recv(struct net_if *iface, uint32_t bytes) in net_stats_update_tcp_recv() 202 uint32_t bytes) in net_stats_update_tcp_resent() 262 #define net_stats_update_tcp_sent(iface, bytes) argument 263 #define net_stats_update_tcp_resent(iface, bytes) argument 264 #define net_stats_update_tcp_recv(iface, bytes) argument [all …]
|
/Zephyr-Core-3.7.0/arch/x86/zefi/ |
D | zefi.c | 147 int bytes = zefi_zsegs[i].sz; in efi_entry() local 157 int bytes = zefi_dsegs[i].sz; in efi_entry() local
|
/Zephyr-Core-3.7.0/tests/unit/winstream/ |
D | main.c | 29 uint32_t bytes = sys_winstream_read(ws, &seq, &c, 1); in ZTEST() local
|
/Zephyr-Core-3.7.0/subsys/mem_mgmt/ |
D | mem_attr_heap.c | 63 void *mem_attr_heap_alloc(uint32_t attr, size_t bytes) in mem_attr_heap_alloc() 69 void *mem_attr_heap_aligned_alloc(uint32_t attr, size_t align, size_t bytes) in mem_attr_heap_aligned_alloc()
|
/Zephyr-Core-3.7.0/include/zephyr/arch/xtensa/ |
D | cache.h | 28 static ALWAYS_INLINE int arch_dcache_flush_range(void *addr, size_t bytes) in arch_dcache_flush_range() 44 static ALWAYS_INLINE int arch_dcache_flush_and_invd_range(void *addr, size_t bytes) in arch_dcache_flush_and_invd_range() 60 static ALWAYS_INLINE int arch_dcache_invd_range(void *addr, size_t bytes) in arch_dcache_invd_range()
|
/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 1891 data: bytes, 2929 child_spec: bytes 2965 child_spec: bytes, 2988 child_spec: bytes, 3069 child_spec: bytes 3091 child_spec: bytes, 3092 parent_spec: bytes 3136 def _and(b1: bytes, b2: bytes) -> bytes: 3146 def _or(b1: bytes, b2: bytes) -> bytes: 3156 def _not(b: bytes) -> bytes:
|
/Zephyr-Core-3.7.0/subsys/net/lib/sockets/ |
D | socket_obj_core.c | 222 void sock_obj_core_update_send_stats(int fd, int bytes) in sock_obj_core_update_send_stats() 238 void sock_obj_core_update_recv_stats(int fd, int bytes) in sock_obj_core_update_recv_stats()
|
/Zephyr-Core-3.7.0/tests/lib/heap/src/ |
D | main.c | 116 void *testalloc(void *arg, size_t bytes) in testalloc() 395 static void heap_alloc_cb(uintptr_t heap_id, void *mem, size_t bytes) in heap_alloc_cb() 404 static void heap_free_cb(uintptr_t heap_id, void *mem, size_t bytes) in heap_free_cb()
|
/Zephyr-Core-3.7.0/include/zephyr/sys/ |
D | sys_heap.h | 180 #define sys_heap_realloc(heap, ptr, bytes) \ argument
|
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | qemu_adapter.py | 57 def _write_to_device(self, data: bytes) -> None:
|
/Zephyr-Core-3.7.0/drivers/entropy/ |
D | entropy_smartbond.c | 208 static const uint8_t *rng_pool_put_bytes(struct rng_pool *rngp, const uint8_t *bytes, in rng_pool_put_bytes() 276 uint16_t bytes; in entropy_smartbond_get_entropy() local 327 uint8_t bytes[4]; in entropy_smartbond_get_entropy_isr() local
|
/Zephyr-Core-3.7.0/subsys/tracing/test/ |
D | tracing_string_format_test.c | 344 void sys_trace_k_heap_init(struct k_heap *h, void *mem, size_t bytes) in sys_trace_k_heap_init() 349 void sys_trace_k_heap_aligned_alloc_enter(struct k_heap *h, size_t bytes, k_timeout_t timeout) in sys_trace_k_heap_aligned_alloc_enter() 354 void sys_trace_k_heap_alloc_enter(struct k_heap *h, size_t bytes, k_timeout_t timeout) in sys_trace_k_heap_alloc_enter() 364 void sys_trace_k_heap_realloc_enter(struct k_heap *h, void *ptr, size_t bytes, k_timeout_t timeout) in sys_trace_k_heap_realloc_enter() 368 void sys_trace_k_heap_realloc_exit(struct k_heap *h, void *ptr, size_t bytes, k_timeout_t timeout, in sys_trace_k_heap_realloc_exit() 374 void sys_trace_k_heap_aligned_alloc_blocking(struct k_heap *h, size_t bytes, k_timeout_t timeout) in sys_trace_k_heap_aligned_alloc_blocking() 379 void sys_trace_k_heap_alloc_exit(struct k_heap *h, size_t bytes, k_timeout_t timeout, void *ret) in sys_trace_k_heap_alloc_exit() 384 void sys_trace_k_heap_aligned_alloc_exit(struct k_heap *h, size_t bytes, in sys_trace_k_heap_aligned_alloc_exit()
|