Searched refs:interruptible (Results 1 - 25 of 68) sorted by last modified time

123

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c540 .interruptible = (bp->type != ttm_bo_type_kernel),
1461 * @intr: Whether the wait is interruptible
1486 * @intr: Whether the wait is interruptible
H A Damdgpu_amdkfd_gpuvm.c551 struct ttm_operation_ctx ctx = {.interruptible = true};
598 struct ttm_operation_ctx ctx = {.interruptible = true};
641 struct ttm_operation_ctx ctx = {.interruptible = true};
718 struct ttm_operation_ctx ctx = {.interruptible = false};
764 struct ttm_operation_ctx ctx = {.interruptible = true};
1225 * @intr: Whether the wait is interruptible
H A Damdgpu_cs.c783 .interruptible = true,
/linux-master/virt/kvm/
H A Dkvm_mm.h23 kvm_pfn_t hva_to_pfn(unsigned long addr, bool atomic, bool interruptible,
H A Dkvm_main.c2826 bool interruptible, bool *writable, kvm_pfn_t *pfn)
2852 if (interruptible)
2966 * @interruptible: whether the process can be interrupted by non-fatal signals
2977 kvm_pfn_t hva_to_pfn(unsigned long addr, bool atomic, bool interruptible, argument
2993 npages = hva_to_pfn_slow(addr, async, write_fault, interruptible,
3029 bool atomic, bool interruptible, bool *async,
3055 return hva_to_pfn(addr, atomic, interruptible, async, write_fault,
2825 hva_to_pfn_slow(unsigned long addr, bool *async, bool write_fault, bool interruptible, bool *writable, kvm_pfn_t *pfn) argument
3028 __gfn_to_pfn_memslot(const struct kvm_memory_slot *slot, gfn_t gfn, bool atomic, bool interruptible, bool *async, bool write_fault, bool *writable, hva_t *hva) argument
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c565 .interruptible = false,
H A Dvmwgfx_kms.h47 * @intr: Whether to perform waits interruptible if possible.
534 bool interruptible,
H A Dvmwgfx_drv.h800 extern int vmw_resource_reserve(struct vmw_resource *res, bool interruptible,
900 bool interruptible);
1041 bool interruptible,
1089 extern int vmw_resource_pin(struct vmw_resource *res, bool interruptible);
1303 extern int vmw_cmdbuf_idle(struct vmw_cmdbuf_man *man, bool interruptible,
1306 int ctx_id, bool interruptible,
1312 size_t size, bool interruptible,
1316 bool interruptible);
H A Dvmwgfx_drv.c386 * No interruptible waits are done within this function.
1533 .interruptible = false,
H A Dvmwgfx_bo.h107 bool interruptible);
110 bool interruptible);
113 bool interruptible);
117 bool interruptible);
H A Dvmwgfx_bo.c64 * @interruptible: Use interruptible wait.
71 bool interruptible)
73 struct ttm_operation_ctx ctx = {interruptible, false };
79 ret = ttm_bo_reserve(bo, interruptible, false, NULL);
101 * @interruptible: Use interruptible wait.
107 bool interruptible)
109 struct ttm_operation_ctx ctx = {interruptible, false };
115 ret = ttm_bo_reserve(bo, interruptible, fals
68 vmw_bo_pin_in_placement(struct vmw_private *dev_priv, struct vmw_bo *buf, struct ttm_placement *placement, bool interruptible) argument
105 vmw_bo_pin_in_vram_or_gmr(struct vmw_private *dev_priv, struct vmw_bo *buf, bool interruptible) argument
153 vmw_bo_pin_in_vram(struct vmw_private *dev_priv, struct vmw_bo *buf, bool interruptible) argument
174 vmw_bo_pin_in_start_of_vram(struct vmw_private *dev_priv, struct vmw_bo *buf, bool interruptible) argument
232 vmw_bo_unpin(struct vmw_private *dev_priv, struct vmw_bo *buf, bool interruptible) argument
[all...]
H A Dvmwgfx_blit.c455 .interruptible = false,
H A Dvmwgfx_scrn.c1201 * @interruptible: Whether to perform waits interruptible if possible.
1215 bool interruptible,
1232 ret = vmw_validation_prepare(&val_ctx, NULL, interruptible);
1210 vmw_kms_sou_do_bo_dirty(struct vmw_private *dev_priv, struct vmw_framebuffer *framebuffer, struct drm_clip_rect *clips, struct drm_vmw_rect *vclips, unsigned num_clips, int increment, bool interruptible, struct vmw_fence_obj **out_fence, struct drm_crtc *crtc) argument
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c644 bool interruptible,
647 const int state = interruptible ?
642 intel_guc_wait_for_pending_msg(struct intel_guc *guc, atomic_t *wait_var, bool interruptible, long timeout) argument
/linux-master/fs/btrfs/
H A Dqgroup.c3942 bool interruptible)
3954 if (interruptible)
3946 btrfs_qgroup_wait_for_completion(struct btrfs_fs_info *fs_info, bool interruptible) argument
/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.c488 ctx->interruptible,
814 .interruptible = false,
879 .interruptible = false,
1210 .interruptible = true,
1308 ctx.interruptible,
1795 .interruptible = true,
2042 * @intr: Whether to perform any wait interruptible
2131 .interruptible = true,
2180 .interruptible = false,
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_cmd.c105 const void *new_elt, bool interruptible)
121 if (interruptible) {
179 uint32_t type, bool interruptible)
186 return qxl_ring_push(qdev->command_ring, &cmd, interruptible);
191 uint32_t type, bool interruptible)
198 return qxl_ring_push(qdev->cursor_ring, &cmd, interruptible);
104 qxl_ring_push(struct qxl_ring *ring, const void *new_elt, bool interruptible) argument
178 qxl_push_command_ring_release(struct qxl_device *qdev, struct qxl_release *release, uint32_t type, bool interruptible) argument
190 qxl_push_cursor_ring_release(struct qxl_device *qdev, struct qxl_release *release, uint32_t type, bool interruptible) argument
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c354 .interruptible = false,
693 nouveau_bo_validate(struct nouveau_bo *nvbo, bool interruptible, argument
696 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu };
870 ret = nouveau_fence_sync(nouveau_bo(bo), chan, true, ctx->interruptible);
/linux-master/drivers/block/
H A Dfloppy.c2017 static int wait_til_done(void (*handler)(void), bool interruptible) argument
2023 if (interruptible)
2893 static int poll_drive(bool interruptible, int flag) argument
2905 return wait_til_done(floppy_ready, interruptible);
2929 static int user_reset_fdc(int drive, int arg, bool interruptible) argument
2943 ret = wait_til_done(reset_fdc, interruptible);
/linux-master/drivers/s390/block/
H A Ddasd.c2307 static int _dasd_sleep_on(struct dasd_ccw_req *maincqr, int interruptible) argument
2354 if (interruptible) {
2370 if (interruptible) {
2375 /* wait (non-interruptible) for final status */
2411 static int _dasd_sleep_on_queue(struct list_head *ccw_queue, int interruptible) argument
2440 if (interruptible) {
2514 * Start requests from a ccw_queue and wait interruptible for their completion.
2524 * interruptible for it's completion.
/linux-master/include/linux/
H A Dkvm_host.h1222 bool atomic, bool interruptible, bool *async,
/linux-master/fs/nfs/
H A Dnfs4proc.c443 static int nfs4_delay(long *timeout, bool interruptible) argument
445 if (interruptible)
621 exception->interruptible);
3250 .interruptible = true,
3963 .interruptible = true,
4077 .interruptible = true,
4126 .interruptible = true,
4353 .interruptible = true,
4481 .interruptible = true,
4589 .interruptible
[all...]
H A Dnfs4_fs.h216 bool interruptible; member in struct:nfs4_exception
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_bo.c236 * @interruptible: Any sleeps should occur interruptibly.
242 bool interruptible, bool no_wait_gpu,
261 interruptible,
577 if (ctx->interruptible)
637 ret = ttm_bo_cleanup_refs(bo, ctx->interruptible,
774 * -ERESTARTSYS: An interruptible sleep was interrupted by a signal.
1040 * @interruptible: If needing to sleep to wait for GPU resources,
1041 * sleep interruptible.
1070 uint32_t alignment, bool interruptible,
1074 struct ttm_operation_ctx ctx = { interruptible, fals
241 ttm_bo_cleanup_refs(struct ttm_buffer_object *bo, bool interruptible, bool no_wait_gpu, bool unlock_resv) argument
1068 ttm_bo_init_validate(struct ttm_device *bdev, struct ttm_buffer_object *bo, enum ttm_bo_type type, struct ttm_placement *placement, uint32_t alignment, bool interruptible, struct sg_table *sg, struct dma_resv *resv, void (*destroy) (struct ttm_buffer_object *)) argument
[all...]
H A Dttm_bo_util.c342 .interruptible = false,
503 .interruptible = false,

Completed in 739 milliseconds

123