/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
ttm_lock.h | 104 * @interruptible: Interruptible sleeping while waiting for a lock. 108 * -ERESTARTSYS If interrupted by a signal and interruptible is true. 110 extern int ttm_read_lock(struct ttm_lock *lock, bool interruptible); 116 * @interruptible: Interruptible sleeping while waiting for a lock. 125 * -ERESTARTSYS If interrupted by a signal and interruptible is true. 127 extern int ttm_read_trylock(struct ttm_lock *lock, bool interruptible); 142 * @interruptible: Interruptible sleeping while waiting for a lock [all...] |
ttm_lock.c | 77 int ttm_read_lock(struct ttm_lock *lock, bool interruptible) 82 if (interruptible) 112 int ttm_read_trylock(struct ttm_lock *lock, bool interruptible) 118 if (interruptible) 158 int ttm_write_lock(struct ttm_lock *lock, bool interruptible) 163 if (interruptible) {
|
vmwgfx_overlay.c | 104 bool interruptible) 192 bool interruptible) 207 interruptible, 3*HZ); 208 if (interruptible && ret == -ERESTARTSYS) 259 bool interruptible) 272 interruptible); 278 interruptible); 279 if (interruptible && ret == -ERESTARTSYS) 307 bool interruptible) 321 false, interruptible); [all...] |
vmwgfx_bo.c | 90 * @interruptible: Use interruptible wait. 97 bool interruptible) 99 struct ttm_operation_ctx ctx = {interruptible, false }; 104 ret = ttm_write_lock(&dev_priv->reservation_sem, interruptible); 110 ret = ttm_bo_reserve(bo, interruptible, false, NULL); 140 * @interruptible: Use interruptible wait. 146 bool interruptible) 148 struct ttm_operation_ctx ctx = {interruptible, false } [all...] |
vmwgfx_fence.h | 97 bool interruptible, unsigned long timeout); 133 bool interruptible);
|
vmwgfx_irq.c | 212 bool interruptible, 236 ret = vmw_cmdbuf_idle(dev_priv->cman, interruptible, 257 } else if (interruptible) { 278 (interruptible) ? 296 __set_current_state((interruptible) ? 300 if (interruptible && signal_pending(current)) { 381 bool interruptible, unsigned long timeout) 402 interruptible, timeout); 408 interruptible, timeout); 413 if (interruptible) [all...] |
vmwgfx_cmdbuf.c | 215 * @interruptible: Whether to wait interruptible when locking. 217 static int vmw_cmdbuf_cur_lock(struct vmw_cmdbuf_man *man, bool interruptible) 219 if (interruptible) { 704 * @interruptible: Whether to sleep interruptible when sleeping. 710 bool interruptible) 712 int ret = vmw_cmdbuf_cur_lock(man, interruptible); 727 * @interruptible: Sleep interruptible while waiting [all...] |
vmwgfx_ttm_glue.c | 63 static struct ttm_operation_ctx ctx = {.interruptible = false,
|
vmwgfx_resource.c | 362 * @interruptible: Whether any sleeps during allocation should be 363 * performed while interruptible. 366 bool interruptible) 384 interruptible, 545 * @interruptible: Whether any sleeps during allocation should be 546 * performed while interruptible. 553 bool interruptible, 562 ret = vmw_resource_buf_alloc(res, interruptible); 572 ret = ttm_eu_reserve_buffers(ticket, &val_list, interruptible, NULL); 610 int vmw_resource_reserve(struct vmw_resource *res, bool interruptible, [all...] |
vmwgfx_fifo.c | 227 uint32_t bytes, bool interruptible, 243 (interruptible) ? 254 if (interruptible) { 275 if (interruptible && signal_pending(current)) { 292 uint32_t bytes, bool interruptible, 307 interruptible, timeout); 315 if (interruptible) 573 * @interruptible: Whether to wait interruptible if function needs to sleep. 575 int vmw_fifo_flush(struct vmw_private *dev_priv, bool interruptible) [all...] |
vmwgfx_drv.h | 729 extern int vmw_resource_reserve(struct vmw_resource *res, bool interruptible, 801 bool interruptible); 804 bool interruptible); 807 bool interruptible); 810 bool interruptible); 813 bool interruptible); 953 bool interruptible); 1085 uint32_t seqno, bool interruptible, 1095 bool interruptible, 1179 extern int vmw_resource_pin(struct vmw_resource *res, bool interruptible); [all...] |
vmwgfx_fence.c | 564 bool interruptible, unsigned long timeout) 566 long ret = dma_fence_wait_timeout(&fence->base, interruptible, timeout); 649 .interruptible = false, 1049 * @interruptible: Interruptible waits if possible. 1061 bool interruptible) 1095 bool interruptible) 1126 interruptible); 1132 interruptible);
|
vmwgfx_simple_resource.c | 158 .interruptible = true,
|
vmwgfx_validation.c | 440 * @intr: Use interruptible waits when possible. 527 * @interruptible: Whether to perform waits interruptible if possible. 534 bool interruptible, 540 .interruptible = interruptible, 578 * @intr: Whether to perform waits interruptible if possible. 594 .interruptible = intr, 635 * @intr: Whether to perform waits interruptible if possible. 743 * @intr: Whether to perform waits interruptible if possible [all...] |
vmwgfx_validation.h | 165 * @intr: Perform waits interruptible 226 bool interruptible,
|
vmwgfx_kms.h | 48 * @intr: Whether to perform waits interruptible if possible. 528 bool interruptible, 562 bool interruptible,
|
/src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
ttm_bo_driver.h | 588 * @interruptible: Sleep interruptible when sliping. 598 * -ERESTARTSYS: An interruptible sleep was interrupted by a signal. 656 int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible); 663 * @interruptible: Sleep interruptible if waiting. 681 bool interruptible, bool no_wait, 695 if (interruptible) 708 * @interruptible: Sleep interruptible if waiting [all...] |
ttm_bo_api.h | 288 * @interruptible: Sleep interruptible if sleeping. 297 bool interruptible; member in struct:ttm_operation_ctx 341 * @interruptible: Use interruptible wait. 351 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait); 515 * @interruptible: If needing to sleep to wait for GPU resources, 516 * sleep interruptible. 558 * @interruptible: If needing to sleep while waiting for GPU resources, 559 * sleep interruptible [all...] |
/src/sys/external/bsd/drm2/dist/drm/ |
drm_modeset_lock.c | 200 * all calls to drm_modeset_lock() will perform an interruptible 211 ctx->interruptible = true; 247 bool interruptible, bool slow) 260 } else if (interruptible && slow) { 262 } else if (interruptible) { 310 return modeset_lock(contended, ctx, ctx->interruptible, true); 347 return modeset_lock(lock, ctx, ctx->interruptible, false); 359 * but performs interruptible waits.
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_gt_requests.c | 138 bool interruptible; local in function:intel_gt_retire_requests_timeout 141 interruptible = true; 143 timeout = -timeout, interruptible = false; 164 interruptible,
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_modeset_lock.h | 40 * @interruptible: whether interruptible locking should be used. 67 /* Perform interruptible waits on this context. */ 68 bool interruptible; member in struct:drm_modeset_acquire_ctx
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_cmd.c | 118 const void *new_elt, bool interruptible) 134 if (interruptible) { 192 uint32_t type, bool interruptible) 199 return qxl_ring_push(qdev->command_ring, &cmd, interruptible); 204 uint32_t type, bool interruptible) 211 return qxl_ring_push(qdev->cursor_ring, &cmd, interruptible);
|
qxl_drv.h | 393 int qxl_ring_push(struct qxl_ring *ring, const void *new_elt, bool interruptible); 417 uint32_t type, bool interruptible); 420 uint32_t type, bool interruptible);
|
/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_bo.c | 547 * @interruptible Any sleeps should occur interruptibly. 553 bool interruptible, bool no_wait_gpu, 577 interruptible, 834 if (ctx->interruptible) 905 ret = ttm_bo_cleanup_refs(bo, ctx->interruptible, 1420 bool interruptible, 1426 struct ttm_operation_ctx ctx = { interruptible, false }; 1475 bool interruptible, 1488 interruptible, acc_size, 1501 .interruptible = false [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_bo.h | 98 int nouveau_bo_validate(struct nouveau_bo *, bool interruptible,
|