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

/linux-4.1.27/include/linux/
H A Dzbud.h17 int zbud_reclaim_page(struct zbud_pool *pool, unsigned int retries);
/linux-4.1.27/mm/
H A Dzbud.c161 ret = zbud_reclaim_page(pool, 8); zbud_zpool_shrink()
412 * once both buddies are evicted (see zbud_reclaim_page() below).
455 * zbud_reclaim_page() - evicts allocations from a pool page and frees it
466 * To avoid these, this is how zbud_reclaim_page() should be called:
468 * The user detects a page should be reclaimed and calls zbud_reclaim_page().
469 * zbud_reclaim_page() will remove a zbud page from the pool LRU list and call
473 * non-zero. zbud_reclaim_page() will add the zbud page back to the
489 int zbud_reclaim_page(struct zbud_pool *pool, unsigned int retries) zbud_reclaim_page() function

Completed in 88 milliseconds