Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c387 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node; in vmw_view_id_val_add() local
391 if (!ctx_node) in vmw_view_id_val_add()
766 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); in vmw_view_bindings_add() local
769 if (!ctx_node) in vmw_view_bindings_add()
784 binding.bi.ctx = ctx_node->ctx; in vmw_view_bindings_add()
789 vmw_binding_add(ctx_node->staged, &binding.bi, in vmw_view_bindings_add()
1238 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); in vmw_cmd_dx_define_query() local
1242 if (!ctx_node) in vmw_cmd_dx_define_query()
1251 cotable_res = vmw_context_cotable(ctx_node->ctx, SVGA_COTABLE_DXQUERY); in vmw_cmd_dx_define_query()
2105 struct vmw_ctx_validation_info *ctx_node in vmw_cmd_dx_set_single_constant_buffer() local
2156 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); vmw_cmd_dx_set_constant_buffer_offset() local
2224 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); vmw_cmd_dx_set_shader() local
2275 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); vmw_cmd_dx_set_vertex_buffers() local
2330 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); vmw_cmd_dx_set_index_buffer() local
2438 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); vmw_cmd_dx_view_define() local
2495 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); vmw_cmd_dx_set_so_targets() local
2541 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); vmw_cmd_dx_so_define() local
2606 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); vmw_cmd_dx_cid_check() local
2629 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); vmw_cmd_dx_view_remove() local
2669 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); vmw_cmd_dx_define_shader() local
2701 struct vmw_ctx_validation_info *ctx_node = VMW_GET_CTX_NODE(sw_context); vmw_cmd_dx_destroy_shader() local
2740 struct vmw_ctx_validation_info *ctx_node = vmw_cmd_dx_bind_shader() local
2985 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node; vmw_cmd_dx_define_streamoutput() local
3017 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node; vmw_cmd_dx_destroy_streamoutput() local
3053 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node; vmw_cmd_dx_bind_streamoutput() local
3094 struct vmw_ctx_validation_info *ctx_node = sw_context->dx_ctx_node; vmw_cmd_dx_set_streamoutput() local
[all...]
/linux/io_uring/
H A Dtctx.c140 list_add(&node->ctx_node, &ctx->tctx_list); in __io_uring_add_tctx_node()
177 WARN_ON_ONCE(list_empty(&node->ctx_node)); in io_uring_del_tctx_node()
180 list_del(&node->ctx_node); in io_uring_del_tctx_node()
H A Dtctx.h4 struct list_head ctx_node; member
H A Dcancel.c186 list_for_each_entry(node, &ctx->tctx_list, ctx_node) { in __io_async_cancel()
H A Dregister.c325 list_for_each_entry(node, &ctx->tctx_list, ctx_node) { in io_register_iowq_max_workers()
H A Dio_uring.c3007 ctx_node); in io_ring_exit_work()
3112 list_for_each_entry(node, &ctx->tctx_list, ctx_node) { in io_uring_try_cancel_iowq()