Lines Matching refs:fence_queue
149 &rdev->fence_queue.lock,
159 * radeon_fence_check_signaled - callback from fence_queue
161 * this function is called with fence_queue lock held, which is also used
181 __remove_wait_queue(&fence->rdev->fence_queue, &fence->fence_wake);
195 * on the ring, and the fence_queue should be waken up.
294 wake_up_all(&rdev->fence_queue);
305 wake_up_all(&rdev->fence_queue);
322 wake_up_all(&rdev->fence_queue);
377 * This function is called with fence_queue lock held, and adds a callback
378 * to fence_queue that checks if this fence is signaled, and if so it
393 wake_up_all_locked(&rdev->fence_queue);
413 __add_wait_queue(&rdev->fence_queue, &fence->fence_wake);
497 r = wait_event_interruptible_timeout(rdev->fence_queue, (
501 r = wait_event_timeout(rdev->fence_queue, (
847 init_waitqueue_head(&rdev->fence_queue);
876 wake_up_all(&rdev->fence_queue);
943 wake_up_all(&rdev->fence_queue);