Home
last modified time | relevance | path

Searched refs:config_ctx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/vhost/
H A Dvdpa.c48 struct eventfd_ctx *config_ctx; member
81 struct eventfd_ctx *config_ctx = v->config_ctx; in vhost_vdpa_config_cb() local
83 if (config_ctx) in vhost_vdpa_config_cb()
84 eventfd_signal(config_ctx, 1); in vhost_vdpa_config_cb()
318 if (v->config_ctx) { in vhost_vdpa_config_put()
319 eventfd_ctx_put(v->config_ctx); in vhost_vdpa_config_put()
320 v->config_ctx = NULL; in vhost_vdpa_config_put()
336 swap(ctx, v->config_ctx); in vhost_vdpa_set_config_call()
341 if (IS_ERR(v->config_ctx)) { in vhost_vdpa_set_config_call()
[all...]
/kernel/linux/linux-6.6/drivers/vhost/
H A Dvdpa.c58 struct eventfd_ctx *config_ctx; member
172 struct eventfd_ctx *config_ctx = v->config_ctx; in vhost_vdpa_config_cb() local
174 if (config_ctx) in vhost_vdpa_config_cb()
175 eventfd_signal(config_ctx, 1); in vhost_vdpa_config_cb()
468 if (v->config_ctx) { in vhost_vdpa_config_put()
469 eventfd_ctx_put(v->config_ctx); in vhost_vdpa_config_put()
470 v->config_ctx = NULL; in vhost_vdpa_config_put()
486 swap(ctx, v->config_ctx); in vhost_vdpa_set_config_call()
491 if (IS_ERR(v->config_ctx)) { in vhost_vdpa_set_config_call()
[all...]

Completed in 3 milliseconds