Lines Matching full:inflight
58 int inflight;
87 struct inflight {
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;
147 o->inflight++;
149 o->depth = max((int) o->depth, o->inflight);
159 static void inflight_merge(struct inflight *i, int rw, unsigned int size)
385 struct inflight *i;
395 struct inflight *i;
405 struct inflight *i;