Searched defs:tmem_global (Results 1 – 2 of 2) sorted by relevance
265 struct tmem_global { struct266 struct list_head ephemeral_page_list; /* All pages in ephemeral pools. */267 struct list_head client_list;268 struct tmem_pool *shared_pools[MAX_GLOBAL_SHARED_POOLS];269 bool shared_auth;270 long eph_count; /* Atomicity depends on eph_lists_spinlock. */271 atomic_t client_weight_total;
116 struct tmem_global tmem_global = { variable
Completed in 7 milliseconds