Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dmetric.h210 atomic64_t total_caps; member
H A Dmetric.c107 u64 nr_caps = atomic64_read(&m->total_caps); in ceph_mdsc_send_metrics()
424 atomic64_set(&m->total_caps, 0); in ceph_metric_init()
H A Ddebugfs.c192 atomic64_read(&m->total_caps)); in metrics_file_show()
274 nr_caps = atomic64_read(&m->total_caps); in metrics_caps_show()
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dmmrc.c287 u16 total_caps = mcs * bw * streams * guard; in get_rate_row() local
290 u16 rows = total_caps / mcs; in get_rate_row()