Searched refs:M_WAIT (Results 1 – 12 of 12) sorted by relevance
| /xnu-11417.140.69/bsd/kern/ |
| H A D | uipc_mbuf2.c | 1468 tag = m_tag_create(id, type, len, M_WAIT, m); in do_m_tag_test() 1549 tag = m_tag_create(id, type, len, M_WAIT, m); in do_test_m_tag_unlink()
|
| H A D | uipc_socket.c | 2384 hdrs_needed, M_WAIT, 0, in sosend() 2407 hdrs_needed, M_WAIT, 0, in sosend() 2431 hdrs_needed, M_WAIT, 0, in sosend() 2451 hdrs_needed, M_WAIT, 0, in sosend() 2476 M_WAIT, MT_DATA); in sosend() 2479 M_WAIT, MT_DATA); in sosend() 3450 m = m_get(M_WAIT, MT_DATA); in soreceive() 3871 copy_flag = M_WAIT; in soreceive() 6383 how = sopt->sopt_p != kernproc ? M_WAIT : M_DONTWAIT; in soopt_getm()
|
| H A D | uipc_syscalls.c | 3313 m = m_get(M_WAIT, type); in sockargs() 3318 MCLGET(m, M_WAIT); in sockargs() 3696 *m = m_getpackets_internal(&needed, 1, M_WAIT, 1, MBIGCLBYTES); in alloc_sendpkt() 3940 alloc_sendpkt(M_WAIT, xfsize, &nbufs, &m0, jumbocl); in sendfile()
|
| H A D | uipc_mbuf.c | 2282 _CASSERT(MBUF_WAITOK == M_WAIT); in mbinit() 2409 freelist_populate(m_class(MC_BIGCL), initmcl, M_WAIT); in mbinit() 2953 (wait & MCR_NOSLEEP) ? M_DONTWAIT : M_WAIT); in mbuf_slab_alloc() 4168 (void) freelist_populate(class, m_minlimit(class), M_WAIT); 5691 return m_getpackets_internal(&num_needed, 1, M_WAIT, 1, 8318 freelist_populate(MC_CL, n, M_WAIT); 8337 freelist_populate(MC_BIGCL, n, M_WAIT); 8356 (void) freelist_populate(MC_16KCL, n, M_WAIT); 8378 if (freelist_populate(MC_MBUF, 1, M_WAIT) == 0) {
|
| H A D | kern_event.c | 9021 return kev_post_msg_internal(event_msg, M_WAIT);
|
| /xnu-11417.140.69/bsd/skywalk/packet/ |
| H A D | packet_kern.c | 647 m_how = M_WAIT; in kern_packet_clone_internal()
|
| /xnu-11417.140.69/bsd/netinet6/ |
| H A D | raw_ip6.c | 555 M_PREPEND(m, sizeof(*ip6), M_WAIT, 1); in rip6_output()
|
| /xnu-11417.140.69/bsd/netinet/ |
| H A D | raw_ip.c | 536 M_PREPEND(m, sizeof(struct ip), M_WAIT, 1); in rip_output()
|
| H A D | tcp_subr.c | 4699 MGETHDR(m, M_WAIT, MT_HEADER); in tcp_make_keepalive_frame() 5109 nm = kalloc_type(struct tcp_notify_ack_marker, M_WAIT | Z_ZERO); in tcp_add_notify_ack_marker()
|
| H A D | udp_usrreq.c | 3047 MGETHDR(m, M_WAIT, MT_HEADER); in udp_fill_keepalive_offload_frames()
|
| H A D | ip_output.c | 2381 MGET(m, sopt->sopt_p != kernproc ? M_WAIT : M_DONTWAIT, in ip_ctloutput()
|
| /xnu-11417.140.69/bsd/sys/ |
| H A D | mbuf.h | 1431 #define M_WAIT M_WAITOK macro
|