Lines Matching refs:thrashing
143 int thrashing;
667 /* If we're not thrashing, allow lru eviction to dig deeper into
668 * recently used textures. We'll probably be thrashing soon:
670 if (!bufmgr_fake->thrashing) {
676 /* Keep thrashing counter alive?
678 if (bufmgr_fake->thrashing)
679 bufmgr_fake->thrashing = 20;
699 if (!bufmgr_fake->thrashing) {
700 DBG("thrashing\n");
702 bufmgr_fake->thrashing = 20;