Searched refs:bch_hprint (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | sysfs.c | 223 bch_hprint(rate, in SHOW() 226 bch_hprint(dirty, bcache_dev_sectors_dirty(&dc->disk) << 9); in SHOW() 227 bch_hprint(target, dc->writeback_rate_target << 9); in SHOW() 228 bch_hprint(proportional, in SHOW() 230 bch_hprint(integral, in SHOW() 232 bch_hprint(change, wb ? dc->writeback_rate_change << 9 : 0); in SHOW()
|
H A D | sysfs.h | 66 ssize_t ret = bch_hprint(buf, val); \
|
H A D | util.c | 86 * bch_hprint - formats @v to human readable string for sysfs. 92 ssize_t bch_hprint(char *buf, int64_t v) in bch_hprint() function
|
H A D | util.h | 362 ssize_t bch_hprint(char *buf, int64_t v);
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | sysfs.c | 230 bch_hprint(rate, in SHOW() 233 bch_hprint(dirty, bcache_dev_sectors_dirty(&dc->disk) << 9); in SHOW() 234 bch_hprint(target, dc->writeback_rate_target << 9); in SHOW() 235 bch_hprint(proportional, in SHOW() 237 bch_hprint(integral, in SHOW() 239 bch_hprint(change, wb ? dc->writeback_rate_change << 9 : 0); in SHOW()
|
H A D | sysfs.h | 80 ssize_t ret = bch_hprint(buf, val); \
|
H A D | util.c | 86 * bch_hprint - formats @v to human readable string for sysfs. 92 ssize_t bch_hprint(char *buf, int64_t v) in bch_hprint() function
|
H A D | util.h | 343 ssize_t bch_hprint(char *buf, int64_t v);
|
Completed in 6 milliseconds