Lines Matching defs:fence
113 struct dma_fence *f, *fence;
139 dma_resv_for_each_fence(&cursor, &resv, usage, fence) {
141 pr_err("More than one fence found\n");
145 if (f != fence) {
146 pr_err("Unexpected fence\n");
151 pr_err("Unexpected fence usage\n");
158 pr_err("No fence found\n");
174 struct dma_fence *f, *fence;
203 dma_resv_for_each_fence_unlocked(&cursor, fence) {
205 pr_err("More than one fence found\n");
213 if (f != fence) {
214 pr_err("Unexpected fence\n");
219 pr_err("Unexpected fence usage\n");
234 pr_err("No fence found\n");
281 pr_err("get_fences returned unexpected fence\n");