Symbol: sysfs_print
drivers/md/bcache/stats.c
62
sysfs_print(cache_hit_ratio,
drivers/md/bcache/sysfs.c
1037
sysfs_print(nbuckets, ca->sb.nbuckets);
drivers/md/bcache/sysfs.c
1045
sysfs_print(io_errors,
drivers/md/bcache/sysfs.c
262
sysfs_print(running, atomic_read(&dc->running));
drivers/md/bcache/sysfs.c
263
sysfs_print(state, states[BDEV_STATE(&dc->sb)]);
drivers/md/bcache/sysfs.c
728
sysfs_print(synchronous, CACHE_SYNC(&c->cache->sb));
drivers/md/bcache/sysfs.c
729
sysfs_print(journal_delay_ms, c->journal_delay_ms);
drivers/md/bcache/sysfs.c
732
sysfs_print(tree_depth, c->root->level);
drivers/md/bcache/sysfs.c
733
sysfs_print(root_usage_percent, bch_root_usage(c));
drivers/md/bcache/sysfs.c
736
sysfs_print(btree_cache_max_chain, bch_cache_max_chain(c));
drivers/md/bcache/sysfs.c
737
sysfs_print(cache_available_percent, 100 - c->gc_stats.in_use);
drivers/md/bcache/sysfs.c
744
sysfs_print(btree_used_percent, bch_btree_used(c));
drivers/md/bcache/sysfs.c
745
sysfs_print(btree_nodes, c->gc_stats.nodes);
drivers/md/bcache/sysfs.c
748
sysfs_print(cache_read_races,
drivers/md/bcache/sysfs.c
751
sysfs_print(reclaim,
drivers/md/bcache/sysfs.c
754
sysfs_print(reclaimed_journal_buckets,
drivers/md/bcache/sysfs.c
757
sysfs_print(flush_write,
drivers/md/bcache/sysfs.c
760
sysfs_print(writeback_keys_done,
drivers/md/bcache/sysfs.c
762
sysfs_print(writeback_keys_failed,
drivers/md/bcache/sysfs.c
770
sysfs_print(io_error_halflife, c->error_decay * 88);
drivers/md/bcache/sysfs.c
771
sysfs_print(io_error_limit, c->error_limit);
drivers/md/bcache/sysfs.c
775
sysfs_print(congested_read_threshold_us,
drivers/md/bcache/sysfs.c
777
sysfs_print(congested_write_threshold_us,
drivers/md/bcache/sysfs.c
780
sysfs_print(cutoff_writeback, bch_cutoff_writeback);
drivers/md/bcache/sysfs.c
781
sysfs_print(cutoff_writeback_sync, bch_cutoff_writeback_sync);
drivers/md/bcache/sysfs.c
783
sysfs_print(active_journal_entries, fifo_used(&c->journal.pin));
drivers/md/bcache/sysfs.h
87
#define var_print(_var) sysfs_print(_var, var(_var))
drivers/md/bcache/util.h
372
sysfs_print(name ## _ ## stat ## _ ## units, \
drivers/md/bcache/util.h
383
sysfs_print(name ## _ ##max_duration ## _ ## duration_units, \
drivers/md/bcache/util.h
387
sysfs_print(name ## _last_ ## frequency_units, (stats)->last \