Searched refs:ctx_pubdata_sz (Results 1 – 2 of 2) sorted by relevance
142 ctx->ctx_pubdata_sz += range->length; in log_collect_public_range_data()159 .offset = ctx->ctx_pubdata_sz, in log_create_range()568 if (ctx->ctx_pubdata_sz == 0) { in os_log_context_encode()576 if (!log_fits(ctx, ctx->ctx_pubdata_sz) && logmem_ready(ctx->ctx_logmem)) { in os_log_context_encode()577 size_t space_needed = log_context_cursor(ctx) + ctx->ctx_pubdata_sz - ctx->ctx_buffer; in os_log_context_encode()
121 uint16_t ctx_pubdata_sz; member