Searched refs:IOHistogramSegmentConfig (Results 1 – 4 of 4) sorted by relevance
51 IOHistogramSegmentConfig *config) in with()79 IOHistogramSegmentConfig *config) in initWith()122 PREFL_MEMOP_FAIL(_segmentCount, IOHistogramSegmentConfig); in initWith()123 configSize = (size_t)_segmentCount * sizeof(IOHistogramSegmentConfig); in initWith()124 _histogramSegmentsConfig = (IOHistogramSegmentConfig*)IOMallocData(configSize); in initWith()263 PREFL_MEMOP_PANIC(_segmentCount, IOHistogramSegmentConfig); in free()265 (size_t)_segmentCount * sizeof(IOHistogramSegmentConfig)); in free()284 PREFL_MEMOP_PANIC(_segmentCount, IOHistogramSegmentConfig); in handleCreateLegend()287 sizeof(IOHistogramSegmentConfig)); in handleCreateLegend()389 IOHistogramSegmentConfig *config, in createLegend()[all …]
1569 IOHistogramSegmentConfig *config);1642 IOHistogramSegmentConfig *config,1672 IOHistogramSegmentConfig *config);1694 IOHistogramSegmentConfig *_histogramSegmentsConfig;
80 } __attribute((packed)) IOHistogramSegmentConfig; typedef