Searched refs:config_ctx (Results 1 – 1 of 1) sorted by relevance
48 struct eventfd_ctx *config_ctx; member81 struct eventfd_ctx *config_ctx = v->config_ctx; in vhost_vdpa_config_cb() local83 if (config_ctx) in vhost_vdpa_config_cb()84 eventfd_signal(config_ctx, 1); in vhost_vdpa_config_cb()315 if (v->config_ctx) in vhost_vdpa_config_put()316 eventfd_ctx_put(v->config_ctx); in vhost_vdpa_config_put()331 swap(ctx, v->config_ctx); in vhost_vdpa_set_config_call()336 if (IS_ERR(v->config_ctx)) in vhost_vdpa_set_config_call()337 return PTR_ERR(v->config_ctx); in vhost_vdpa_set_config_call()