Home
last modified time | relevance | path

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

/third_party/libdrm/intel/
H A Dintel_bufmgr_fake.c143 int thrashing; member
667 /* If we're not thrashing, allow lru eviction to dig deeper into in evict_and_alloc_block()
668 * recently used textures. We'll probably be thrashing soon: in evict_and_alloc_block()
670 if (!bufmgr_fake->thrashing) { in evict_and_alloc_block()
676 /* Keep thrashing counter alive? in evict_and_alloc_block()
678 if (bufmgr_fake->thrashing) in evict_and_alloc_block()
679 bufmgr_fake->thrashing = 20; in evict_and_alloc_block()
699 if (!bufmgr_fake->thrashing) { in evict_and_alloc_block()
700 DBG("thrashing\n"); in evict_and_alloc_block()
702 bufmgr_fake->thrashing in evict_and_alloc_block()
[all...]

Completed in 4 milliseconds