Searched refs:is_restarted (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Ddma-resv.h215 /** @is_restarted: true if this is the first returned fence */
216 bool is_restarted; member in struct:dma_resv_iter
271 return cursor->is_restarted;
/linux-master/drivers/dma-buf/
H A Ddma-resv.c366 cursor->is_restarted = true;
440 cursor->is_restarted = false;
473 cursor->is_restarted = true;
491 cursor->is_restarted = false;

Completed in 92 milliseconds