/linux-4.1.27/include/linux/ |
D | fence.h | 169 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.1.27/drivers/dma-buf/ |
D | seqno-fence.c | 45 return seqno_fence->ops->signaled && seqno_fence->ops->signaled(fence); in seqno_signaled() 69 .signaled = seqno_signaled,
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_release.c | 75 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.1.27/Documentation/virtual/kvm/devices/ |
D | mpic.txt | 25 MSIs may be signaled by using this attribute group to write 34 signaled edge has not been acknowledged, and 0 otherwise.
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | mpssd.h | 78 volatile sig_atomic_t signaled; member
|
D | mpssd.c | 1152 for (mic->mic_virtblk.signaled = 0; in virtio_block() 1153 !mic->mic_virtblk.signaled;) in virtio_block() 1171 for (mic->mic_virtblk.signaled = 0; in virtio_block() 1172 !mic->mic_virtblk.signaled;) { in virtio_block() 1552 mic->mic_virtblk.signaled = 1/* true */; in change_virtblk_backend()
|
/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
D | ocrdma.h | 380 uint8_t signaled; member 412 bool signaled; member
|
D | ocrdma_verbs.c | 1323 qp->signaled = (attrs->sq_sig_type == IB_SIGNAL_ALL_WR) ? true : false; in ocrdma_set_qp_init_params() 2192 if (wr->send_flags & IB_SEND_SIGNALED || qp->signaled) in ocrdma_post_send() 2244 if (wr->send_flags & IB_SEND_SIGNALED || qp->signaled) in ocrdma_post_send() 2245 qp->wqe_wr_id_tbl[qp->sq.head].signaled = 1; in ocrdma_post_send() 2247 qp->wqe_wr_id_tbl[qp->sq.head].signaled = 0; in ocrdma_post_send() 2639 if (!qp->wqe_wr_id_tbl[tail].signaled) { in ocrdma_poll_success_scqe()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.c | 560 .signaled = nouveau_fence_is_signaled, 587 .signaled = nouveau_fence_is_signaled,
|
/linux-4.1.27/Documentation/networking/ |
D | operstates.txt | 37 Driver has signaled netif_carrier_on() 39 Driver has signaled netif_dormant_on()
|
D | PLIP.txt | 68 PLIP driver is signaled whenever data is sent to it via the cable, such that
|
D | scaling.txt | 70 signaling path for PCIe devices uses message signaled interrupts (MSI-X),
|
/linux-4.1.27/include/uapi/drm/ |
D | vmwgfx_drm.h | 655 int32_t signaled; member
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 282 if (!swsqe->signaled) { in flush_completed_wrs() 385 if (!qhp->wq.sq.oldest_read->signaled) { in c4iw_flush_hw_cq() 547 if (!wq->sq.oldest_read->signaled) { in poll_cq()
|
D | t4.h | 266 int signaled; member
|
D | qp.c | 822 swsqe->signaled = (wr->send_flags & IB_SEND_SIGNALED) || in c4iw_post_send()
|
/linux-4.1.27/Documentation/block/ |
D | writeback_cache_control.txt | 38 signaled after the data has been committed to non-volatile storage.
|
/linux-4.1.27/Documentation/scheduler/ |
D | completion.txt | 121 completion is signaled by complete(). 212 The signaling will work as expected even if completions are signaled before
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.c | 416 sqp->signaled = 0; in cxio_flush_sq() 1081 if (!sqp->signaled) { in flush_completed_wrs() 1096 sqp->signaled = 0; in flush_completed_wrs()
|
D | cxio_wr.h | 680 int signaled; member
|
D | iwch_qp.c | 440 sqp->signaled = (wr->send_flags & IB_SEND_SIGNALED); in iwch_post_send() 594 sqp->signaled = (mw_bind->send_flags & IB_SEND_SIGNALED); in iwch_bind_mw()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-power | 85 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.1.27/Documentation/arm64/ |
D | acpi_object_usage.txt | 496 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.1.27/Documentation/power/ |
D | suspend-and-interrupts.txt | 107 is that the wakeup from suspend-to-idle is signaled using the usual working
|
D | devices.txt | 163 events signaled by the device. This object is only present for wakeup-capable
|
D | pci.txt | 36 be signaled by the device itself.
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 1093 .signaled = radeon_fence_is_signaled,
|
/linux-4.1.27/drivers/staging/android/ |
D | sync.c | 511 .signaled = android_fence_signaled,
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 414 if (fence && !fence->ops->signaled) in ttm_bo_flush_all_fences() 421 if (!fence->ops->signaled) in ttm_bo_flush_all_fences()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fence.c | 786 arg->signaled = vmw_fence_obj_signaled(fence); in vmw_fence_obj_signaled_ioctl()
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE | 478 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
|
D | INTERFACE.CAPI | 146 actual processing of the message should be signaled with an
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 881 singaled||signaled
|
/linux-4.1.27/Documentation/PCI/ |
D | MSI-HOWTO.txt | 92 to a new number which represents the message signaled interrupt;
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 649 This is signaled by KVM_CAP_X86_IOAPIC_POLARITY_IGNORED. Userspace 1592 If datamatch flag is set, the event will be signaled only if the written value
|