Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_counters.c85 if (amount > percpu_cntr->lc_max) in lprocfs_counter_add()
86 percpu_cntr->lc_max = amount; in lprocfs_counter_add()
Dlprocfs_status.c565 if (percpu_cntr->lc_max > cnt->lc_max) in lprocfs_stats_collect()
566 cnt->lc_max = percpu_cntr->lc_max; in lprocfs_stats_collect()
1096 percpu_cntr->lc_max = 0; in lprocfs_clear_stats()
1164 ctr.lc_min, ctr.lc_max, ctr.lc_sum); in lprocfs_stats_seq_show()
1247 percpu_cntr->lc_max = 0; in lprocfs_counter_init()
1286 ret = lc->lc_max; in lprocfs_read_helper()
1289 ret = (lc->lc_max - lc->lc_min) / 2; in lprocfs_read_helper()
/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h151 __s64 lc_max; member