Searched defs:z3fold_pool (Results 1 – 1 of 1) sorted by relevance
147 struct z3fold_pool { struct148 const char *name;149 spinlock_t lock;150 spinlock_t stale_lock;151 struct list_head *unbuddied;152 struct list_head lru;153 struct list_head stale;154 atomic64_t pages_nr;155 struct kmem_cache *c_handle;156 struct zpool *zpool;[all …]
Completed in 6 milliseconds