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

  /hardware/intel/common/libwsbm/src/
wsbm_userpool.c 161 evict_lru(struct _WsbmListHead *lru) function
309 err = evict_lru(&tmpLRU);
331 } while (evict_lru(&p->agpLRU) == 0);
351 } while (evict_lru(&p->vramLRU) == 0);
388 * the only other user is the evict_lru function, which has the
600 while (evict_lru(&p->vramLRU) == 0) ;
601 while (evict_lru(&p->agpLRU) == 0) ;
618 while (evict_lru(&p->vramLRU) == 0) ;
620 while (evict_lru(&p->agpLRU) == 0) ;
  /hardware/intel/img/libdrm/libdrm/intel/
intel_bufmgr_fake.c 524 evict_lru(drm_intel_bufmgr_fake *bufmgr_fake, unsigned int max_fence) function
656 while (evict_lru(bufmgr_fake, 0))
    [all...]

Completed in 63 milliseconds