Searched refs:CEPH_METRIC_SHOW (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | debugfs.c | 130 #define CEPH_METRIC_SHOW(name, total, avg, min, max, sq) { \ macro 173 CEPH_METRIC_SHOW("read", total, avg, min, max, sq); in metric_show() 183 CEPH_METRIC_SHOW("write", total, avg, min, max, sq); in metric_show() 193 CEPH_METRIC_SHOW("metadata", total, avg, min, max, sq); in metric_show()
|