Searched refs:config_ctx (Results 1 – 1 of 1) sorted by relevance
58 struct eventfd_ctx *config_ctx; member168 struct eventfd_ctx *config_ctx = v->config_ctx; in vhost_vdpa_config_cb() local170 if (config_ctx) in vhost_vdpa_config_cb()171 eventfd_signal(config_ctx, 1); in vhost_vdpa_config_cb()410 if (v->config_ctx) { in vhost_vdpa_config_put()411 eventfd_ctx_put(v->config_ctx); in vhost_vdpa_config_put()412 v->config_ctx = NULL; in vhost_vdpa_config_put()428 swap(ctx, v->config_ctx); in vhost_vdpa_set_config_call()433 if (IS_ERR(v->config_ctx)) { in vhost_vdpa_set_config_call()434 long ret = PTR_ERR(v->config_ctx); in vhost_vdpa_set_config_call()[all …]