Lines Matching defs:new
318 /* Asynchronously schedule new MRs to be populated in the cache. */
439 * Target is the new value of total_mrs the user requests, however we
687 struct rb_node **new = &cache->rb_root.rb_node, *parent = NULL;
691 /* Figure out where to put new node */
692 while (*new) {
693 cur = rb_entry(*new, struct mlx5_cache_ent, node);
694 parent = *new;
697 new = &((*new)->rb_left);
699 new = &((*new)->rb_right);
706 /* Add new node and rebalance tree. */
707 rb_link_node(&ent->node, parent, new);
1714 * the old MR before assigning the umem to the new one.
1759 * Everything else has no state we can preserve, just create a new MR