| /xnu-8020.140.41/bsd/net/ |
| H A D | bpf.c | 384 MGETHDR(m, M_WAIT, MT_DATA); in bpf_movein() 389 MCLGET(m, M_WAIT); in bpf_movein() 806 d = kalloc_type(struct bpf_d, M_WAIT | Z_ZERO); in bpfopen() 2199 fcode = (struct bpf_insn *) kalloc_data(size, M_WAIT); in bpf_setf() 3567 d->bd_fbuf = (caddr_t) kalloc_data(d->bd_bufsize, M_WAIT); in bpf_allocbufs() 3572 d->bd_sbuf = (caddr_t) kalloc_data(d->bd_bufsize, M_WAIT); in bpf_allocbufs() 3641 bp_new = kalloc_type(struct bpf_if, M_WAIT | Z_ZERO); in bpf_attach()
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | uipc_socket.c | 2348 hdrs_needed, M_WAIT, 0, in sosend() 2371 hdrs_needed, M_WAIT, 0, in sosend() 2395 hdrs_needed, M_WAIT, 0, in sosend() 2415 hdrs_needed, M_WAIT, 0, in sosend() 2440 M_WAIT, MT_DATA); in sosend() 2443 M_WAIT, MT_DATA); in sosend() 2811 num_needed, M_WAIT, 1, in sosend_list() 2817 num_needed, M_WAIT, 1, in sosend_list() 2822 bytes_to_alloc, NULL, M_WAIT, 1, 0); in sosend_list() 3470 m = m_get(M_WAIT, MT_DATA); in soreceive() [all …]
|
| H A D | uipc_syscalls.c | 2786 m = m_get(M_WAIT, type); in sockargs() 2791 MCLGET(m, M_WAIT); in sockargs() 3352 *m = m_getpackets_internal(&needed, 1, M_WAIT, 1, MBIGCLBYTES); in alloc_sendpkt() 3589 alloc_sendpkt(M_WAIT, xfsize, &nbufs, &m0, jumbocl); in sendfile()
|
| H A D | uipc_mbuf.c | 1610 _CASSERT(MBUF_WAITOK == M_WAIT); in mbinit() 1744 freelist_populate(m_class(MC_BIGCL), initmcl, M_WAIT); in mbinit() 2249 (wait & MCR_NOSLEEP) ? M_DONTWAIT : M_WAIT); in mbuf_slab_alloc() 3473 (void) freelist_populate(class, m_minlimit(class), M_WAIT); 4742 return m_getpackets_internal(&num_needed, 1, M_WAIT, 1, 7124 freelist_populate(MC_CL, n, M_WAIT); 7143 freelist_populate(MC_BIGCL, n, M_WAIT); 7162 (void) freelist_populate(MC_16KCL, n, M_WAIT); 7184 if (freelist_populate(MC_MBUF, 1, M_WAIT) == 0) {
|
| H A D | kern_event.c | 8382 return kev_post_msg_internal(event_msg, M_WAIT); in kev_post_msg()
|
| /xnu-8020.140.41/bsd/skywalk/packet/ |
| H A D | packet_kern.c | 595 m_how = M_WAIT; in kern_packet_clone_internal()
|
| /xnu-8020.140.41/bsd/netinet6/ |
| H A D | raw_ip6.c | 535 M_PREPEND(m, sizeof(*ip6), M_WAIT, 1); in rip6_output()
|
| /xnu-8020.140.41/bsd/netinet/ |
| H A D | raw_ip.c | 493 M_PREPEND(m, sizeof(struct ip), M_WAIT, 1); in rip_output()
|
| H A D | tcp_subr.c | 3926 MGETHDR(m, M_WAIT, MT_HEADER); in tcp_make_keepalive_frame() 4331 nm = kalloc_type(struct tcp_notify_ack_marker, M_WAIT | Z_ZERO); in tcp_add_notify_ack_marker()
|
| H A D | udp_usrreq.c | 2907 MGETHDR(m, M_WAIT, MT_HEADER); in udp_fill_keepalive_offload_frames()
|
| H A D | ip_output.c | 2277 MGET(m, sopt->sopt_p != kernproc ? M_WAIT : M_DONTWAIT, in ip_ctloutput()
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | mbuf.h | 1307 #define M_WAIT M_WAITOK macro
|
| /xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 928 &one, M_WAIT, 1, 0); in convert_native_pkt_to_mbuf_chain() 932 &one, M_WAIT, 1, 0); in convert_native_pkt_to_mbuf_chain() 936 &one, M_WAIT, 1, 0); in convert_native_pkt_to_mbuf_chain()
|