Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf2.c1468 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 Duipc_socket.c2384 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 Duipc_syscalls.c3313 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 Duipc_mbuf.c2282 _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 Dkern_event.c9021 return kev_post_msg_internal(event_msg, M_WAIT);
/xnu-11417.140.69/bsd/skywalk/packet/
H A Dpacket_kern.c647 m_how = M_WAIT; in kern_packet_clone_internal()
/xnu-11417.140.69/bsd/netinet6/
H A Draw_ip6.c555 M_PREPEND(m, sizeof(*ip6), M_WAIT, 1); in rip6_output()
/xnu-11417.140.69/bsd/netinet/
H A Draw_ip.c536 M_PREPEND(m, sizeof(struct ip), M_WAIT, 1); in rip_output()
H A Dtcp_subr.c4699 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 Dudp_usrreq.c3047 MGETHDR(m, M_WAIT, MT_HEADER); in udp_fill_keepalive_offload_frames()
H A Dip_output.c2381 MGET(m, sopt->sopt_p != kernproc ? M_WAIT : M_DONTWAIT, in ip_ctloutput()
/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h1431 #define M_WAIT M_WAITOK macro