Searched refs:tmem_stats (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | tmem_control.c | 215 tmem_stats.total_tmem_ops, tmem_stats.errored_tmem_ops, tmem_stats.failed_copies, in tmemc_list_global() 216 tmem_stats.alloc_failed, tmem_stats.alloc_page_failed, tmem_page_list_pages, in tmemc_list_global() 217 tmem_stats.low_on_memory, tmem_stats.evicted_pgs, in tmemc_list_global() 218 tmem_stats.evict_attempts, tmem_stats.relinq_pgs, tmem_stats.relinq_attempts, in tmemc_list_global() 226 _atomic_read(tmem_stats.global_obj_count), tmem_stats.global_obj_count_max, in tmemc_list_global() 227 _atomic_read(tmem_stats.global_rtree_node_count), tmem_stats.global_rtree_node_count_max, in tmemc_list_global() 228 _atomic_read(tmem_stats.global_pgp_count), tmem_stats.global_pgp_count_max, in tmemc_list_global() 229 _atomic_read(tmem_stats.global_page_count), tmem_stats.global_page_count_max, in tmemc_list_global() 230 _atomic_read(tmem_stats.global_pcd_count), tmem_stats.global_pcd_count_max, in tmemc_list_global() 231 tmem_stats.tot_good_eph_puts,tmem_stats.deduped_puts,tmem_stats.pcd_tot_tze_size, in tmemc_list_global() [all …]
|
A D | tmem.c | 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() 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() 2031 tmem_stats.relinq_attempts++; in tmem_relinquish_pages() [all …]
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | tmem_xen.h | 254 atomic_inc(&tmem_stats._c); \ 255 if ( _atomic_read(tmem_stats._c) > tmem_stats._c##_max ) \ 256 tmem_stats._c##_max = _atomic_read(tmem_stats._c); \ 260 atomic_dec(&tmem_stats._c); \ 261 ASSERT(_atomic_read(tmem_stats._c) >= 0); \
|
A D | tmem_control.h | 13 extern struct tmem_statistics tmem_stats;
|
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/ |
A D | xenstat.c | 155 domain->tmem_stats.curr_eph_pages = parse(buffer,"Ec"); in domain_get_tmem_stats() 156 domain->tmem_stats.succ_eph_gets = parse(buffer,"Ge"); in domain_get_tmem_stats() 157 domain->tmem_stats.succ_pers_puts = parse(buffer,"Pp"); in domain_get_tmem_stats() 158 domain->tmem_stats.succ_pers_gets = parse(buffer,"Gp"); in domain_get_tmem_stats() 738 return &domain->tmem_stats; in xenstat_domain_tmem()
|
A D | xenstat_priv.h | 76 xenstat_tmem tmem_stats; member
|
Completed in 12 milliseconds