Lines Matching refs:rtree_ctx
223 rtree_leaf_elm_lookup_hard(tsdn_t *tsdn, rtree_t *rtree, rtree_ctx_t *rtree_ctx, in rtree_leaf_elm_lookup_hard() argument
236 assert(rtree_ctx->cache[i].leafkey != leafkey); in rtree_leaf_elm_lookup_hard()
239 assert(rtree_ctx->l2_cache[i].leafkey != leafkey); in rtree_leaf_elm_lookup_hard()
275 memmove(&rtree_ctx->l2_cache[1], \ in rtree_leaf_elm_lookup_hard()
276 &rtree_ctx->l2_cache[0], \ in rtree_leaf_elm_lookup_hard()
281 rtree_ctx->l2_cache[0].leafkey = \ in rtree_leaf_elm_lookup_hard()
282 rtree_ctx->cache[slot].leafkey; \ in rtree_leaf_elm_lookup_hard()
283 rtree_ctx->l2_cache[0].leaf = \ in rtree_leaf_elm_lookup_hard()
284 rtree_ctx->cache[slot].leaf; \ in rtree_leaf_elm_lookup_hard()
286 rtree_ctx->cache[slot].leafkey = leafkey; \ in rtree_leaf_elm_lookup_hard()
287 rtree_ctx->cache[slot].leaf = leaf; \ in rtree_leaf_elm_lookup_hard()