Searched refs:high (Results 1 – 2 of 2) sorted by relevance
6 file system for scenarios which need high-performance read-only11 ratios, which is more useful to achieve high performance for
252 int high = max; in generic_bin_search() local258 while(low < high) { in generic_bin_search()259 mid = (low + high) / 2; in generic_bin_search()268 high = mid; in generic_bin_search()
Completed in 4 milliseconds