Searched defs:interruptible (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/sys/dev/drm/ttm/ |
H A D | ttm_lock.c | 84 int ttm_read_lock(struct ttm_lock *lock, bool interruptible) in ttm_read_lock() 127 int ttm_read_trylock(struct ttm_lock *lock, bool interruptible) in ttm_read_trylock() 182 int ttm_write_lock(struct ttm_lock *lock, bool interruptible) in ttm_write_lock() 249 bool interruptible, in ttm_vt_lock()
|
H A D | ttm_bo.c | 459 bool interruptible, bool no_wait_gpu, in ttm_bo_cleanup_refs() 1235 bool interruptible, in ttm_bo_init() 1290 bool interruptible, in ttm_bo_create() 1641 bool interruptible, bool no_wait) in ttm_bo_wait()
|
H A D | ttm_bo_util.c | 93 int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible) in ttm_mem_io_lock()
|
/dflybsd-src/sys/dev/drm/include/drm/ttm/ |
H A D | ttm_bo_driver.h | 623 bool interruptible, bool no_wait, in __ttm_bo_reserve() 691 bool interruptible, bool no_wait, in ttm_bo_reserve() 716 bool interruptible, in ttm_bo_reserve_slowpath()
|
H A D | ttm_bo_api.h | 276 bool interruptible; member
|
/dflybsd-src/sys/dev/drm/include/drm/ |
H A D | drm_modeset_lock.h | 65 bool interruptible; member
|
/dflybsd-src/sys/dev/drm/ |
H A D | drm_modeset_lock.c | 241 bool interruptible, bool slow) in modeset_lock()
|
/dflybsd-src/sys/dev/drm/radeon/ |
H A D | radeon_ttm.c | 312 bool evict, bool interruptible, in radeon_move_vram_ram() 359 bool evict, bool interruptible, in radeon_move_ram_vram()
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | i915_gem_request.c | 69 bool interruptible, in i915_fence_wait()
|