/spdk/include/spdk/ |
H A D | histogram_data.h | 21 #define SPDK_HISTOGRAM_BUCKET_SHIFT(h) h->bucket_shift argument 22 #define SPDK_HISTOGRAM_BUCKET_LSB(h) (64 - SPDK_HISTOGRAM_BUCKET_SHIFT(h)) argument 23 #define SPDK_HISTOGRAM_NUM_BUCKETS_PER_RANGE(h) (1ULL << SPDK_HISTOGRAM_BUCKET_SHIFT(h)) argument 24 #define SPDK_HISTOGRAM_BUCKET_MASK(h) (SPDK_HISTOGRAM_NUM_BUCKETS_PER_RANGE(h) - 1) argument 25 #define SPDK_HISTOGRAM_NUM_BUCKET_RANGES(h) (SPDK_HISTOGRAM_BUCKET_LSB(h) + 1) argument 26 #define SPDK_HISTOGRAM_NUM_BUCKETS(h) (SPDK_HISTOGRAM_NUM_BUCKETS_PER_RANGE(h) * \ argument 67 __spdk_histogram_increment(struct spdk_histogram_data *h, uint32_t range, uint32_t index) in __spdk_histogram_increment() 76 __spdk_histogram_get_count(const struct spdk_histogram_data *h, uint32_t range, uint32_t index) in __spdk_histogram_get_count() 82 __spdk_histogram_get_bucket(const struct spdk_histogram_data *h, uint32_t range, uint32_t index) in __spdk_histogram_get_bucket() 94 __spdk_histogram_data_get_bucket_range(struct spdk_histogram_data *h, uint64_t datapoint) in __spdk_histogram_data_get_bucket_range() [all …]
|
/spdk/test/app/histogram_perf/ |
H A D | histogram_perf.c | 32 struct spdk_histogram_data *h; in main() local
|
/spdk/examples/util/zipf/ |
H A D | zipf.c | 37 struct spdk_histogram_data *h; in main() local
|
/spdk/test/unit/include/spdk/histogram_data.h/ |
H A D | histogram_ut.c | 63 struct spdk_histogram_data *h; in histogram_test() local
|
/spdk/lib/vfio_user/host/ |
H A D | vfio_user_pci.c | 180 struct vfio_info_cap_header *h; in vfio_device_get_info_cap() local
|
/spdk/doc/ |
H A D | two.min.js | 66 !1)&&1<k.length?k[1]:void 0);d.isNull(l)&&(l=(k=z?z.match(/stop\-opacity\:\s?([0-9\.\-]*)/):!1)&&1<… argument 67 …*d*d*c+3*d*d*a*f+3*d*a*a*e+a*a*a*g},getCurveLength:function(a,c,f,e,g,d,t,v,h){if(a===f&&c===e&&g=… argument 92 …in(c);this._x=this._x*a-this._y*c;this._y=this._x*c+this._y*a;return this}},h={enumerable:!0,get:f… variable 95 0),right:new c.Vector(0,0)}}});var h={listen:function(){m.isObject(this.controls)||l.AppendCurvePro… variable 106 (function(c){var k=c.Utils.mod,m=c.Utils.toFixed,l=c.Utils,h={version:1.1,ns:"http://www.w3.org/200… variable 176 (function(c){var k=c.Utils,m=c.Shape=function(){this._renderer={};this._renderer.flagMatrix=k.bind(… argument 177 this._renderer.flagMatrix);this._translation=h;this._translation.bind(c.Events.change,this._rendere… argument 178 c.Vector&&this._scale.bind(c.Events.change,this._renderer.flagMatrix);this._flagScale=this._flagMat… argument 199 (function(c){var k=c.Path,m=c.Utils,l=c.Rectangle=function(h,d,e,a){k.call(this,[new c.Anchor,new c… argument 216 (function(c){var k=c.Path,m=c.Utils,l=c.RoundedRectangle=function(h,d,e,a,g){m.isNumber(g)||(g=Math… argument [all …]
|
/spdk/python/spdk/spdkcli/ |
H A D | ui_node_iscsi.py | 82 m=None, h=None, t=None): argument
|
/spdk/test/unit/lib/lvol/lvol.c/ |
H A D | lvol_ut.c | 3112 struct hotplug_lvol h[4]; lvol_esnap_hotplug() member
|