/spdk/include/spdk/ |
H A D | tree.h | 292 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) argument 293 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) argument 294 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument 295 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) argument 296 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 298 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 301 #define SPLAY_FOREACH(x, name, head) \ argument 375 #define RB_AUGMENT(x) break argument 798 #define RB_INSERT(name, x, y) name##_RB_INSERT(x, y) argument 799 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) argument [all …]
|
H A D | string.h | 20 #define _SPDK_STRINGIFY(x) #x argument 21 #define SPDK_STRINGIFY(x) _SPDK_STRINGIFY(x) argument
|
H A D | memory.h | 36 #define FLOOR_2MB(x) (((uintptr_t)(x)) & ~MASK_2MB) argument 37 #define CEIL_2MB(x) FLOOR_2MB(((uintptr_t)(x)) + VALUE_2MB - 1) argument
|
/spdk/lib/util/ |
H A D | math.c | 19 spdk_u32log2(uint32_t x) in spdk_u32log2() 38 spdk_u64log2(uint64_t x) in spdk_u64log2()
|
H A D | bit_array.c | 16 #define SPDK_BIT_ARRAY_WORD_TZCNT(x) (__builtin_ctzll(x)) argument 17 #define SPDK_BIT_ARRAY_WORD_POPCNT(x) (__builtin_popcountll(x)) argument 18 #define SPDK_BIT_ARRAY_WORD_C(x) ((spdk_bit_array_word)(x)) argument
|
H A D | cpuset.c | 179 #define V(x, y) [x] = y + 1 in hex_value() argument
|
/spdk/module/bdev/gpt/ |
H A D | gpt.h | 35 #define SPDK_GPT_GUID_EQUAL(x,y) (memcmp(x, y, sizeof(struct spdk_gpt_guid)) == 0) argument
|
/spdk/scripts/ |
H A D | calc-iobuf.py | 27 conv: typing.Callable = lambda x: x argument
|
/spdk/lib/json/ |
H A D | json_parse.c | 15 #define V(x, y) [x] = y + 1 in hex_value() argument
|
/spdk/test/unit/lib/scsi/lun.c/ |
H A D | lun_ut.c | 21 int x; member
|
/spdk/test/nvme/sgl/ |
H A D | sgl.c | 505 TEST(x) main() argument
|
/spdk/lib/idxd/ |
H A D | idxd.c | 1900 IDXD_COMPLETION(x) global() argument 1901 IDXD_FAILURE(x) global() argument 1902 IDXD_SW_ERROR(x) global() argument [all...] |
/spdk/test/unit/lib/json/json_util.c/ |
H A D | json_util_ut.c | 15 #define NUM_SETUP(x) \ argument
|
/spdk/test/nvme/e2edp/ |
H A D | nvme_dp.c | 664 TEST(x) main() argument
|
/spdk/doc/ |
H A D | two.min.js | 61 …0)).noStroke();c.fill="black";var k=c.getBoundingClientRect(!0);k.centroid={x:k.left+k.width/2,y:k… property 96 this.command);d.relative=this._relative;return d},toObject:function(){var c={x:this.x,y:this.y};thi… property 122 texture:{render:function(d,a){a||this._update();a={};var g={x:0,y:0},e=this.image;if(this._flagLoad… property 190 …";return this},corner:function(){var c=this.getBoundingClientRect(!0);c.centroid={x:c.left+c.width/ property 191 …rn this},center:function(){var c=this.getBoundingClientRect(!0);c.centroid={x:c.left+c.width/2,y:c… property 269 …},this);return a},corner:function(){var a=this.getBoundingClientRect(!0),c={x:a.left,y:a.top};this… property 270 {x:a.left+a.width/2,y:a.top+a.height/2};this.children.forEach(function(c){c.isShape&&c.translation.… property
|
/spdk/test/app/fuzz/vhost_fuzz/ |
H A D | vhost_fuzz.c | 427 #define V(x, y) [x] = y + 1 in hex_value() argument
|
/spdk/lib/nvmf/ |
H A D | vfio_user.c | 30 #define SWAP(x, y) \ argument [all...] |