Home
last modified time | relevance | path

Searched refs:used (Results 1 – 7 of 7) 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()
DKconfig99 # Don't discard allocated memory used to track "memory" and "reserved" memblocks
100 # after early boot, so it can still be used to test for validity of memory.
207 used within a guest, thus imposing performance penalties associated
208 with the reduced number of transparent huge pages that could be used
366 If trimming is disabled, the excess is kept, but not used, which for
521 used as device private area. This parameter sets the maximum
687 density approach when reclaim will be used.
839 be used to help understand percpu memory usage.
905 # track the physical addresses that get used as devices.
DKconfig.debug6 could be used for debugging features that need to insert extra
Dmigrate.c3120 static int establish_migrate_target(int node, nodemask_t *used) in establish_migrate_target() argument
3135 migration_target = find_next_best_node(node, used); in establish_migrate_target()
Dpage_alloc.c5920 unsigned long used = addr + PAGE_ALIGN(size); in make_alloc_exact() local
5923 while (used < alloc_end) { in make_alloc_exact()
5924 free_page(used); in make_alloc_exact()
5925 used += PAGE_SIZE; in make_alloc_exact()
Dmemcontrol.c4566 unsigned long used = page_counter_read(&memcg->memory); in mem_cgroup_wb_stats() local
4568 *pheadroom = min(*pheadroom, ceiling - min(ceiling, used)); in mem_cgroup_wb_stats()
/mm/damon/
DKconfig84 This is suggested to be used as a proactive and lightweight
86 scanning-based reclamation is used for heavy pressure.