Searched refs:used (Results 1 – 6 of 6) sorted by relevance
37 unsigned long used; in cma_used_get() local41 used = bitmap_weight(cma->bitmap, (int)cma_bitmap_maxno(cma)); in cma_used_get()43 *val = (u64)used << cma->order_per_bit; in cma_used_get()
45 Although "Discontiguous Memory" is still used by several132 # Don't discard allocated memory used to track "memory" and "reserved" memblocks133 # after early boot, so it can still be used to test for validity of memory.222 used within a guest, thus imposing performance penalties associated223 with the reduced number of transparent huge pages that could be used375 If trimming is disabled, the excess is kept, but not used, which for530 used as device private area. This parameter sets the maximum695 density approach when reclaim will be used.740 smaller value in which case that is used.837 be used to help understand percpu memory usage.
6 could be used for debugging features that need to insert extra
5417 unsigned long used = addr + PAGE_ALIGN(size); in make_alloc_exact() local5420 while (used < alloc_end) { in make_alloc_exact()5421 free_page(used); in make_alloc_exact()5422 used += PAGE_SIZE; in make_alloc_exact()
4660 unsigned long used = page_counter_read(&memcg->memory); in mem_cgroup_wb_stats() local4662 *pheadroom = min(*pheadroom, ceiling - min(ceiling, used)); in mem_cgroup_wb_stats()
84 This is suggested to be used as a proactive and lightweight86 scanning-based reclamation is used for heavy pressure.