Searched defs:ttm_mem_zone (Results 1 – 1 of 1) sorted by relevance
50 struct ttm_mem_zone { struct51 struct kobject kobj;52 struct ttm_mem_global *glob;53 const char *name;54 uint64_t zone_mem;55 uint64_t emer_mem;56 uint64_t max_mem;57 uint64_t swap_limit;58 uint64_t used_mem;
Completed in 5 milliseconds