Searched refs:obj_new (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/linux/ |
D | rhashtable.h | 1150 struct rhash_head *obj_old, struct rhash_head *obj_new, in __rhashtable_replace_fast() argument 1164 if (hash != rht_head_hashfn(ht, tbl, obj_new, params)) in __rhashtable_replace_fast() 1180 rcu_assign_pointer(obj_new->next, obj_old->next); in __rhashtable_replace_fast() 1182 rcu_assign_pointer(*pprev, obj_new); in __rhashtable_replace_fast() 1185 rht_assign_unlock(tbl, bkt, obj_new, flags); in __rhashtable_replace_fast() 1213 struct rhash_head *obj_new, in rhashtable_replace_fast() argument 1229 obj_new, params)) && in rhashtable_replace_fast()
|
/linux-6.6.21/include/rdma/ |
D | uverbs_types.h | 75 struct ib_uobject *obj_new);
|
/linux-6.6.21/drivers/infiniband/core/ |
D | rdma_core.c | 599 struct ib_uobject *obj_new) in swap_idr_uobjects() argument 613 swap(obj_old->id, obj_new->id); in swap_idr_uobjects()
|