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

  /external/libdrm/freedreno/
freedreno_bo.c 130 static int is_idle(struct fd_bo *bo) function
160 if (is_idle(bo)) {
  /external/v8/src/heap/
memory-reducer.cc 35 bool is_idle = js_call_rate < kJsCallsPerMsThreshold && low_allocation_rate; local
47 event.should_start_incremental_gc = is_idle || optimize_for_memory;

Completed in 102 milliseconds