Home
last modified time | relevance | path

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

/spdk/lib/util/
H A Dbit_array.c15 typedef uint64_t spdk_bit_array_word; typedef
18 #define SPDK_BIT_ARRAY_WORD_C(x) ((spdk_bit_array_word)(x))
19 #define SPDK_BIT_ARRAY_WORD_BYTES sizeof(spdk_bit_array_word)
26 spdk_bit_array_word words[];
59 static inline spdk_bit_array_word
118 spdk_bit_array_word mask; in spdk_bit_array_resize()
193 spdk_bit_array_word xor_mask) in bit_array_find_first()
196 spdk_bit_array_word word, first_word_mask; in bit_array_find_first()
197 const spdk_bit_array_word *words, *cur_word; in bit_array_find_first()
267 const spdk_bit_array_word *cur_word = ba->words; in spdk_bit_array_count_set()