Searched refs:stats_ (Results 1 – 2 of 2) sorted by relevance
396 stats_[h] = (stats_[h] | 0) + 1; in ref()423 stats_[bin.h]--; in unref()442 stats_.clear(); in clear()529 std::map<int32_t, int32_t> stats_; member in mapbox::ShelfPack
521 static ssize_t stats_ ##name## _read(struct file *file, \532 static const struct file_operations stats_ ##name## _ops = { \533 .read = stats_ ##name## _read, \541 debugfs_create_file(#name, 0400, statsd, local, &stats_ ##name## _ops);