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

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_active.c 22 struct live_active { struct
28 static void __live_get(struct live_active *active)
33 static void __live_free(struct live_active *active)
41 struct live_active *active = container_of(ref, typeof(*active), ref);
46 static void __live_put(struct live_active *active)
53 struct live_active *active = container_of(base, typeof(*active), base);
61 struct live_active *active = container_of(base, typeof(*active), base);
67 static struct live_active *__live_alloc(struct drm_i915_private *i915)
69 struct live_active *active;
81 static struct live_active *
    [all...]
i915_active.c 22 struct live_active { struct
28 static void __live_get(struct live_active *active)
33 static void __live_free(struct live_active *active)
41 struct live_active *active = container_of(ref, typeof(*active), ref);
46 static void __live_put(struct live_active *active)
53 struct live_active *active = container_of(base, typeof(*active), base);
61 struct live_active *active = container_of(base, typeof(*active), base);
67 static struct live_active *__live_alloc(struct drm_i915_private *i915)
69 struct live_active *active;
81 static struct live_active *
    [all...]

Completed in 251 milliseconds