Searched refs:HL_MAX_PENDING_CS (Results 1 – 3 of 3) sorted by relevance
25 for (i = 0 ; i < HL_MAX_PENDING_CS ; i++) in hl_ctx_fini()187 if (seq + HL_MAX_PENDING_CS < ctx->cs_sequence) { in hl_ctx_get_fence()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()
46 #define HL_MAX_PENDING_CS 64 macro651 struct dma_fence *cs_pending[HL_MAX_PENDING_CS];