| /freebsd-10-stable/sys/dev/drm2/ttm/ |
| D | ttm_lock.c | 94 ttm_read_lock(struct ttm_lock *lock, bool interruptible) in ttm_read_lock() argument 100 if (interruptible) { in ttm_read_lock() 139 int ttm_read_trylock(struct ttm_lock *lock, bool interruptible) in ttm_read_trylock() argument 146 if (interruptible) { in ttm_read_trylock() 194 ttm_write_lock(struct ttm_lock *lock, bool interruptible) in ttm_write_lock() argument 200 if (interruptible) { in ttm_write_lock() 213 if (interruptible && ret != 0) { in ttm_write_lock() 272 bool interruptible, in ttm_vt_lock() argument 279 if (interruptible) { in ttm_vt_lock() 291 if (interruptible && ret != 0) { in ttm_vt_lock()
|
| D | ttm_bo.c | 136 ttm_bo_wait_unreserved_locked(struct ttm_buffer_object *bo, bool interruptible) in ttm_bo_wait_unreserved_locked() argument 142 if (interruptible) { in ttm_bo_wait_unreserved_locked() 203 bool interruptible, in ttm_bo_reserve_nolru() argument 229 ret = ttm_bo_wait_unreserved_locked(bo, interruptible); in ttm_bo_reserve_nolru() 280 bool interruptible, in ttm_bo_reserve() argument 288 ret = ttm_bo_reserve_nolru(bo, interruptible, no_wait, use_sequence, in ttm_bo_reserve() 301 bool interruptible, uint32_t sequence) in ttm_bo_reserve_slowpath_nolru() argument 313 ret = ttm_bo_wait_unreserved_locked(bo, interruptible); in ttm_bo_reserve_slowpath_nolru() 335 bool interruptible, uint32_t sequence) in ttm_bo_reserve_slowpath() argument 341 ret = ttm_bo_reserve_slowpath_nolru(bo, interruptible, sequence); in ttm_bo_reserve_slowpath() [all …]
|
| D | ttm_lock.h | 108 extern int ttm_read_lock(struct ttm_lock *lock, bool interruptible); 125 extern int ttm_read_trylock(struct ttm_lock *lock, bool interruptible); 166 extern int ttm_vt_lock(struct ttm_lock *lock, bool interruptible, 199 extern int ttm_write_lock(struct ttm_lock *lock, bool interruptible);
|
| D | ttm_bo_driver.h | 397 bool evict, bool interruptible, 428 bool lazy, bool interruptible); 721 bool interruptible, 772 bool interruptible); 822 bool interruptible, 839 bool interruptible, 854 bool interruptible, uint32_t sequence); 879 bool interruptible,
|
| D | ttm_bo_api.h | 330 bool interruptible, bool no_wait); 349 bool interruptible, 535 bool interruptible,
|
| D | ttm_memory.h | 140 bool no_wait, bool interruptible); 145 bool no_wait, bool interruptible);
|
| D | ttm_memory.c | 394 bool no_wait, bool interruptible) in ttm_mem_global_alloc_zone() argument 413 bool no_wait, bool interruptible) in ttm_mem_global_alloc() argument 421 interruptible); in ttm_mem_global_alloc() 428 bool no_wait, bool interruptible) in ttm_mem_global_alloc_page() argument 441 interruptible); in ttm_mem_global_alloc_page()
|
| D | ttm_bo_util.c | 76 int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible) in ttm_mem_io_lock() argument 81 if (interruptible) { in ttm_mem_io_lock()
|
| /freebsd-10-stable/sys/dev/drm2/i915/ |
| D | i915_gem_gtt.c | 244 bool ret = dev_priv->mm.interruptible; in do_idling() 247 dev_priv->mm.interruptible = false; in do_idling() 259 undo_idling(struct drm_i915_private *dev_priv, bool interruptible) in undo_idling() argument 263 dev_priv->mm.interruptible = interruptible; in undo_idling() 326 bool interruptible; in i915_gem_gtt_finish_object() local 331 interruptible = do_idling(dev_priv); in i915_gem_gtt_finish_object() 333 undo_idling(dev_priv, interruptible); in i915_gem_gtt_finish_object()
|
| D | i915_gem.c | 102 bool interruptible); 223 was_interruptible = dev_priv->mm.interruptible; in i915_gem_free_object() 224 dev_priv->mm.interruptible = false; in i915_gem_free_object() 229 dev_priv->mm.interruptible = was_interruptible; in i915_gem_free_object() 292 dev_priv->mm.interruptible = true; in i915_gem_load() 3314 bool interruptible) in __wait_seqno() argument 3330 flags = interruptible ? PCATCH : 0; in __wait_seqno() 3365 ret = __wait_seqno(ring, seqno, dev_priv->mm.interruptible); in i915_wait_request()
|
| D | intel_ringbuffer.c | 1113 was_interruptible = dev_priv->mm.interruptible; in intel_ring_wait_seqno() 1114 dev_priv->mm.interruptible = false; in intel_ring_wait_seqno() 1118 dev_priv->mm.interruptible = was_interruptible; in intel_ring_wait_seqno()
|
| D | intel_display.c | 1814 dev_priv->mm.interruptible = false; in intel_pin_and_fence_fb_obj() 1830 dev_priv->mm.interruptible = true; in intel_pin_and_fence_fb_obj() 1836 dev_priv->mm.interruptible = true; in intel_pin_and_fence_fb_obj() 2023 bool was_interruptible = dev_priv->mm.interruptible; in intel_finish_fb() 2042 dev_priv->mm.interruptible = false; in intel_finish_fb() 2044 dev_priv->mm.interruptible = was_interruptible; in intel_finish_fb() 3222 dev_priv->mm.interruptible = false; in intel_crtc_dpms_overlay() 3224 dev_priv->mm.interruptible = true; in intel_crtc_dpms_overlay()
|
| D | i915_drv.h | 627 bool interruptible; member
|
| /freebsd-10-stable/sys/dev/drm2/radeon/ |
| D | radeon_ttm.c | 277 bool evict, bool interruptible, in radeon_move_vram_ram() argument 299 interruptible, no_wait_gpu); in radeon_move_vram_ram() 324 bool evict, bool interruptible, in radeon_move_ram_vram() argument 346 interruptible, no_wait_gpu); in radeon_move_ram_vram() 364 bool evict, bool interruptible, in radeon_bo_move() argument 393 r = radeon_move_vram_ram(bo, evict, interruptible, in radeon_bo_move() 397 r = radeon_move_ram_vram(bo, evict, interruptible, in radeon_bo_move() 477 static int radeon_sync_obj_wait(void *sync_obj, bool lazy, bool interruptible) in radeon_sync_obj_wait() argument 479 return radeon_fence_wait((struct radeon_fence *)sync_obj, interruptible); in radeon_sync_obj_wait()
|
| D | radeon.h | 249 int radeon_fence_wait(struct radeon_fence *fence, bool interruptible);
|
| /freebsd-10-stable/contrib/ofed/management/opensm/include/opensm/ |
| D | osm_opensm.h | 429 IN boolean_t const interruptible) in osm_opensm_wait_for_subnet_up() argument 431 return (osm_sm_wait_for_subnet_up(&p_osm->sm, wait_us, interruptible)); in osm_opensm_wait_for_subnet_up()
|
| D | osm_sm.h | 612 IN boolean_t const interruptible) in osm_sm_wait_for_subnet_up() argument 615 wait_us, interruptible)); in osm_sm_wait_for_subnet_up()
|
| /freebsd-10-stable/contrib/ofed/management/opensm/include/complib/ |
| D | cl_event.h | 241 IN const uint32_t wait_us, IN const boolean_t interruptible);
|
| /freebsd-10-stable/contrib/ofed/management/opensm/complib/ |
| D | cl_event.c | 114 IN const uint32_t wait_us, IN const boolean_t interruptible) in cl_event_wait_on() argument
|
| /freebsd-10-stable/sys/fs/autofs/ |
| D | autofs.c | 149 SYSCTL_INT(_vfs_autofs, OID_AUTO, interruptible, CTLFLAG_RWTUN,
|
| /freebsd-10-stable/contrib/nvi/docs/ |
| D | changelog | 855 being turned on periodically, when an interruptible operation is 951 + Make all command and text input modes interruptible. 977 + Make reads and writes interruptible. Rework code that enters and
|
| /freebsd-10-stable/contrib/tcsh/ |
| D | Fixes | 89 9. make rmstar interruptible on linux 95 5. fix interruptible wait again 178 43. PR/109: make wait interruptible (Vojtech Vitek)
|
| /freebsd-10-stable/share/dict/ |
| D | web2 | 96771 interruptible
|