Lines Matching refs:block_ct
82 int block_ct; member
88 int block_ct; member
210 r->block_ct = blocks; in esp_himem_alloc()
224 for (int i = 0; i < handle->block_ct; i++) { in esp_himem_free()
230 for (int i = 0; i < handle->block_ct; i++) { in esp_himem_free()
251 r->block_ct = blocks; in esp_himem_alloc_map_range()
284 for (int i = 0; i < handle->block_ct; i++) { in esp_himem_free_map_range()
291 for (int i = 0; i < handle->block_ct; i++) { in esp_himem_free_map_range()
311 …ESP_RETURN_ON_FALSE(ram_block + blockcount <= handle->block_ct, ESP_ERR_INVALID_SIZE, TAG, "args n… in esp_himem_map()
312 …ESP_RETURN_ON_FALSE(range_block + blockcount <= range->block_ct, ESP_ERR_INVALID_SIZE, TAG, "args … in esp_himem_map()
348 …ESP_RETURN_ON_FALSE(range_block + blockcount <= range->block_ct, ESP_ERR_INVALID_ARG, TAG, "range … in esp_himem_unmap()