Searched refs:ctx_node (Results 1 - 6 of 6) sorted by relevance

/linux-master/io_uring/
H A Dtctx.h4 struct list_head ctx_node; member in struct:io_tctx_node
H A Dtctx.c130 list_add(&node->ctx_node, &ctx->tctx_list);
167 WARN_ON_ONCE(list_empty(&node->ctx_node));
170 list_del(&node->ctx_node);
H A Dcancel.c186 list_for_each_entry(node, &ctx->tctx_list, ctx_node) {
H A Dregister.c370 list_for_each_entry(node, &ctx->tctx_list, ctx_node) {
H A Dio_uring.c3112 ctx_node);
3227 list_for_each_entry(node, &ctx->tctx_list, ctx_node) {
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c404 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node; local
408 if (!ctx_node)
783 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); local
786 if (!ctx_node)
801 binding.bi.ctx = ctx_node->ctx;
806 vmw_binding_add(ctx_node->staged, &binding.bi,
1255 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); local
1259 if (!ctx_node)
1268 cotable_res = vmw_context_cotable(ctx_node->ctx, SVGA_COTABLE_DXQUERY);
2122 struct vmw_ctx_validation_info *ctx_node local
2173 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); local
2241 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); local
2292 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); local
2347 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); local
2455 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); local
2512 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); local
2558 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); local
2623 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); local
2646 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); local
2686 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); local
2718 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); local
2757 struct vmw_ctx_validation_info *ctx_node = local
3002 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node; local
3034 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node; local
3070 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node; local
3111 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node; local
[all...]

Completed in 214 milliseconds