Searched refs:dma_resv_lock_slow_interruptible (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_gem_ww.c51 ret = dma_resv_lock_slow_interruptible(ww->contended->base.resv, &ww->ctx);
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Ddma-resv.h365 * @ctx must be unlocked and then dma_resv_lock_slow_interruptible() called on
385 * See also dma_resv_lock_slow_interruptible() for the interruptible variant.
394 * dma_resv_lock_slow_interruptible - slowpath lock the reservation
403 static inline int dma_resv_lock_slow_interruptible(struct dma_resv *obj, function
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_exec.c175 ret = dma_resv_lock_slow_interruptible(obj->resv,
H A Ddrm_gem.c1567 ret = dma_resv_lock_slow_interruptible(obj->resv,
/openbsd-current/sys/dev/pci/drm/include/drm/ttm/
H A Dttm_bo.h280 int ret = dma_resv_lock_slow_interruptible(bo->base.resv,

Completed in 124 milliseconds