Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dz3fold.c1210 * once both buddies are evicted (see z3fold_reclaim_page() below).
1293 * z3fold_reclaim_page() - evicts allocations from a pool page and frees it
1304 * To avoid these, this is how z3fold_reclaim_page() should be called:
1306 * The user detects a page should be reclaimed and calls z3fold_reclaim_page().
1307 * z3fold_reclaim_page() will remove a z3fold page from the pool LRU list and
1312 * non-zero. z3fold_reclaim_page() will add the z3fold page back to the
1328 static int z3fold_reclaim_page(struct z3fold_pool *pool, unsigned int retries) in z3fold_reclaim_page() function
1764 ret = z3fold_reclaim_page(pool, 8); in z3fold_zpool_shrink()

Completed in 3 milliseconds