Searched refs:avg_search (Results 1 – 2 of 2) sorted by relevance
230 unsigned long avg_search[SBA_SEARCH_SAMPLE]; member698 ioc->avg_search[ioc->avg_idx++] = (ia64_get_itc() - itc_start) / pages_needed; in sba_alloc_range()1921 min = max = ioc->avg_search[0]; in ioc_show()1923 avg += ioc->avg_search[i]; in ioc_show()1924 if (ioc->avg_search[i] > max) max = ioc->avg_search[i]; in ioc_show()1925 if (ioc->avg_search[i] < min) min = ioc->avg_search[i]; in ioc_show()
56 unsigned long avg_search[SBA_SEARCH_SAMPLE]; member