Lines Matching refs:max_value
87 h->max_value = (value > h->max_value) ? value : h->max_value;
107 current_max_value = hdr_atomic_load_64(&h->max_value);
114 while (!hdr_atomic_compare_exchange_64(&h->max_value, ¤t_max_value, value));
298 h->max_value = 0;
302 int64_t max_value = hdr_value_at_index(h, max_index);
303 h->max_value = highest_equivalent_value(h, max_value);
400 h->max_value = 0;
463 h->max_value = 0;
651 if (0 == h->max_value)
656 return highest_equivalent_value(h, h->max_value);