sysfs_print_time_stats  720 drivers/md/bcache/sysfs.c 	sysfs_print_time_stats(&c->btree_gc_time,	btree_gc, sec, ms);
sysfs_print_time_stats  721 drivers/md/bcache/sysfs.c 	sysfs_print_time_stats(&c->btree_split_time,	btree_split, sec, us);
sysfs_print_time_stats  722 drivers/md/bcache/sysfs.c 	sysfs_print_time_stats(&c->sort.time,		btree_sort, ms, us);
sysfs_print_time_stats  723 drivers/md/bcache/sysfs.c 	sysfs_print_time_stats(&c->btree_read_time,	btree_read, ms, us);