Searched refs:z3fold_alloc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A D | z3fold.c | 985 * z3fold_alloc() - allocates a region of a given size 1000 static int z3fold_alloc(struct z3fold_pool *pool, size_t size, gfp_t gfp, in z3fold_alloc() function 1085 * @handle: handle associated with the allocation returned by z3fold_alloc() 1387 return z3fold_alloc(pool, size, gfp, handle); in z3fold_zpool_malloc()
|
/kernel/linux/linux-5.10/mm/ |
H A D | z3fold.c | 1071 * z3fold_alloc() - allocates a region of a given size 1089 static int z3fold_alloc(struct z3fold_pool *pool, size_t size, gfp_t gfp, in z3fold_alloc() function 1205 * @handle: handle associated with the allocation returned by z3fold_alloc() 1750 return z3fold_alloc(pool, size, gfp, handle); in z3fold_zpool_malloc()
|
Completed in 5 milliseconds