Searched refs:RCU_INIT_POINTER (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/external/bsd/common/include/linux/ |
H A D | rcupdate.h | 43 #define RCU_INIT_POINTER(P, V) ((P) = (V)) macro
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
H A D | mock_context.c | 37 RCU_INIT_POINTER(ctx->engines, e); in mock_context()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_active.h | 69 RCU_INIT_POINTER(active->fence, fence); in __i915_active_fence_init()
|
H A D | i915_active.c | 463 RCU_INIT_POINTER(active->fence, NULL); in i915_active_ref() 740 RCU_INIT_POINTER(node->base.fence, NULL); in i915_active_acquire_preallocate_barrier() 756 RCU_INIT_POINTER(node->base.fence, ERR_PTR(-EAGAIN)); in i915_active_acquire_preallocate_barrier()
|
H A D | i915_request.c | 699 RCU_INIT_POINTER(rq->timeline, tl); in __i915_request_create() 700 RCU_INIT_POINTER(rq->hwsp_cacheline, tl->hwsp_cacheline); in __i915_request_create()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_frontbuffer.c | 237 RCU_INIT_POINTER(obj->frontbuffer, NULL); in frontbuffer_release()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
H A D | i915_gem_context.c | 226 RCU_INIT_POINTER(ce->gem_context, ctx); in intel_context_set_gem() 257 RCU_INIT_POINTER(e->engines[count]->gem_context, NULL); in __free_engines() 624 RCU_INIT_POINTER(ctx->engines, e); in __create_context() 2064 RCU_INIT_POINTER(dst->engines, clone); in clone_engines()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gpuvm.c | 257 RCU_INIT_POINTER(new->shared[--j], f); in amdgpu_amdkfd_remove_eviction_fence() 259 RCU_INIT_POINTER(new->shared[k++], f); in amdgpu_amdkfd_remove_eviction_fence() 267 RCU_INIT_POINTER(resv->fence, new); in amdgpu_amdkfd_remove_eviction_fence()
|
H A D | amdgpu_fence.c | 274 RCU_INIT_POINTER(*ptr, NULL); in amdgpu_fence_process()
|
H A D | amdgpu_debugfs.c | 1076 RCU_INIT_POINTER(*ptr, NULL); in amdgpu_ib_preempt_fences_swap()
|