Home
last modified time | relevance | path

Searched refs:buf_alloc_size (Results 1 – 1 of 1) sorted by relevance

/libmctp-latest/
Dcore.c47 size_t buf_alloc_size; member
246 if (ctx->buf_size + len > ctx->buf_alloc_size) { in mctp_msg_ctx_add_pkt()
251 if (!ctx->buf_alloc_size) { in mctp_msg_ctx_add_pkt()
254 new_alloc_size = MAX(ctx->buf_alloc_size * 2, in mctp_msg_ctx_add_pkt()
265 ctx->buf_alloc_size = new_alloc_size; in mctp_msg_ctx_add_pkt()