Searched refs:config_ctx (Results 1 – 1 of 1) sorted by relevance
63 struct eventfd_ctx *config_ctx; member197 struct eventfd_ctx *config_ctx = v->config_ctx; in vhost_vdpa_config_cb() local199 if (config_ctx) in vhost_vdpa_config_cb()200 eventfd_signal(config_ctx); in vhost_vdpa_config_cb()521 if (v->config_ctx) { in vhost_vdpa_config_put()522 eventfd_ctx_put(v->config_ctx); in vhost_vdpa_config_put()523 v->config_ctx = NULL; in vhost_vdpa_config_put()539 swap(ctx, v->config_ctx); in vhost_vdpa_set_config_call()544 if (IS_ERR(v->config_ctx)) { in vhost_vdpa_set_config_call()545 long ret = PTR_ERR(v->config_ctx); in vhost_vdpa_set_config_call()[all …]