Lines Matching refs:val64
120 uint64_t val64; in ttm_mem_zone_store() local
126 val64 = val; in ttm_mem_zone_store()
127 val64 <<= 10; in ttm_mem_zone_store()
130 if (val64 > zone->zone_mem) in ttm_mem_zone_store()
131 val64 = zone->zone_mem; in ttm_mem_zone_store()
133 zone->emer_mem = val64; in ttm_mem_zone_store()
134 if (zone->max_mem > val64) in ttm_mem_zone_store()
135 zone->max_mem = val64; in ttm_mem_zone_store()
137 zone->max_mem = val64; in ttm_mem_zone_store()
138 if (zone->emer_mem < val64) in ttm_mem_zone_store()
139 zone->emer_mem = val64; in ttm_mem_zone_store()
141 zone->swap_limit = val64; in ttm_mem_zone_store()