Searched refs:obj_old (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/infiniband/core/ ! |
D | rdma_core.c | 598 static void swap_idr_uobjects(struct ib_uobject *obj_old, in swap_idr_uobjects() argument 601 struct ib_uverbs_file *ufile = obj_old->ufile; in swap_idr_uobjects() 608 old = xa_cmpxchg(&ufile->idr, obj_old->id, obj_old, XA_ZERO_ENTRY, in swap_idr_uobjects() 610 if (WARN_ON(old != obj_old)) in swap_idr_uobjects() 613 swap(obj_old->id, obj_new->id); in swap_idr_uobjects() 615 old = xa_cmpxchg(&ufile->idr, obj_old->id, NULL, obj_old, GFP_KERNEL); in swap_idr_uobjects()
|
/linux-6.1.9/include/linux/ ! |
D | rhashtable.h | 1140 struct rhash_head *obj_old, struct rhash_head *obj_new, in __rhashtable_replace_fast() argument 1152 hash = rht_head_hashfn(ht, tbl, obj_old, params); in __rhashtable_replace_fast() 1164 if (he != obj_old) { in __rhashtable_replace_fast() 1169 rcu_assign_pointer(obj_new->next, obj_old->next); in __rhashtable_replace_fast() 1201 struct rhashtable *ht, struct rhash_head *obj_old, in rhashtable_replace_fast() argument 1217 while ((err = __rhashtable_replace_fast(ht, tbl, obj_old, in rhashtable_replace_fast()
|
/linux-6.1.9/include/rdma/ ! |
D | uverbs_types.h | 74 void (*swap_uobjects)(struct ib_uobject *obj_old,
|