Searched defs:h_index (Results 1 - 2 of 2) sorted by relevance

/external/fio/lib/
H A Dprio_tree.h28 uint64_t h_index; member in struct:prio_tree_iter
32 struct prio_tree_root *root, uint64_t r_index, uint64_t h_index)
36 iter->h_index = h_index;
31 prio_tree_iter_init(struct prio_tree_iter *iter, struct prio_tree_root *root, uint64_t r_index, uint64_t h_index) argument
H A Dprio_tree.c173 unsigned long r_index, h_index, index, mask; local
186 get_index(cur, &r_index, &h_index);
188 if (r_index == radix_index && h_index == heap_index)
191 if (h_index < heap_index ||
192 (h_index == heap_index && r_index > radix_index)) {
200 index = h_index;
201 h_index = heap_index;
298 unsigned long *r_index, unsigned long *h_index)
303 get_index(iter->cur->left, r_index, h_index);
305 if (iter->r_index <= *h_index) {
297 prio_tree_left(struct prio_tree_iter *iter, unsigned long *r_index, unsigned long *h_index) argument
328 prio_tree_right(struct prio_tree_iter *iter, unsigned long *r_index, unsigned long *h_index) argument
386 overlap(struct prio_tree_iter *iter, unsigned long r_index, unsigned long h_index) argument
402 unsigned long r_index, h_index; local
440 unsigned long r_index, h_index; local
[all...]

Completed in 448 milliseconds