Lines Matching defs:index
70 static void dma_resv_list_entry(struct dma_resv_list *list, unsigned int index,
76 tmp = (long)rcu_dereference_check(list->table[index],
83 /* Set the fence and usage flags at the specific index in the list. */
85 unsigned int index,
91 RCU_INIT_POINTER(list->table[index], (struct dma_fence *)tmp);
361 cursor->index = 0;
379 if (cursor->index >= cursor->num_fences) {
385 dma_resv_list_entry(cursor->fences, cursor->index++,
469 cursor->index = 0;
495 cursor->index >= cursor->fences->num_fences)
498 dma_resv_list_entry(cursor->fences, cursor->index++,