/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | sw_sync.c | 40 * with the increment as u32. This will update the last signaled value 178 .signaled = timeline_fence_signaled, 190 * has signaled or has an error condition.
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | vmwgfx_drm.h | 210 __s32 signaled; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | vmwgfx_drm.h | 210 __s32 signaled; member
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmwgfx_drm.h | 307 * fence seqno that when signaled, indicates that the command buffer has 354 * whether a fence has signaled the EXEC flag. Note that @seqno will 357 * so far. This can be used to mark user-space fence objects as signaled, and 656 * Checks if a fence object is signaled.. 664 * @signaled: Out: Flags signaled. 675 __s32 signaled; member 709 * when the fence has signaled the DRM_VMW_FENCE_FLAG_EXEC flag. 710 * Optionally the approximate time when the fence signaled is 729 /* Request fence signaled tim [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | cq.c | 278 if (!swsqe->signaled) { in flush_completed_wrs() 386 if (!qhp->wq.sq.oldest_read->signaled) { in c4iw_flush_hw_cq() 630 if (!wq->sq.oldest_read->signaled) { in poll_cq() 677 * signaled WR is completed. in poll_cq() 704 * this signaled completion. In this case, cidx points in poll_cq() 706 * signaled one. So adjust in_use based on this delta. in poll_cq()
|
H A D | restrack.c | 107 if (rdma_nl_put_driver_u32(msg, "signaled", sqe->signaled)) in fill_swsqe()
|
H A D | t4.h | 312 int signaled; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | cq.c | 278 if (!swsqe->signaled) { in flush_completed_wrs() 386 if (!qhp->wq.sq.oldest_read->signaled) { in c4iw_flush_hw_cq() 630 if (!wq->sq.oldest_read->signaled) { in poll_cq() 677 * signaled WR is completed. in poll_cq() 704 * this signaled completion. In this case, cidx points in poll_cq() 706 * signaled one. So adjust in_use based on this delta. in poll_cq()
|
H A D | restrack.c | 107 if (rdma_nl_put_driver_u32(msg, "signaled", sqe->signaled)) in fill_swsqe()
|
/third_party/ltp/pan/ |
H A D | ltp-pan.c | 683 fprintf(stderr, "pan was signaled with sig %d...\n", in propagate_signal() 726 int signaled = 0; in check_pids() local 758 status = "signaled"; in check_pids() 764 signaled = 1; in check_pids() 797 "pan(%s): tag=%s exited 130, known to be signaled; will give it an exit 0.\n", in check_pids() 868 /* If signaled and we weren't expecting in check_pids() 872 if (signaled && !running[i].stopping) in check_pids() 1086 termtype = "signaled"; in run_child()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_verbs.c | 1278 qp->signaled = (attrs->sq_sig_type == IB_SIGNAL_ALL_WR) ? true : false; in ocrdma_set_qp_init_params() 2118 if (wr->send_flags & IB_SEND_SIGNALED || qp->signaled) in ocrdma_post_send() 2172 if (wr->send_flags & IB_SEND_SIGNALED || qp->signaled) in ocrdma_post_send() 2173 qp->wqe_wr_id_tbl[qp->sq.head].signaled = 1; in ocrdma_post_send() 2175 qp->wqe_wr_id_tbl[qp->sq.head].signaled = 0; in ocrdma_post_send() 2565 if (!qp->wqe_wr_id_tbl[tail].signaled) { in ocrdma_poll_success_scqe()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_verbs.c | 1280 qp->signaled = attrs->sq_sig_type == IB_SIGNAL_ALL_WR; in ocrdma_set_qp_init_params() 2116 if (wr->send_flags & IB_SEND_SIGNALED || qp->signaled) in ocrdma_post_send() 2170 if (wr->send_flags & IB_SEND_SIGNALED || qp->signaled) in ocrdma_post_send() 2171 qp->wqe_wr_id_tbl[qp->sq.head].signaled = 1; in ocrdma_post_send() 2173 qp->wqe_wr_id_tbl[qp->sq.head].signaled = 0; in ocrdma_post_send() 2563 if (!qp->wqe_wr_id_tbl[tail].signaled) { in ocrdma_poll_success_scqe()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | render_frame_util.cpp | 364 if (signalData.signaled) { in AddGpuSignal()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_private.h | 226 bool signaled; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/ |
H A D | ttm_bo.c | 367 if (fence && !fence->ops->signaled) in ttm_bo_flush_all_fences() 373 if (!fence->ops->signaled) in ttm_bo_flush_all_fences()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rpcrdma.h | 743 __field(int, signaled) 755 __entry->signaled = req->rl_wr.send_flags & IB_SEND_SIGNALED; 762 (__entry->signaled ? "signaled" : "")
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rpcrdma.h | 924 __field(int, signaled) 937 __entry->signaled = req->rl_wr.send_flags & IB_SEND_SIGNALED; 944 (__entry->signaled ? "signaled" : "")
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/ |
H A D | vdec_vp8_if.c | 115 * @signaled : 1 - Host has received ack message from VPU, 0 - not receive 121 int signaled; member
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_vp8_if.c | 112 * @signaled : 1 - Host has received ack message from VPU, 0 - not receive 118 int signaled; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_fence.c | 210 * continuously new fence signaled ie radeon_fence_read needs in radeon_fence_activity() 238 * checking if a fence is signaled as it means that the in radeon_fence_activity() 246 * seq then the current real last seq as signaled in radeon_fence_activity() 327 * radeon_fence_seq_signaled - check if a fence sequence number has signaled 333 * Check if the last signaled fence sequnce number is >= the requested 335 * Returns true if the fence has signaled (current fence value 381 * to fence_queue that checks if this fence is signaled, and if so it 398 /* did fence get signaled after we enabled the sw irq? */ in radeon_fence_enable_signaling() 422 * radeon_fence_signaled - check if a fence has signaled 426 * Check if the requested fence has signaled (al [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/ |
H A D | verbs.c | 1353 qp->signaled = (attrs->sq_sig_type == IB_SIGNAL_ALL_WR) ? true : false; in qedr_set_common_qp_params() 1375 "QP params:\tpd = %d, qp_type = %d, max_inline_data = %d, state = %d, signaled = %d, use_srq=%d\n", in qedr_set_common_qp_params() 1377 qp->state, qp->signaled, (attrs->srq) ? 1 : 0); in qedr_set_common_qp_params() 3565 qp->wqe_wr_id[qp->sq.prod].signaled = in __qedr_post_send() 3566 !!(wr->send_flags & IB_SEND_SIGNALED) || qp->signaled; in __qedr_post_send() 3571 comp = (!!(wr->send_flags & IB_SEND_SIGNALED)) || qp->signaled; in __qedr_post_send() 4047 * we need to perform this whether the work request was signaled or not. for 4066 if (!qp->wqe_wr_id[qp->sq.cons].signaled && !force) { in process_req()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/ |
H A D | verbs.c | 1361 qp->signaled = attrs->sq_sig_type == IB_SIGNAL_ALL_WR; in qedr_set_common_qp_params() 1385 "QP params:\tpd = %d, qp_type = %d, max_inline_data = %d, state = %d, signaled = %d, use_srq=%d\n", in qedr_set_common_qp_params() 1387 qp->state, qp->signaled, (attrs->srq) ? 1 : 0); in qedr_set_common_qp_params() 3565 qp->wqe_wr_id[qp->sq.prod].signaled = in __qedr_post_send() 3566 !!(wr->send_flags & IB_SEND_SIGNALED) || qp->signaled; in __qedr_post_send() 3571 comp = (!!(wr->send_flags & IB_SEND_SIGNALED)) || qp->signaled; in __qedr_post_send() 4041 * we need to perform this whether the work request was signaled or not. for 4060 if (!qp->wqe_wr_id[qp->sq.cons].signaled && !force) { in process_req()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_fence.c | 101 * fence objects may not be signaled. This is perfectly OK, since there are 102 * no consumers of the signaled data, but that is NOT ok when there are fence 255 * Execute signal actions on fences recently signaled. 873 arg->signaled = vmw_fence_obj_signaled(fence); in vmw_fence_obj_signaled_ioctl()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_fence.c | 183 DMA_FENCE_TRACE(&fence->base, "signaled from irq context\n"); in radeon_fence_check_signaled() 185 DMA_FENCE_TRACE(&fence->base, "was already signaled\n"); in radeon_fence_check_signaled() 218 * continuously new fence signaled ie radeon_fence_read needs in radeon_fence_activity() 246 * checking if a fence is signaled as it means that the in radeon_fence_activity() 254 * seq then the current real last seq as signaled in radeon_fence_activity() 335 * radeon_fence_seq_signaled - check if a fence sequence number has signaled 341 * Check if the last signaled fence sequnce number is >= the requested 343 * Returns true if the fence has signaled (current fence value 389 * to fence_queue that checks if this fence is signaled, and if so it 406 /* did fence get signaled afte in radeon_fence_enable_signaling() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_priv.h | 1248 uint32_t signaled; member
|