Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/core/
H A Drdma_core.c599 static void swap_idr_uobjects(struct ib_uobject *obj_old, in swap_idr_uobjects() argument
602 struct ib_uverbs_file *ufile = obj_old->ufile; in swap_idr_uobjects()
609 old = xa_cmpxchg(&ufile->idr, obj_old->id, obj_old, XA_ZERO_ENTRY, in swap_idr_uobjects()
611 if (WARN_ON(old != obj_old)) in swap_idr_uobjects()
614 swap(obj_old->id, obj_new->id); in swap_idr_uobjects()
616 old = xa_cmpxchg(&ufile->idr, obj_old->id, NULL, obj_old, GFP_KERNEL); in swap_idr_uobjects()
/linux-6.15/include/linux/
H A Drhashtable.h1150 struct rhash_head *obj_old, struct rhash_head *obj_new, in __rhashtable_replace_fast() argument
1163 hash = rht_head_hashfn(ht, tbl, obj_old, params); in __rhashtable_replace_fast()
1175 if (he != obj_old) { in __rhashtable_replace_fast()
1180 rcu_assign_pointer(obj_new->next, obj_old->next); in __rhashtable_replace_fast()
1212 struct rhashtable *ht, struct rhash_head *obj_old, in rhashtable_replace_fast() argument
1228 while ((err = __rhashtable_replace_fast(ht, tbl, obj_old, in rhashtable_replace_fast()
/linux-6.15/include/rdma/
H A Duverbs_types.h74 void (*swap_uobjects)(struct ib_uobject *obj_old,