Home | History | Annotate | Download | only in pipebuffer

Lines Matching full:reclaim

42     * until the next allocation attempt, at which time we try a reclaim.
58 LIST_DEL(&entry->head); /* remove from reclaim list */
77 while (!LIST_IS_EMPTY(&slabs->reclaim)) {
79 LIST_ENTRY(struct pb_slab_entry, slabs->reclaim.next, head);
166 LIST_ADDTAIL(&entry->head, &slabs->reclaim);
172 * This may end up freeing some slabs and is therefore useful to try to reclaim
215 LIST_INITHEAD(&slabs->reclaim);
241 /* Reclaim all slab entries (even those that are still in flight). This
244 while (!LIST_IS_EMPTY(&slabs->reclaim)) {
246 LIST_ENTRY(struct pb_slab_entry, slabs->reclaim.next, head);