Home
last modified time | relevance | path

Searched refs:rcu_head (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/sys/external/bsd/common/include/linux/
H A Drcupdate.h68 struct rcu_head { struct
70 void (*callback)(struct rcu_head *); argument
73 struct rcu_head *rcuh_next; argument
89 void init_rcu_head(struct rcu_head *);
90 void destroy_rcu_head(struct rcu_head *);
92 void call_rcu(struct rcu_head *, void (*)(struct rcu_head *));
100 void _kfree_rcu(struct rcu_head *, void *);
H A Dworkqueue.h95 struct rcu_head rw_rcu;
/netbsd-src/sys/external/bsd/common/linux/
H A Dlinux_rcu.c70 struct rcu_head *first_callback;
71 struct rcu_head *first_kfree;
190 call_rcu(struct rcu_head *head, void (*callback)(struct rcu_head *)) in call_rcu() argument
209 _kfree_rcu(struct rcu_head *head, void *obj) in _kfree_rcu()
227 struct rcu_head *head_callback, *head_kfree, *head, *next; in gc_thread()
269 void (*callback)(struct rcu_head *) = in gc_thread()
318 init_rcu_head(struct rcu_head *head) in init_rcu_head()
323 destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head()
H A Dlinux_work.c1643 queue_rcu_work_cb(struct rcu_head *r) in queue_rcu_work_cb()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_timeline_types.h90 struct rcu_head rcu;
99 struct rcu_head rcu;
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_context_types.h35 struct rcu_head rcu;
123 struct rcu_head rcu;
H A Di915_gem_object_types.h133 struct rcu_head rcu;
H A Di915_gem_object.c174 static void __i915_gem_free_object_rcu(struct rcu_head *head) in __i915_gem_free_object_rcu()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_globals.c31 struct rcu_head rcu;
50 static void __i915_globals_grace(struct rcu_head *rcu) in __i915_globals_grace()
H A Di915_perf_types.h62 struct rcu_head rcu;
H A Di915_sw_fence.c467 struct rcu_head rcu;
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_bo_list.h45 struct rcu_head rhead;
H A Damdgpu_bo_list.c46 static void amdgpu_bo_list_free_rcu(struct rcu_head *rcu) in amdgpu_bo_list_free_rcu()
H A Damdgpu_fence.c669 static void amdgpu_fence_free(struct rcu_head *rcu) in amdgpu_fence_free()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_frontbuffer.h50 struct rcu_head rcu;
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dttm_object.c129 struct rcu_head rcu_head; member
446 kfree_rcu(ref, rcu_head); in ttm_ref_object_release()
H A Dttm_object.h129 struct rcu_head rhead;
H A Dvmwgfx_so.c66 struct rcu_head rcu;
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Ddma-resv.h50 struct rcu_head rol_rcu;
H A Ddma-fence.h58 struct rcu_head rcu;
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Dlib_sw_fence.c93 struct rcu_head rcu;
/netbsd-src/sys/external/bsd/drm2/dist/drm/scheduler/
H A Dsched_fence.c103 static void drm_sched_fence_free(struct rcu_head *rcu) in drm_sched_fence_free()
/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_radixtree.c48 struct rcu_head k_rcu;
H A Dlinux_dma_resv.c79 objlist_free_cb(struct rcu_head *rcu) in objlist_free_cb()
H A Dlinux_dma_fence.c251 dma_fence_free_cb(struct rcu_head *rcu) in dma_fence_free_cb()

12