Home
last modified time | relevance | path

Searched refs:swap_limit (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dttm_memory.c57 uint64_t swap_limit; member
108 val = zone->swap_limit; in ttm_mem_zone_show()
149 zone->swap_limit = val64; in ttm_mem_zone_store()
251 target = zone->swap_limit; in ttm_zones_above_swap_target()
319 zone->swap_limit = zone->max_mem - (mem >> 3); in ttm_mem_init_kernel_zone()
355 zone->swap_limit = zone->max_mem - (mem >> 3); in ttm_mem_init_highmem_zone()
403 zone->swap_limit = zone->max_mem - (mem >> 3); in ttm_mem_init_dma32_zone()
493 if (zone->used_mem > zone->swap_limit) { in ttm_check_swapping()
/Linux-v5.15/drivers/edac/
Damd64_edac.c2149 u32 swap_reg, swap_base, swap_limit, rgn_size, tmp_addr; in f1x_swap_interleaved_region() local
2163 swap_limit = (swap_reg >> 11) & 0x7f; in f1x_swap_interleaved_region()
2169 (tmp_addr <= swap_limit)) || in f1x_swap_interleaved_region()