Searched refs:z3fold_pool (Results 1 – 1 of 1) sorted by relevance
73 struct z3fold_pool;75 int (*evict)(struct z3fold_pool *pool, unsigned long handle);119 struct z3fold_pool *pool;152 struct z3fold_pool { struct196 static inline struct z3fold_buddy_slots *alloc_slots(struct z3fold_pool *pool, in alloc_slots()212 static inline struct z3fold_pool *slots_to_pool(struct z3fold_buddy_slots *s) in slots_to_pool()214 return (struct z3fold_pool *)(s->pool & ~HANDLE_FLAG_MASK); in slots_to_pool()243 struct z3fold_pool *pool = slots_to_pool(slots); in free_handle()278 static int z3fold_register_migration(struct z3fold_pool *pool) in z3fold_register_migration()291 static void z3fold_unregister_migration(struct z3fold_pool *pool) in z3fold_unregister_migration()[all …]