Searched refs:z_paging_histogram_eviction (Results 1 – 2 of 2) sorted by relevance
16 struct k_mem_paging_histogram_t z_paging_histogram_eviction; variable147 memset(&z_paging_histogram_eviction, 0, sizeof(z_paging_histogram_eviction)); in z_paging_histogram_init()148 memcpy(z_paging_histogram_eviction.bounds, in z_paging_histogram_init()150 sizeof(z_paging_histogram_eviction.bounds)); in z_paging_histogram_init()194 memcpy(hist, &z_paging_histogram_eviction, in z_impl_k_mem_paging_histogram_eviction_get()195 sizeof(z_paging_histogram_eviction)); in z_impl_k_mem_paging_histogram_eviction_get()
1197 extern struct k_mem_paging_histogram_t z_paging_histogram_eviction;1607 z_paging_histogram_inc(&z_paging_histogram_eviction, time_diff); in do_eviction_select()