Home
last modified time | relevance | path

Searched refs:dma_resv_trylock (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Ddma-resv.h182 static inline bool __must_check dma_resv_trylock(struct dma_resv *obj) in dma_resv_trylock() function
/include/drm/ttm/
Dttm_bo_driver.h497 success = dma_resv_trylock(bo->base.resv); in ttm_bo_reserve()