Searched refs:inflight (Results 1 – 13 of 13) sorted by relevance
/external/fio/t/ |
D | btrace2fio.c | 58 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/ |
D | HTMLImports.js | 261 this.inflight = 0; 266 this.inflight += nodes.length; 273 this.inflight++; 335 --this.inflight; 339 if (!this.inflight) {
|
D | HTMLImports.min.js | 11 …inflight=0,this.pending={}};r.prototype={addNodes:function(e){this.inflight+=e.length;for(var t,n=…
|
D | webcomponents-lite.js | 603 this.inflight = 0; 608 this.inflight += nodes.length; 615 this.inflight++; 677 --this.inflight; 681 if (!this.inflight) {
|
D | webcomponents-lite.min.js | 11 …inflight=0,this.pending={}};o.prototype={addNodes:function(e){this.inflight+=e.length;for(var t,n=…
|
D | webcomponents.js | 4937 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/ |
D | HTMLImports.js | 261 this.inflight = 0; 266 this.inflight += nodes.length; 273 this.inflight++; 335 --this.inflight; 339 if (!this.inflight) {
|
D | HTMLImports.min.js | 11 …inflight=0,this.pending={}};r.prototype={addNodes:function(e){this.inflight+=e.length;for(var t,n=…
|
D | webcomponents-lite.min.js | 11 …inflight=0,this.pending={}};o.prototype={addNodes:function(e){this.inflight+=e.length;for(var t,n=…
|
D | webcomponents-lite.js | 603 this.inflight = 0; 608 this.inflight += nodes.length; 615 this.inflight++; 677 --this.inflight; 681 if (!this.inflight) {
|
D | webcomponents.js | 4937 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/ |
D | polymer.js | 8397 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/ |
D | polymer.js | 8397 var inflight = matches.length; 8400 if (!inflight) { 8406 if (--inflight === 0) { 8413 for (var i = 0; i < inflight; i++) {
|