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()
281 memmove(&rtree_ctx->l2_cache[1], \ in rtree_leaf_elm_lookup_hard()
282 &rtree_ctx->l2_cache[0], \ in rtree_leaf_elm_lookup_hard()
287 rtree_ctx->l2_cache[0].leafkey = \ in rtree_leaf_elm_lookup_hard()
288 rtree_ctx->cache[slot].leafkey; \ in rtree_leaf_elm_lookup_hard()
289 rtree_ctx->l2_cache[0].leaf = \ in rtree_leaf_elm_lookup_hard()
290 rtree_ctx->cache[slot].leaf; \ in rtree_leaf_elm_lookup_hard()
292 rtree_ctx->cache[slot].leafkey = leafkey; \ in rtree_leaf_elm_lookup_hard()
293 rtree_ctx->cache[slot].leaf = leaf; \ in rtree_leaf_elm_lookup_hard()