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

  /external/fio/t/
btrace2fio.c 58 int inflight; member in struct:btrace_out
87 struct inflight { struct
105 static struct inflight *inflight_find(uint64_t sector)
113 struct inflight *i = flist_entry(e, struct inflight, list);
122 static void inflight_remove(struct inflight *i)
126 o->inflight--;
127 assert(o->inflight >= 0);
132 static void __inflight_add(struct inflight *i)
143 struct inflight *i
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 187 ArrayList<InFlight> mInFlight = new ArrayList<>();
4115 InFlight inflight = removeLocked(who); local
4152 InFlight inflight = removeLocked(who); local
4242 final InFlight inflight = new InFlight(AlarmManagerService.this, local
    [all...]

Completed in 87 milliseconds