Home
last modified time | relevance | path

Searched refs:zpool_ops (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/mm/
A Dzbud.c108 const struct zpool_ops *zpool_ops; member
437 ret = pool->zpool_ops->evict(pool->zpool, first_handle); in zbud_reclaim_page()
442 ret = pool->zpool_ops->evict(pool->zpool, last_handle); in zbud_reclaim_page()
518 const struct zpool_ops *zpool_ops, in zbud_zpool_create() argument
526 pool->zpool_ops = zpool_ops; in zbud_zpool_create()
A Dz3fold.c157 const struct zpool_ops *zpool_ops; member
1309 ret = pool->zpool_ops->evict(pool->zpool, middle_handle); in z3fold_reclaim_page()
1314 ret = pool->zpool_ops->evict(pool->zpool, first_handle); in z3fold_reclaim_page()
1319 ret = pool->zpool_ops->evict(pool->zpool, last_handle); in z3fold_reclaim_page()
1582 const struct zpool_ops *zpool_ops, in z3fold_zpool_create() argument
1590 pool->zpool_ops = zpool_ops; in z3fold_zpool_create()
A Dzpool.c149 const struct zpool_ops *ops) in zpool_create_pool()
A Dzsmalloc.c264 const struct zpool_ops *zpool_ops; member
394 const struct zpool_ops *zpool_ops, in zs_zpool_create() argument
406 pool->zpool_ops = zpool_ops; in zs_zpool_create()
2684 ret = pool->zpool_ops->evict(pool->zpool, handle); in zs_reclaim_page()
A Dzswap.c238 static const struct zpool_ops zswap_zpool_ops = {
/linux-6.3-rc2/include/linux/
A Dzpool.h17 struct zpool_ops { struct
43 gfp_t gfp, const struct zpool_ops *ops);
92 const struct zpool_ops *ops,

Completed in 16 milliseconds