Searched full:max_mem (Results 1 – 3 of 3) sorted by relevance
42 uint64_t max_mem; member71 val = zone->max_mem;108 if (zone->max_mem > val64)109 zone->max_mem = val64;111 zone->max_mem = val64;143 target = zone->max_mem; in ttm_zones_above_swap_target()200 zone->max_mem = mem >> 1; in ttm_mem_init_kernel_zone()202 zone->swap_limit = zone->max_mem - (mem >> 3); in ttm_mem_init_kernel_zone()236 zone->max_mem = mem >> 1; in ttm_mem_init_dma32_zone()238 zone->swap_limit = zone->max_mem - (mem >> 3); in ttm_mem_init_dma32_zone()[all …]
145 const int MAX_MEM = maxItems * 90; // 90 chars per line seems safe like a safe bet in OnCopyToClipboard() local147 HGLOBAL hDebugText = GlobalAlloc(GMEM_DDESHARE | GMEM_MOVEABLE, MAX_MEM); in OnCopyToClipboard()
1282 struct xen_domctl_max_mem max_mem; member