/Linux-v5.15/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 97 bool interruptible) in vmw_overlay_send_put() argument 185 bool interruptible) in vmw_overlay_send_stop() argument 200 interruptible, 3*HZ); in vmw_overlay_send_stop() 201 if (interruptible && ret == -ERESTARTSYS) in vmw_overlay_send_stop() 252 bool interruptible) in vmw_overlay_stop() argument 265 interruptible); in vmw_overlay_stop() 271 interruptible); in vmw_overlay_stop() 272 if (interruptible && ret == -ERESTARTSYS) in vmw_overlay_stop() 300 bool interruptible) in vmw_overlay_update_stream() argument 314 false, interruptible); in vmw_overlay_update_stream() [all …]
|
D | vmwgfx_cmdbuf.c | 207 static int vmw_cmdbuf_cur_lock(struct vmw_cmdbuf_man *man, bool interruptible) in vmw_cmdbuf_cur_lock() argument 209 if (interruptible) { in vmw_cmdbuf_cur_lock() 695 bool interruptible) in vmw_cmdbuf_cur_flush() argument 697 int ret = vmw_cmdbuf_cur_lock(man, interruptible); in vmw_cmdbuf_cur_flush() 719 int vmw_cmdbuf_idle(struct vmw_cmdbuf_man *man, bool interruptible, in vmw_cmdbuf_idle() argument 724 ret = vmw_cmdbuf_cur_flush(man, interruptible); in vmw_cmdbuf_idle() 729 if (interruptible) { in vmw_cmdbuf_idle() 800 bool interruptible) in vmw_cmdbuf_alloc_space() argument 812 if (interruptible) { in vmw_cmdbuf_alloc_space() 827 if (interruptible) { in vmw_cmdbuf_alloc_space() [all …]
|
D | vmwgfx_bo.c | 92 bool interruptible) in vmw_bo_pin_in_placement() argument 94 struct ttm_operation_ctx ctx = {interruptible, false }; in vmw_bo_pin_in_placement() 101 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_placement() 134 bool interruptible) in vmw_bo_pin_in_vram_or_gmr() argument 136 struct ttm_operation_ctx ctx = {interruptible, false }; in vmw_bo_pin_in_vram_or_gmr() 143 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_vram_or_gmr() 183 bool interruptible) in vmw_bo_pin_in_vram() argument 186 interruptible); in vmw_bo_pin_in_vram() 204 bool interruptible) in vmw_bo_pin_in_start_of_vram() argument 206 struct ttm_operation_ctx ctx = {interruptible, false }; in vmw_bo_pin_in_start_of_vram() [all …]
|
D | vmwgfx_resource.c | 354 bool interruptible) in vmw_resource_buf_alloc() argument 371 interruptible, false, in vmw_resource_buf_alloc() 541 bool interruptible, in vmw_resource_check_buffer() argument 550 ret = vmw_resource_buf_alloc(res, interruptible); in vmw_resource_check_buffer() 560 ret = ttm_eu_reserve_buffers(ticket, &val_list, interruptible, NULL); in vmw_resource_check_buffer() 598 int vmw_resource_reserve(struct vmw_resource *res, bool interruptible, in vmw_resource_reserve() argument 610 ret = vmw_resource_buf_alloc(res, interruptible); in vmw_resource_reserve() 654 struct vmw_resource *res, bool interruptible) in vmw_resource_do_evict() argument 664 ret = vmw_resource_check_buffer(ticket, res, interruptible, &val_buf); in vmw_resource_do_evict() 988 int vmw_resource_pin(struct vmw_resource *res, bool interruptible) in vmw_resource_pin() argument [all …]
|
D | vmwgfx_irq.c | 159 bool interruptible, in vmw_fallback_wait() argument 181 ret = vmw_cmdbuf_idle(dev_priv->cman, interruptible, in vmw_fallback_wait() 193 (interruptible) ? in vmw_fallback_wait() 211 __set_current_state((interruptible) ? in vmw_fallback_wait() 215 if (interruptible && signal_pending(current)) { in vmw_fallback_wait()
|
D | vmwgfx_cmd.c | 190 uint32_t bytes, bool interruptible, in vmw_fifo_wait_noirq() argument 201 (interruptible) ? in vmw_fifo_wait_noirq() 211 if (interruptible && signal_pending(current)) { in vmw_fifo_wait_noirq() 223 uint32_t bytes, bool interruptible, in vmw_fifo_wait() argument 234 interruptible, timeout); in vmw_fifo_wait() 239 if (interruptible) in vmw_fifo_wait() 494 int vmw_cmd_flush(struct vmw_private *dev_priv, bool interruptible) in vmw_cmd_flush() argument 499 return vmw_cmdbuf_cur_flush(dev_priv->cman, interruptible); in vmw_cmd_flush()
|
D | vmwgfx_drv.h | 766 extern int vmw_resource_reserve(struct vmw_resource *res, bool interruptible, 839 bool interruptible); 842 bool interruptible); 845 bool interruptible); 848 bool interruptible); 851 bool interruptible); 863 bool interruptible, bool pin, 985 bool interruptible); 1141 bool interruptible, 1228 extern int vmw_resource_pin(struct vmw_resource *res, bool interruptible); [all …]
|
D | vmwgfx_fence.h | 95 bool interruptible, unsigned long timeout); 129 bool interruptible);
|
D | vmwgfx_fence.c | 517 bool interruptible, unsigned long timeout) in vmw_fence_obj_wait() argument 519 long ret = dma_fence_wait_timeout(&fence->base, interruptible, timeout); in vmw_fence_obj_wait() 595 .interruptible = false, in vmw_user_fence_create() 1008 bool interruptible) in vmw_event_fence_action_queue() argument 1042 bool interruptible) in vmw_event_fence_action_create() argument 1073 interruptible); in vmw_event_fence_action_create() 1079 interruptible); in vmw_event_fence_action_create()
|
D | vmwgfx_validation.c | 530 bool interruptible, in vmw_validation_bo_validate_single() argument 536 .interruptible = interruptible, in vmw_validation_bo_validate_single() 590 .interruptible = intr, in vmw_validation_bo_validate()
|
D | vmwgfx_ttm_glue.c | 108 static struct ttm_operation_ctx ctx = {.interruptible = false, in vmw_vmt_reserve()
|
D | vmwgfx_kms.h | 526 bool interruptible, 560 bool interruptible,
|
D | vmwgfx_validation.h | 224 bool interruptible,
|
/Linux-v5.15/drivers/gpu/drm/ |
D | drm_modeset_lock.c | 206 ctx->interruptible = true; in drm_modeset_acquire_init() 242 bool interruptible, bool slow) in modeset_lock() argument 255 } else if (interruptible && slow) { in modeset_lock() 257 } else if (interruptible) { in modeset_lock() 305 return modeset_lock(contended, ctx, ctx->interruptible, true); in drm_modeset_backoff() 342 return modeset_lock(lock, ctx, ctx->interruptible, false); in drm_modeset_lock()
|
/Linux-v5.15/include/drm/ttm/ |
D | ttm_bo_driver.h | 133 bool interruptible, bool no_wait, in ttm_bo_reserve() argument 147 if (interruptible) in ttm_bo_reserve() 167 bool interruptible, in ttm_bo_reserve_slowpath() argument 170 if (interruptible) { in ttm_bo_reserve_slowpath()
|
D | ttm_bo_api.h | 209 bool interruptible; member 260 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait); 264 return ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_wait_ctx()
|
/Linux-v5.15/include/linux/ |
D | vgaarb.h | 49 int vga_get(struct pci_dev *pdev, unsigned int rsrc, int interruptible); 62 int interruptible) in vga_get() argument
|
/Linux-v5.15/drivers/gpu/drm/qxl/ |
D | qxl_cmd.c | 113 const void *new_elt, bool interruptible) in qxl_ring_push() argument 129 if (interruptible) { in qxl_ring_push() 187 uint32_t type, bool interruptible) in qxl_push_command_ring_release() argument 194 return qxl_ring_push(qdev->command_ring, &cmd, interruptible); in qxl_push_command_ring_release() 199 uint32_t type, bool interruptible) in qxl_push_cursor_ring_release() argument 206 return qxl_ring_push(qdev->cursor_ring, &cmd, interruptible); in qxl_push_cursor_ring_release()
|
D | qxl_drv.h | 370 int qxl_ring_push(struct qxl_ring *ring, const void *new_elt, bool interruptible); 394 uint32_t type, bool interruptible); 397 uint32_t type, bool interruptible);
|
/Linux-v5.15/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 296 bool interruptible, bool no_wait_gpu, in ttm_bo_cleanup_refs() argument 314 lret = dma_resv_wait_timeout(resv, true, interruptible, in ttm_bo_cleanup_refs() 649 if (ctx->interruptible) in ttm_mem_evict_wait_busy() 716 ret = ttm_bo_cleanup_refs(bo, ctx->interruptible, in ttm_mem_evict_first() 1077 bool interruptible, in ttm_bo_init() argument 1082 struct ttm_operation_ctx ctx = { interruptible, false }; in ttm_bo_init() 1111 bool interruptible, bool no_wait) in ttm_bo_wait() argument 1122 timeout = dma_resv_wait_timeout(bo->base.resv, true, interruptible, in ttm_bo_wait()
|
/Linux-v5.15/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_submission.h | 36 bool interruptible,
|
/Linux-v5.15/fs/orangefs/ |
D | waitqueue.c | 325 interruptible = flags & ORANGEFS_OP_INTERRUPTIBLE; in wait_for_matching_downcall() local 335 else if (!writeback && interruptible) in wait_for_matching_downcall()
|
/Linux-v5.15/include/drm/ |
D | drm_modeset_lock.h | 65 bool interruptible; member
|
/Linux-v5.15/drivers/usb/serial/ |
D | digi_acceleport.c | 208 unsigned char *buf, int count, int interruptible); 212 unsigned int modem_signals, int interruptible); 369 unsigned char *buf, int count, int interruptible) in digi_write_oob_command() argument 387 if (interruptible && signal_pending(current)) in digi_write_oob_command() 506 unsigned int modem_signals, int interruptible) in digi_set_modem_signals() argument 528 if (interruptible && signal_pending(current)) in digi_set_modem_signals()
|
/Linux-v5.15/include/uapi/linux/ |
D | vboxguest.h | 156 __u8 interruptible; member
|