Searched refs:M_WAITOK (Results 201 - 211 of 211) sorted by relevance

123456789

/xnu-2782.1.97/bsd/kern/
H A Duipc_socket2.c2698 canwait ? M_WAITOK : M_NOWAIT);
/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.c2433 M_WAITOK | M_ZERO);
H A Dcontent_filter.c920 M_WAITOK | M_ZERO);
H A Dpf.c9320 hd = _MALLOC(sizeof(*hd), M_DEVBUF, M_WAITOK);
/xnu-2782.1.97/bsd/netinet/
H A Dip_dummynet.c2458 * XXX: Ugly, but we need to allocate memory with M_WAITOK flag and we
2466 buf = _MALLOC(size, M_TEMP, M_WAITOK);
H A Dip_input.c516 M_IFADDR, M_WAITOK | M_ZERO);
H A Dip_output.c2997 imo = (how == M_WAITOK) ? zalloc(imo_zone) : zalloc_noblock(imo_zone);
H A Dtcp_usrreq.c2033 M_TEMP, M_WAITOK | M_ZERO);
/xnu-2782.1.97/bsd/netinet6/
H A Dicmp6.c3132 sizeof(struct icmp6_filter), M_PCB, M_WAITOK);
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cluster.c371 MALLOC_ZONE(rap, struct cl_readahead *, sizeof *rap, M_CLRDAHEAD, M_WAITOK);
421 MALLOC_ZONE(wbp, struct cl_writebehind *, sizeof *wbp, M_CLWRBEHIND, M_WAITOK);
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c839 MALLOC(bp, struct nfsbuf *, sizeof(struct nfsbuf), M_TEMP, M_WAITOK);

Completed in 264 milliseconds

123456789