/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
|
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/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,
|
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/ttm/ |
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...] |
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...] |