HomeSort by: relevance | last modified time | path
    Searched defs:rcu (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_frontbuffer.h 50 struct rcu_head rcu; member in struct:intel_frontbuffer
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
lib_sw_fence.c 93 struct rcu_head rcu; member in union:heap_fence::__anon85865082010a
133 kfree_rcu(h, rcu);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_timeline_types.h 65 * Contains an RCU guarded pointer to the last request. No reference is
67 * the request using i915_active_fence_get(), or manage the RCU
90 struct rcu_head rcu; member in struct:intel_timeline
99 struct rcu_head rcu; member in struct:intel_timeline_cacheline
intel_gtt.h 251 struct rcu_work rcu; member in struct:i915_address_space
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_globals.c 31 struct rcu_head rcu; member in struct:park_work
50 static void __i915_globals_grace(struct rcu_head *rcu)
60 init_rcu_head(&park.rcu);
61 call_rcu(&park.rcu, __i915_globals_grace);
67 destroy_rcu_head(&park.rcu);
128 * after a RCU grace period has completed with no activity. This
132 * for an RCU grace period to elapse since the last use, it is likely
138 /* Queue cleanup after the next RCU grace period has freed slabs */
i915_sw_fence.c 467 struct rcu_head rcu; member in struct:i915_sw_dma_fence_cb_timer
523 kfree_rcu(cb, rcu);
i915_perf_types.h 62 struct rcu_head rcu; member in struct:i915_oa_config
i915_drv.h 201 struct rcu_head rcu; member in union:drm_i915_file_private::__anon6c72b20e030a
589 * waiting on an RCU barrier if no objects are waiting to be freed.
1858 * the objects does take a little amount of time, during which the rcu
1872 * general we have workers that are armed by RCU and then rearm
1874 * drain the workqueue a second time after waiting for the RCU
1875 * grace period so that we catch work queued via RCU from the first
1878 * than 3 passes to catch all _recursive_ RCU delayed work.
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_context_types.h 35 struct rcu_head rcu; member in struct:i915_gem_engines
121 * @rcu: rcu_head for deferred freeing.
123 struct rcu_head rcu; member in struct:i915_gem_context
i915_gem_object_types.h 133 struct rcu_head rcu; member in union:drm_i915_gem_object::__anonbfddbbad020a
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_so.c 66 struct rcu_head rcu; member in struct:vmw_view
296 kfree_rcu(view, rcu);
  /src/sys/external/bsd/drm2/include/linux/
dma-fence.h 58 struct rcu_head rcu; member in struct:dma_fence

Completed in 73 milliseconds