Searched defs:z3fold_pool (Results 1 – 4 of 4) sorted by relevance
22886 struct z3fold_pool { struct22887 const char *name;22888 spinlock_t lock;22889 spinlock_t stale_lock;22890 struct list_head *unbuddied;22891 struct list_head lru;22892 struct list_head stale;22893 atomic64_t pages_nr;22894 struct kmem_cache *c_handle;22895 struct zpool *zpool;[all …]
69685 struct z3fold_pool { struct69686 const char *name;69687 spinlock_t lock;69688 spinlock_t stale_lock;69689 struct list_head *unbuddied;69690 struct list_head lru;69691 struct list_head stale;69692 atomic64_t pages_nr;69693 struct kmem_cache *c_handle;69694 const struct z3fold_ops *ops;[all …]