Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dbpf.c384 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 Duipc_socket.c2348 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 Duipc_syscalls.c2786 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 Duipc_mbuf.c1610 _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 Dkern_event.c8382 return kev_post_msg_internal(event_msg, M_WAIT); in kev_post_msg()
/xnu-8020.140.41/bsd/skywalk/packet/
H A Dpacket_kern.c595 m_how = M_WAIT; in kern_packet_clone_internal()
/xnu-8020.140.41/bsd/netinet6/
H A Draw_ip6.c535 M_PREPEND(m, sizeof(*ip6), M_WAIT, 1); in rip6_output()
/xnu-8020.140.41/bsd/netinet/
H A Draw_ip.c493 M_PREPEND(m, sizeof(struct ip), M_WAIT, 1); in rip_output()
H A Dtcp_subr.c3926 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 Dudp_usrreq.c2907 MGETHDR(m, M_WAIT, MT_HEADER); in udp_fill_keepalive_offload_frames()
H A Dip_output.c2277 MGET(m, sopt->sopt_p != kernproc ? M_WAIT : M_DONTWAIT, in ip_ctloutput()
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h1307 #define M_WAIT M_WAITOK macro
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c928 &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()