Home
last modified time | relevance | path

Searched refs:z3fold_alloc (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/Documentation/translations/zh_CN/mm/
Dz3fold.rst27 不像zbud(但也像zsmalloc),z3fold_alloc()那样不返回一个可重复引用的指针。相反,它
/Linux-v6.1/Documentation/mm/
Dz3fold.rst24 Unlike zbud (but like zsmalloc for that matter) z3fold_alloc() does not
/Linux-v6.1/mm/
Dz3fold.c1010 static int z3fold_alloc(struct z3fold_pool *pool, size_t size, gfp_t gfp, in z3fold_alloc() function
1631 return z3fold_alloc(pool, size, gfp, handle); in z3fold_zpool_malloc()