Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c254 size_t allocable_size; in buffer_from_index_validate() local
271 allocable_size = ch_conf->block_count * ch_conf->block_size; in buffer_from_index_validate()
272 end_ptr = ch_conf->blocks_ptr + allocable_size; in buffer_from_index_validate()
275 if ((buffer_size > allocable_size - BLOCK_HEADER_SIZE) || in buffer_from_index_validate()