Searched refs:buf_alloc (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | vsock_transport.h | 66 enum vsock_operation op, uint32_t buf_alloc, uint32_t fwd_cnt, mbuf_t m); 73 enum vsock_operation op, uint32_t buf_alloc, uint32_t fwd_cnt, mbuf_t m);
|
| H A D | buf.h | 719 buf_t buf_alloc(vnode_t vp);
|
| /xnu-11215/bsd/kern/ |
| H A D | vsock_domain.c | 315 uint32_t buf_alloc = pcb->so->so_rcv.sb_hiwat; in vsock_pcb_send_message() local 319 pcb->last_buf_alloc = buf_alloc; in vsock_pcb_send_message() 323 error = vsock_put_message(src, dst, operation, buf_alloc, fwd_cnt, m); in vsock_pcb_send_message() 327 error = transport->put_message(transport->provider, src, dst, operation, buf_alloc, fwd_cnt, m); in vsock_pcb_send_message() 330 pcb->last_buf_alloc = buf_alloc; in vsock_pcb_send_message() 671 …ddress src, struct vsock_address dst, enum vsock_operation op, uint32_t buf_alloc, uint32_t fwd_cn… in vsock_put_message() argument 690 int buffers_changed = (pcb->peer_buf_alloc != buf_alloc) || (pcb->peer_fwd_cnt) != fwd_cnt; in vsock_put_message() 691 pcb->peer_buf_alloc = buf_alloc; in vsock_put_message()
|
| H A D | kern_physio.c | 124 bp = buf_alloc((vnode_t)0); in physio()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_bio.c | 1577 buf_alloc(vnode_t vp) in buf_alloc() function
|