Searched refs:cs_pending (Results 1 – 3 of 3) sorted by relevance
90 hl_fence_put(ctx->cs_pending[i]); in hl_ctx_fini()92 kfree(ctx->cs_pending); in hl_ctx_fini()201 ctx->cs_pending = kcalloc(hdev->asic_prop.max_pending_cs, in hl_ctx_init()204 if (!ctx->cs_pending) in hl_ctx_init()274 kfree(ctx->cs_pending); in hl_ctx_init()341 fence = ctx->cs_pending[seq & (asic_prop->max_pending_cs - 1)]; in hl_ctx_get_fence_locked()
949 other = ctx->cs_pending[cs_cmpl->cs_seq & in allocate_cs()978 ctx->cs_pending[cs_cmpl->cs_seq & in allocate_cs()
1829 struct hl_fence **cs_pending; member