Home
last modified time | relevance | path

Searched refs:inflight (Results 1 – 13 of 13) sorted by relevance

/external/fio/t/
Dbtrace2fio.c58 int inflight; member
87 struct inflight { struct
105 static struct inflight *inflight_find(uint64_t sector) in inflight_find() argument
113 struct inflight *i = flist_entry(e, struct inflight, list); in inflight_find()
122 static void inflight_remove(struct inflight *i) in inflight_remove()
126 o->inflight--; in inflight_remove()
127 assert(o->inflight >= 0); in inflight_remove()
132 static void __inflight_add(struct inflight *i) in __inflight_add()
143 struct inflight *i; in inflight_add()
147 o->inflight++; in inflight_add()
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DHTMLImports.js261 this.inflight = 0;
266 this.inflight += nodes.length;
273 this.inflight++;
335 --this.inflight;
339 if (!this.inflight) {
DHTMLImports.min.js11inflight=0,this.pending={}};r.prototype={addNodes:function(e){this.inflight+=e.length;for(var t,n=…
Dwebcomponents-lite.js603 this.inflight = 0;
608 this.inflight += nodes.length;
615 this.inflight++;
677 --this.inflight;
681 if (!this.inflight) {
Dwebcomponents-lite.min.js11inflight=0,this.pending={}};o.prototype={addNodes:function(e){this.inflight+=e.length;for(var t,n=…
Dwebcomponents.js4937 this.inflight = 0;
4942 this.inflight += nodes.length;
4949 this.inflight++;
5011 --this.inflight;
5015 if (!this.inflight) {
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
DHTMLImports.js261 this.inflight = 0;
266 this.inflight += nodes.length;
273 this.inflight++;
335 --this.inflight;
339 if (!this.inflight) {
DHTMLImports.min.js11inflight=0,this.pending={}};r.prototype={addNodes:function(e){this.inflight+=e.length;for(var t,n=…
Dwebcomponents-lite.min.js11inflight=0,this.pending={}};o.prototype={addNodes:function(e){this.inflight+=e.length;for(var t,n=…
Dwebcomponents-lite.js603 this.inflight = 0;
608 this.inflight += nodes.length;
615 this.inflight++;
677 --this.inflight;
681 if (!this.inflight) {
Dwebcomponents.js4937 this.inflight = 0;
4942 this.inflight += nodes.length;
4949 this.inflight++;
5011 --this.inflight;
5015 if (!this.inflight) {
/external/chromium-trace/catapult/tracing/third_party/components/polymer/
Dpolymer.js8397 var inflight = matches.length;
8400 if (!inflight) {
8406 if (--inflight === 0) {
8413 for (var i = 0; i < inflight; i++) {
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
Dpolymer.js8397 var inflight = matches.length;
8400 if (!inflight) {
8406 if (--inflight === 0) {
8413 for (var i = 0; i < inflight; i++) {