HomeSort by relevance Sort by last modified time
    Searched refs:thrashing (Results 1 - 5 of 5) sorted by null

  /external/libdrm/intel/
intel_bufmgr_fake.c 147 int thrashing; member in struct:_bufmgr_fake
671 /* If we're not thrashing, allow lru eviction to dig deeper into
672 * recently used textures. We'll probably be thrashing soon:
674 if (!bufmgr_fake->thrashing) {
680 /* Keep thrashing counter alive?
682 if (bufmgr_fake->thrashing)
683 bufmgr_fake->thrashing = 20;
703 if (!bufmgr_fake->thrashing) {
704 DBG("thrashing\n");
706 bufmgr_fake->thrashing = 20
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
stack.go 255 // Grab half of the allowed capacity (to prevent thrashing).
    [all...]
proc.go 40 // This would lead to thread state thrashing, as the thread that readied the
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
stack.go 255 // Grab half of the allowed capacity (to prevent thrashing).
    [all...]
proc.go 40 // This would lead to thread state thrashing, as the thread that readied the
    [all...]

Completed in 169 milliseconds