Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_sendbuf.c214 size_t size, bsize, copied; in nxt_sendbuf_copy_coalesce() local
219 bsize = nxt_buf_mem_size(bm); in nxt_sendbuf_copy_coalesce()
221 if (bsize != 0) { in nxt_sendbuf_copy_coalesce()
223 if (size > bsize && bm->pos == bm->free) { in nxt_sendbuf_copy_coalesce()
232 bm->pos = nxt_malloc(bsize); in nxt_sendbuf_copy_coalesce()
297 size_t size, bsize; in nxt_sendbuf_copy() local
306 bsize = bm->end - bm->free; in nxt_sendbuf_copy()
308 size = nxt_min(size, bsize); in nxt_sendbuf_copy()
H A Dnxt_port_memory.c714 size_t bsize; in nxt_port_mmap_write() local
724 bsize = sb->niov * sizeof(nxt_port_mmap_msg_t); in nxt_port_mmap_write()
756 sb->iobuf[0].iov_len = bsize; in nxt_port_mmap_write()
758 sb->size = bsize; in nxt_port_mmap_write()