Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dzbud.h18 int zbud_reclaim_page(struct zbud_pool *pool, unsigned int retries);
/kernel/linux/linux-5.10/mm/
H A Dzbud.c177 ret = zbud_reclaim_page(pool, 8); in zbud_zpool_shrink()
428 * once both buddies are evicted (see zbud_reclaim_page() below).
468 * zbud_reclaim_page() - evicts allocations from a pool page and frees it
479 * To avoid these, this is how zbud_reclaim_page() should be called:
481 * The user detects a page should be reclaimed and calls zbud_reclaim_page().
482 * zbud_reclaim_page() will remove a zbud page from the pool LRU list and call
486 * non-zero. zbud_reclaim_page() will add the zbud page back to the
502 int zbud_reclaim_page(struct zbud_pool *pool, unsigned int retries) in zbud_reclaim_page() function

Completed in 2 milliseconds