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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
H A Dpb_slab.c42 * 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);
244 while (!LIST_IS_EMPTY(&slabs->reclaim)) {
246 LIST_ENTRY(struct pb_slab_entry, slabs->reclaim.next, head);
H A Dpb_slab.h126 struct list_head reclaim; member in struct:pb_slabs
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
H A Dpb_slab.c42 * until the next allocation attempt, at which time we try a reclaim.
58 list_del(&entry->head); /* remove from reclaim list */
81 LIST_FOR_EACH_ENTRY_SAFE(entry, next, &slabs->reclaim, head) {
90 * result in zero reclaims if the first few entries fail to reclaim
187 list_addtail(&entry->head, &slabs->reclaim);
193 * This may end up freeing some slabs and is therefore useful to try to reclaim
237 list_inithead(&slabs->reclaim);
267 while (!list_is_empty(&slabs->reclaim)) {
269 LIST_ENTRY(struct pb_slab_entry, slabs->reclaim.next, head);
H A Dpb_slab.h129 struct list_head reclaim; member in struct:pb_slabs
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst1747 - winsys/amdgpu: always reclaim/release slabs if there is not enough
H A D21.3.0.rst3264 - aux/pb: add a tolerance for reclaim failure
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json24709 "description": "intel/debug: reclaim 7 unused bits from classic driver",
[all...]

Completed in 159 milliseconds