Home
last modified time | relevance | path

Searched refs:used (Results 1 – 5 of 5) sorted by relevance

/mm/
Dcma_debug.c37 unsigned long used; in cma_used_get() local
41 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()
DKconfig45 Although "Discontiguous Memory" is still used by several
216 used within a guest, thus imposing performance penalties associated
217 with the reduced number of transparent huge pages that could be used
357 If trimming is disabled, the excess is kept, but not used, which for
508 used as device private area. This parameter sets the maximum
557 density approach when reclaim will be used.
602 smaller value in which case that is used.
689 be used to help understand percpu memory usage.
DKconfig.debug6 could be used for debugging features that need to insert extra
98 no longer necessary to write zeros when GFP_ZERO is used on
Dpage_alloc.c5104 unsigned long used = addr + PAGE_ALIGN(size); in make_alloc_exact() local
5107 while (used < alloc_end) { in make_alloc_exact()
5108 free_page(used); in make_alloc_exact()
5109 used += PAGE_SIZE; in make_alloc_exact()
Dmemcontrol.c4472 unsigned long used = page_counter_read(&memcg->memory); in mem_cgroup_wb_stats() local
4474 *pheadroom = min(*pheadroom, ceiling - min(ceiling, used)); in mem_cgroup_wb_stats()