Lines Matching refs:tmem_stats
30 struct tmem_statistics tmem_stats = { variable
160 tmem_stats.alloc_failed++; in tmem_malloc()
187 tmem_stats.alloc_page_failed++; in tmem_alloc_page()
933 tmem_stats.evict_attempts++; in tmem_evict()
986 tmem_stats.evicted_pgs++; in tmem_evict()
1112 tmem_stats.failed_copies++; in do_tmem_dup_put()
1240 if (++tmem_global.eph_count > tmem_stats.global_eph_count_max) in do_tmem_put()
1241 tmem_stats.global_eph_count_max = tmem_global.eph_count; in do_tmem_put()
1266 tmem_stats.tot_good_eph_puts++; in do_tmem_put()
1270 tmem_stats.failed_copies++; in do_tmem_put()
1365 tmem_stats.failed_copies++; in do_tmem_get()
1891 tmem_stats.total_tmem_ops++; in do_tmem_op()
1895 tmem_stats.errored_tmem_ops++; in do_tmem_op()
1902 tmem_stats.errored_tmem_ops++; in do_tmem_op()
1985 tmem_stats.errored_tmem_ops++; in do_tmem_op()
1994 tmem_stats.errored_tmem_ops++; in do_tmem_op()
2031 tmem_stats.relinq_attempts++; in tmem_relinquish_pages()
2046 if ( evicts_per_relinq > tmem_stats.max_evicts_per_relinq ) in tmem_relinquish_pages()
2047 tmem_stats.max_evicts_per_relinq = evicts_per_relinq; in tmem_relinquish_pages()
2052 tmem_stats.relinq_pgs++; in tmem_relinquish_pages()