Searched refs:log_ctx (Results 1 – 7 of 7) sorted by relevance
428 struct dc_log_buffer_ctx *log_ctx) in dm_dtn_log_begin() argument432 if (!log_ctx) { in dm_dtn_log_begin()437 dm_dtn_log_append_v(ctx, log_ctx, "%s", msg); in dm_dtn_log_begin()442 struct dc_log_buffer_ctx *log_ctx, in dm_dtn_log_append_v() argument449 if (!log_ctx) { in dm_dtn_log_append_v()472 total = log_ctx->pos + n + 1; in dm_dtn_log_append_v()474 if (total > log_ctx->size) { in dm_dtn_log_append_v()478 memcpy(buf, log_ctx->buf, log_ctx->pos); in dm_dtn_log_append_v()479 kfree(log_ctx->buf); in dm_dtn_log_append_v()481 log_ctx->buf = buf; in dm_dtn_log_append_v()[all …]
36 struct dc_log_buffer_ctx *log_ctx);
389 vq->log_ctx = NULL; in vhost_vq_reset()597 dev->log_ctx = NULL; in vhost_dev_init()1218 if (dev->log_ctx) in vhost_dev_cleanup()1219 eventfd_ctx_put(dev->log_ctx); in vhost_dev_cleanup()1220 dev->log_ctx = NULL; in vhost_dev_cleanup()2395 swap(ctx, d->log_ctx); in vhost_dev_ioctl()2398 d->vqs[i]->log_ctx = d->log_ctx; in vhost_dev_ioctl()2565 if (vq->log_ctx) in vhost_log_write()2566 eventfd_signal(vq->log_ctx); in vhost_log_write()2584 if (vq->log_ctx) in vhost_update_used_flags()[all …]
108 struct eventfd_ctx *log_ctx; member183 struct eventfd_ctx *log_ctx; member
32 struct dc_log_buffer_ctx *log_ctx);
75 struct dc_log_buffer_ctx *log_ctx) in dcn20_log_color_state() argument
1158 void (*log_hw_state)(struct dc *dc, struct dc_log_buffer_ctx *log_ctx);1160 struct dc_log_buffer_ctx *log_ctx);