| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ | 
| D | ttm_lock.c | 74 int ttm_read_lock(struct ttm_lock *lock, bool interruptible)  in ttm_read_lock()105 int ttm_read_trylock(struct ttm_lock *lock, bool interruptible)  in ttm_read_trylock()
 148 int ttm_write_lock(struct ttm_lock *lock, bool interruptible)  in ttm_write_lock()
 
 | 
| D | vmwgfx_cmdbuf.c | 206 static int vmw_cmdbuf_cur_lock(struct vmw_cmdbuf_man *man, bool interruptible)  in vmw_cmdbuf_cur_lock()694 			 bool interruptible)  in vmw_cmdbuf_cur_flush()
 718 int vmw_cmdbuf_idle(struct vmw_cmdbuf_man *man, bool interruptible,  in vmw_cmdbuf_idle()
 799 				  bool interruptible)  in vmw_cmdbuf_alloc_space()
 863 				 bool interruptible)  in vmw_cmdbuf_space_pool()
 956 		       size_t size, bool interruptible,  in vmw_cmdbuf_alloc()
 1001 				    bool interruptible)  in vmw_cmdbuf_reserve_cur()
 1074 			 int ctx_id, bool interruptible,  in vmw_cmdbuf_reserve()
 
 | 
| D | vmwgfx_resource.c | 335 				  bool interruptible)  in vmw_resource_buf_alloc()476 			  bool interruptible,  in vmw_resource_check_buffer()
 534 int vmw_resource_reserve(struct vmw_resource *res, bool interruptible,  in vmw_resource_reserve()
 590 				 struct vmw_resource *res, bool interruptible)  in vmw_resource_do_evict()
 918 int vmw_resource_pin(struct vmw_resource *res, bool interruptible)  in vmw_resource_pin()
 
 | 
| D | vmwgfx_bo.c | 92 			    bool interruptible)  in vmw_bo_pin_in_placement()141 			      bool interruptible)  in vmw_bo_pin_in_vram_or_gmr()
 195 		       bool interruptible)  in vmw_bo_pin_in_vram()
 216 				bool interruptible)  in vmw_bo_pin_in_start_of_vram()
 286 		 bool interruptible)  in vmw_bo_unpin()
 500 		bool interruptible,  in vmw_bo_init()
 
 | 
| D | vmwgfx_overlay.c | 97 				bool interruptible)  in vmw_overlay_send_put()185 				 bool interruptible)  in vmw_overlay_send_stop()
 252 			    bool interruptible)  in vmw_overlay_stop()
 300 				     bool interruptible)  in vmw_overlay_update_stream()
 
 | 
| D | vmwgfx_fifo.c | 220 			       uint32_t bytes, bool interruptible,  in vmw_fifo_wait_noirq()253 			 uint32_t bytes, bool interruptible,  in vmw_fifo_wait()
 527 int vmw_fifo_flush(struct vmw_private *dev_priv, bool interruptible)  in vmw_fifo_flush()
 
 | 
| D | vmwgfx_irq.c | 163 		      bool interruptible,  in vmw_fallback_wait()287 		      bool interruptible, unsigned long timeout)  in vmw_wait_seqno()
 
 | 
| D | vmwgfx_fence.c | 526 		       bool interruptible, unsigned long timeout)  in vmw_fence_obj_wait()1020 				 bool interruptible)  in vmw_event_fence_action_queue()
 1054 				  bool interruptible)  in vmw_event_fence_action_create()
 
 | 
| D | vmwgfx_validation.c | 513 				      bool interruptible,  in vmw_validation_bo_validate_single()
 | 
| /Linux-v5.4/drivers/gpu/drm/ | 
| D | drm_gem_vram_helper.c | 80 			     bool interruptible)  in drm_gem_vram_init()126 						bool interruptible)  in drm_gem_vram_create()
 367 				  bool interruptible,  in drm_gem_vram_fill_create_dumb()
 
 | 
| D | drm_modeset_lock.c | 242 		bool interruptible, bool slow)  in modeset_lock()
 | 
| /Linux-v5.4/include/drm/ttm/ | 
| D | ttm_bo_driver.h | 657 				   bool interruptible, bool no_wait,  in __ttm_bo_reserve()725 				 bool interruptible, bool no_wait,  in ttm_bo_reserve()
 750 					  bool interruptible,  in ttm_bo_reserve_slowpath()
 
 | 
| D | ttm_bo_api.h | 274 	bool interruptible;  member
 | 
| /Linux-v5.4/fs/orangefs/ | 
| D | waitqueue.c | 325 	    interruptible = flags & ORANGEFS_OP_INTERRUPTIBLE;  in wait_for_matching_downcall()  local
 | 
| /Linux-v5.4/drivers/gpu/drm/qxl/ | 
| D | qxl_cmd.c | 113 		  const void *new_elt, bool interruptible)  in qxl_ring_push()187 			      uint32_t type, bool interruptible)  in qxl_push_command_ring_release()
 199 			     uint32_t type, bool interruptible)  in qxl_push_cursor_ring_release()
 
 | 
| /Linux-v5.4/include/drm/ | 
| D | drm_modeset_lock.h | 65 	bool interruptible;  member
 | 
| /Linux-v5.4/drivers/gpu/drm/msm/ | 
| D | msm_fence.c | 43 		ktime_t *timeout, bool interruptible)  in msm_wait_fence()
 | 
| /Linux-v5.4/include/linux/ | 
| D | vgaarb.h | 79 static inline int vga_get(struct pci_dev *pdev, unsigned int rsrc, int interruptible) { return 0; }  in vga_get()
 | 
| /Linux-v5.4/drivers/gpu/drm/ttm/ | 
| D | ttm_bo.c | 546 			       bool interruptible, bool no_wait_gpu,  in ttm_bo_cleanup_refs()1398 		bool interruptible,  in ttm_bo_init()
 1453 			bool interruptible,  in ttm_bo_create()
 1806 		bool interruptible, bool no_wait)  in ttm_bo_wait()
 
 | 
| D | ttm_bo_util.c | 94 int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible)  in ttm_mem_io_lock()
 | 
| /Linux-v5.4/drivers/gpu/drm/radeon/ | 
| D | radeon_ttm.c | 257 				bool evict, bool interruptible,  in radeon_move_vram_ram()302 				bool evict, bool interruptible,  in radeon_move_ram_vram()
 
 | 
| /Linux-v5.4/drivers/usb/serial/ | 
| D | digi_acceleport.c | 391 	unsigned char *buf, int count, int interruptible)  in digi_write_oob_command()528 	unsigned int modem_signals, int interruptible)  in digi_set_modem_signals()
 
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | vboxguest.h | 156 	__u8 interruptible;  member
 | 
| /Linux-v5.4/drivers/gpu/drm/vc4/ | 
| D | vc4_gem.c | 382 		   bool interruptible)  in vc4_wait_for_seqno()
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/ | 
| D | i915_request.c | 89 				   bool interruptible,  in i915_fence_wait()
 |