Home
last modified time | relevance | path

Searched refs:ctx_res (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/xfs/
Dxfs_log_cil.c399 int iovhdr_res = 0, split_res = 0, ctx_res = 0; in xlog_cil_insert_items() local
428 ctx_res = ctx->ticket->t_unit_res; in xlog_cil_insert_items()
429 ctx->ticket->t_curr_res = ctx_res; in xlog_cil_insert_items()
430 tp->t_ticket->t_curr_res -= ctx_res; in xlog_cil_insert_items()
459 xfs_warn(log->l_mp, " ctx ticket: %d bytes", ctx_res); in xlog_cil_insert_items()
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_context.c902 int vmw_context_bind_dx_query(struct vmw_resource *ctx_res, in vmw_context_bind_dx_query() argument
906 container_of(ctx_res, struct vmw_user_context, res); in vmw_context_bind_dx_query()
922 mob->dx_query_ctx = ctx_res; in vmw_context_bind_dx_query()
936 vmw_context_get_dx_query_mob(struct vmw_resource *ctx_res) in vmw_context_get_dx_query_mob() argument
939 container_of(ctx_res, struct vmw_user_context, res); in vmw_context_get_dx_query_mob()
Dvmwgfx_drv.h1053 extern int vmw_context_bind_dx_query(struct vmw_resource *ctx_res,
1056 vmw_context_get_dx_query_mob(struct vmw_resource *ctx_res);
Dvmwgfx_execbuf.c821 static int vmw_rebind_all_dx_query(struct vmw_resource *ctx_res) in vmw_rebind_all_dx_query() argument
823 struct vmw_private *dev_priv = ctx_res->dev_priv; in vmw_rebind_all_dx_query()
831 dx_query_mob = vmw_context_get_dx_query_mob(ctx_res); in vmw_rebind_all_dx_query()
836 cmd = vmw_fifo_reserve_dx(dev_priv, sizeof(*cmd), ctx_res->id); in vmw_rebind_all_dx_query()
845 cmd->body.cid = ctx_res->id; in vmw_rebind_all_dx_query()
849 vmw_context_bind_dx_query(ctx_res, dx_query_mob); in vmw_rebind_all_dx_query()