Lines Matching refs:RCU_INIT_POINTER
123 RCU_INIT_POINTER(fobj->shared[i], fence); in reservation_object_add_shared_inplace()
142 RCU_INIT_POINTER(fobj->shared[signaled_idx], fence); in reservation_object_add_shared_inplace()
145 RCU_INIT_POINTER(fobj->shared[fobj->shared_count], fence); in reservation_object_add_shared_inplace()
166 RCU_INIT_POINTER(fobj->shared[0], fence); in reservation_object_add_shared_replace()
185 RCU_INIT_POINTER(fobj->shared[--k], check); in reservation_object_add_shared_replace()
187 RCU_INIT_POINTER(fobj->shared[j++], check); in reservation_object_add_shared_replace()
190 RCU_INIT_POINTER(fobj->shared[fobj->shared_count], fence); in reservation_object_add_shared_replace()
200 RCU_INIT_POINTER(obj->fence, fobj); in reservation_object_add_shared_replace()
265 RCU_INIT_POINTER(obj->fence_excl, fence); in reservation_object_add_excl_fence()
355 RCU_INIT_POINTER(dst->fence_excl, new); in reservation_object_copy_fences()
356 RCU_INIT_POINTER(dst->fence, dst_list); in reservation_object_copy_fences()