Searched refs:csmt_ctx (Results 1 – 4 of 4) sorted by relevance
178 struct csmt_context *ctx = device->csmt_ctx; \193 struct csmt_context *ctx = device->csmt_ctx; \228 struct csmt_context *ctx = device->csmt_ctx; \244 struct csmt_context *ctx = device->csmt_ctx; \280 struct csmt_context *ctx = device->csmt_ctx; \295 struct csmt_context *ctx = device->csmt_ctx; \
63 struct csmt_context *csmt_ctx; member
192 struct csmt_context *ctx = device->csmt_ctx; in nine_csmt_process()246 struct csmt_context *ctx = device->csmt_ctx; in nine_csmt_pause()267 struct csmt_context *ctx = device->csmt_ctx; in nine_csmt_resume()290 struct csmt_context *ctx = device->csmt_ctx; in nine_context_get_pipe_multithread()2827 nine_queue_flush(device->csmt_ctx->pool); in nine_context_get_query_result()
284 This->csmt_ctx = nine_csmt_create(This); in NineDevice9_ctor()285 if (!This->csmt_ctx) in NineDevice9_ctor()543 if (This->csmt_active && This->csmt_ctx) { in NineDevice9_dtor()545 nine_csmt_destroy(This, This->csmt_ctx); in NineDevice9_dtor()547 This->csmt_ctx = NULL; in NineDevice9_dtor()