Home
last modified time | relevance | path

Searched refs:BLOCK_HEADER_SIZE (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c112 #define BLOCK_HEADER_SIZE (sizeof(struct block_header)) macro
268 sys_cache_data_invd_range(block, BLOCK_HEADER_SIZE); in buffer_from_index_validate()
275 if ((buffer_size > allocable_size - BLOCK_HEADER_SIZE) || in buffer_from_index_validate()
339 size_t total_size = *size + BLOCK_HEADER_SIZE; in alloc_tx_buffer()
414 *size = conf->tx.block_size * num_blocks - BLOCK_HEADER_SIZE; in alloc_tx_buffer()
448 total_size = size + BLOCK_HEADER_SIZE; in release_tx_blocks()
453 new_total_size = new_size + BLOCK_HEADER_SIZE; in release_tx_blocks()
590 sys_cache_data_flush_range(block, size + BLOCK_HEADER_SIZE); in send_block()
1038 BLOCK_HEADER_SIZE)); in open()
1044 BLOCK_HEADER_SIZE)); in open()
[all …]