Searched refs:sysfs_time_stats_attribute (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | sysfs.c | 82 sysfs_time_stats_attribute(btree_gc, sec, ms); 83 sysfs_time_stats_attribute(btree_split, sec, us); 84 sysfs_time_stats_attribute(btree_sort, ms, us); 85 sysfs_time_stats_attribute(btree_read, ms, us);
|
H A D | util.h | 413 #define sysfs_time_stats_attribute(name, \ macro
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | sysfs.c | 82 sysfs_time_stats_attribute(btree_gc, sec, ms); 83 sysfs_time_stats_attribute(btree_split, sec, us); 84 sysfs_time_stats_attribute(btree_sort, ms, us); 85 sysfs_time_stats_attribute(btree_read, ms, us);
|
H A D | util.h | 394 #define sysfs_time_stats_attribute(name, \ macro
|
Completed in 5 milliseconds