Searched refs:__z3fold_alloc (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dz3fold.c178 static struct z3fold_header *__z3fold_alloc(struct z3fold_pool *, size_t, bool);
633 new_zhdr = __z3fold_alloc(pool, sz, false);
786 static inline struct z3fold_header *__z3fold_alloc(struct z3fold_pool *pool, function
1020 zhdr = __z3fold_alloc(pool, size, can_sleep);

Completed in 125 milliseconds