Searched refs:block_ct (Results 1 – 1 of 1) sorted by relevance
82 int block_ct; member88 int block_ct; member210 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()[all …]