Searched refs:cbuf_contiguify (Results 1 – 4 of 4) sorted by relevance
128 cbuf_contiguify(&chdr, NULL); in test_cbuf()137 cbuf_contiguify(&chdr, NULL); in test_cbuf()140 … cbuf_contiguify(&chdr, NULL); // check that a second "contiguify" operation doesn't mess things up in test_cbuf()156 cbuf_contiguify(&chdr, bitmap); in test_cbuf()
89 void cbuf_contiguify(struct cbufhead* chdr, uint8_t* bitmap);
196 void cbuf_contiguify(struct cbufhead* chdr, uint8_t* bitmap) { in cbuf_contiguify() function
252 cbuf_contiguify(&tp.recvbuf, tp.reassbmp); in ReceiveContiguify()