Home
last modified time | relevance | path

Searched refs:timed_fence (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/i915/selftests/
Dlib_sw_fence.h32 struct timed_fence { struct
37 void timed_fence_init(struct timed_fence *tf, unsigned long expires); argument
38 void timed_fence_fini(struct timed_fence *tf);
Dlib_sw_fence.c58 struct timed_fence *tf = from_timer(tf, t, timer); in timed_fence_wake()
63 void timed_fence_init(struct timed_fence *tf, unsigned long expires) in timed_fence_init()
75 void timed_fence_fini(struct timed_fence *tf) in timed_fence_fini()
Di915_sw_fence.c572 struct timed_fence tf; in test_timer()