Searched refs:cs_pending (Results 1 – 3 of 3) sorted by relevance
26 dma_fence_put(ctx->cs_pending[i]); in hl_ctx_fini()196 ctx->cs_pending[seq & (HL_MAX_PENDING_CS - 1)]); in hl_ctx_get_fence()
317 other = ctx->cs_pending[fence->cs_seq & (HL_MAX_PENDING_CS - 1)]; in allocate_cs()331 ctx->cs_pending[fence->cs_seq & (HL_MAX_PENDING_CS - 1)] = in allocate_cs()
651 struct dma_fence *cs_pending[HL_MAX_PENDING_CS]; member