Home
last modified time | relevance | path

Searched refs:signaled (Results 1 – 42 of 42) sorted by relevance

/linux-4.4.14/include/linux/
Dfence.h169 bool (*signaled)(struct fence *fence); member
246 if (fence->ops->signaled && fence->ops->signaled(fence)) { in fence_is_signaled_locked()
274 if (fence->ops->signaled && fence->ops->signaled(fence)) { in fence_is_signaled()
/linux-4.4.14/drivers/dma-buf/
Dseqno-fence.c49 return seqno_fence->ops->signaled && seqno_fence->ops->signaled(fence); in seqno_signaled()
75 .signaled = seqno_signaled,
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_release.c75 goto signaled; in qxl_fence_wait()
84 goto signaled; in qxl_fence_wait()
88 goto signaled; in qxl_fence_wait()
102 goto signaled; in qxl_fence_wait()
111 signaled: in qxl_fence_wait()
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c420 ev->signaled = false; in kfd_event_create()
483 ev->signaled = !ev->auto_reset || list_empty(&ev->waiters); in set_event()
516 ev->signaled = false; in reset_event()
632 waiter->activated = ev->signaled; in init_event_waiter()
633 ev->signaled = ev->signaled && !ev->auto_reset; in init_event_waiter()
Dkfd_events.h54 bool signaled; member
/linux-4.4.14/Documentation/virtual/kvm/devices/
Dmpic.txt25 MSIs may be signaled by using this attribute group to write
34 signaled edge has not been acknowledged, and 0 otherwise.
/linux-4.4.14/Documentation/mic/mpssd/
Dmpssd.h78 volatile sig_atomic_t signaled; member
Dmpssd.c1186 for (mic->mic_virtblk.signaled = 0; in virtio_block()
1187 !mic->mic_virtblk.signaled;) in virtio_block()
1205 for (mic->mic_virtblk.signaled = 0; in virtio_block()
1206 !mic->mic_virtblk.signaled;) { in virtio_block()
1611 mic->mic_virtblk.signaled = 1/* true */; in change_virtblk_backend()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_fence.c274 bool signaled = false; in amdgpu_fence_ring_wait_seq() local
285 (signaled = amdgpu_fence_seq_signaled(ring, seq)))); in amdgpu_fence_ring_wait_seq()
287 if (signaled) in amdgpu_fence_ring_wait_seq()
770 .signaled = amdgpu_fence_is_signaled,
/linux-4.4.14/drivers/gpu/drm/amd/scheduler/
Dsched_fence.c97 .signaled = NULL,
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_fence.c71 .signaled = virtio_signaled,
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma.h400 uint8_t signaled; member
432 bool signaled; member
Docrdma_verbs.c1394 qp->signaled = (attrs->sq_sig_type == IB_SIGNAL_ALL_WR) ? true : false; in ocrdma_set_qp_init_params()
2240 if (wr->send_flags & IB_SEND_SIGNALED || qp->signaled) in ocrdma_post_send()
2292 if (wr->send_flags & IB_SEND_SIGNALED || qp->signaled) in ocrdma_post_send()
2293 qp->wqe_wr_id_tbl[qp->sq.head].signaled = 1; in ocrdma_post_send()
2295 qp->wqe_wr_id_tbl[qp->sq.head].signaled = 0; in ocrdma_post_send()
2687 if (!qp->wqe_wr_id_tbl[tail].signaled) { in ocrdma_poll_success_scqe()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_fence.c559 .signaled = nouveau_fence_is_signaled,
586 .signaled = nouveau_fence_is_signaled,
/linux-4.4.14/Documentation/networking/
Doperstates.txt37 Driver has signaled netif_carrier_on()
39 Driver has signaled netif_dormant_on()
DPLIP.txt68 PLIP driver is signaled whenever data is sent to it via the cable, such that
Dscaling.txt70 signaling path for PCIe devices uses message signaled interrupts (MSI-X),
/linux-4.4.14/include/uapi/drm/
Dvmwgfx_drm.h660 int32_t signaled; member
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcq.c280 if (!swsqe->signaled) { in flush_completed_wrs()
383 if (!qhp->wq.sq.oldest_read->signaled) { in c4iw_flush_hw_cq()
545 if (!wq->sq.oldest_read->signaled) { in poll_cq()
Dt4.h267 int signaled; member
Dqp.c837 swsqe->signaled = (wr->send_flags & IB_SEND_SIGNALED) || in c4iw_post_send()
/linux-4.4.14/Documentation/block/
Dwriteback_cache_control.txt38 signaled after the data has been committed to non-volatile storage.
/linux-4.4.14/Documentation/scheduler/
Dcompletion.txt121 completion is signaled by complete().
212 The signaling will work as expected even if completions are signaled before
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c416 sqp->signaled = 0; in cxio_flush_sq()
1081 if (!sqp->signaled) { in flush_completed_wrs()
1096 sqp->signaled = 0; in flush_completed_wrs()
Dcxio_wr.h680 int signaled; member
Diwch_qp.c441 sqp->signaled = (wr->send_flags & IB_SEND_SIGNALED); in iwch_post_send()
595 sqp->signaled = (mw_bind->send_flags & IB_SEND_SIGNALED); in iwch_bind_mw()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-power85 of signaled wakeup events associated with the device. This
269 device is a source of user events that have to be signaled from
/linux-4.4.14/Documentation/arm64/
Dacpi_object_usage.txt496 platforms, GPIO-signaled interrupts should be used for creating system events.
538 these slightly differently. The SCI is handled as a normal GPIO-signaled
541 GPIO-signaled interrupt possible. This implies some caution must be used
/linux-4.4.14/Documentation/dmaengine/
Dpxa_dma.txt17 b) All transfers having asked for confirmation should be signaled
/linux-4.4.14/Documentation/power/
Dsuspend-and-interrupts.txt107 is that the wakeup from suspend-to-idle is signaled using the usual working
Ddevices.txt163 events signaled by the device. This object is only present for wakeup-capable
Dpci.txt36 be signaled by the device itself.
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_fence.c1093 .signaled = radeon_fence_is_signaled,
/linux-4.4.14/drivers/staging/android/
Dsync.c511 .signaled = android_fence_signaled,
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_bo.c414 if (fence && !fence->ops->signaled) in ttm_bo_flush_all_fences()
421 if (!fence->ops->signaled) in ttm_bo_flush_all_fences()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c786 arg->signaled = vmw_fence_obj_signaled(fence); in vmw_fence_obj_signaled_ioctl()
/linux-4.4.14/Documentation/isdn/
DINTERFACE478 3. Description of the events to be signaled by the HL-driver to the LL.
480 All status-changes are signaled via calling the previously described
DINTERFACE.CAPI146 actual processing of the message should be signaled with an
/linux-4.4.14/scripts/
Dspelling.txt905 singaled||signaled
/linux-4.4.14/Documentation/DocBook/
Ddevice-drivers.xml.db429 API-fence-is-signaled-locked
430 API-fence-is-signaled
/linux-4.4.14/Documentation/PCI/
DMSI-HOWTO.txt92 to a new number which represents the message signaled interrupt;
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt660 This is signaled by KVM_CAP_X86_IOAPIC_POLARITY_IGNORED. Userspace
1624 If datamatch flag is set, the event will be signaled only if the written value