Home
last modified time | relevance | path

Searched refs:bcachecg (Results 1 – 1 of 1) sorted by relevance

/drivers/md/bcache/
Drequest.c94 struct bch_cgroup *bcachecg = cgroup_to_bcache(cgrp); in bch_cache_hits_read() local
95 return atomic_read(&bcachecg->stats.cache_hits); in bch_cache_hits_read()
100 struct bch_cgroup *bcachecg = cgroup_to_bcache(cgrp); in bch_cache_misses_read() local
101 return atomic_read(&bcachecg->stats.cache_misses); in bch_cache_misses_read()
107 struct bch_cgroup *bcachecg = cgroup_to_bcache(cgrp); in bch_cache_bypass_hits_read() local
108 return atomic_read(&bcachecg->stats.cache_bypass_hits); in bch_cache_bypass_hits_read()
114 struct bch_cgroup *bcachecg = cgroup_to_bcache(cgrp); in bch_cache_bypass_misses_read() local
115 return atomic_read(&bcachecg->stats.cache_bypass_misses); in bch_cache_bypass_misses_read()