Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Drdma_core.c598 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/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/include/rdma/
H A Duverbs_types.h74 void (*swap_uobjects)(struct ib_uobject *obj_old,