Lines Matching defs:replace
591 /* Replace the fence and zero the shared count. */
620 * release it and replace it by this one.
633 struct dma_fence *replace = NULL;
657 replace = list->shared[i];
685 * Copy the fences over, but replace if we find one
689 if (replace == NULL &&
691 replace = list->shared[i];
700 if (replace == NULL) {
706 * Now ready to replace the list. Begin an update.
711 /* Replace the list. */
728 if (replace) {
729 dma_fence_put(replace);
730 replace = NULL; /* paranoia */
993 /* Replace the fences. */