Searched refs:M_NOWAIT (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkeydb.c94 p = (struct secashead *)_MALLOC(sizeof(*p), M_SECA, M_NOWAIT);
183 p = (struct secreplay *)_MALLOC(sizeof(*p), M_SECA, M_NOWAIT);
194 p->bitmap = (caddr_t)_MALLOC(wsize, M_SECA, M_NOWAIT);
H A Dkeysock.c171 M_PREPEND(m, sizeof(struct sadb_msg), M_NOWAIT);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_malloc.c563 if (flags & M_NOWAIT) {
617 if (flags & M_NOWAIT) {
623 if (flags & M_NOWAIT) {
H A Dkern_core.c240 MALLOC(alloced_name, char *, MAXPATHLEN, M_TEMP, M_NOWAIT | M_ZERO);
H A Dkpi_socket.c510 control = m_get(M_NOWAIT, MT_CONTROL);
652 control = m_get(M_NOWAIT, MT_CONTROL);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmalloc.h82 #define M_NOWAIT 0x0001 macro
H A Dmbuf.h278 #define M_DONTWAIT M_NOWAIT
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dkpi_ipfilter.c243 sizeof (ipfilter_t), M_NOWAIT);
281 sizeof (ipfilter_t), M_NOWAIT);
351 sizeof (ipfilter_t), M_NOWAIT);
H A Digmp.c246 rti = find_rti(ifp, M_NOWAIT);
H A Dip_compat.h320 # define KMALLOC(a, b, c) MALLOC((a), b, (c), M_PFIL, M_NOWAIT)
324 # define KMALLOC(a, b, c) MALLOC((a), b, (c), M_TEMP, M_NOWAIT)
H A Dip_flow.c339 M_NOWAIT);
H A Dip_mroute.c948 rt = (struct mfc *) _MALLOC(sizeof(*rt), M_MRTABLE, M_NOWAIT);
1175 rte = (struct rtdetq *) _MALLOC((sizeof *rte), M_MRTABLE, M_NOWAIT);
1201 rt = (struct mfc *) _MALLOC(sizeof(*rt), M_MRTABLE, M_NOWAIT);
H A Dip_divert.c328 sizeof(struct divert_tag), M_NOWAIT);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipcomp_output.c171 mcopy = m_copym(m, 0, M_COPYALL, M_NOWAIT);
176 md0 = m_copym(md, 0, M_COPYALL, M_NOWAIT);
H A Dipcomp_core.c113 * Allocation fails if we use M_NOWAIT because init allocates
155 ptr = _MALLOC(items * siz, M_TEMP, M_NOWAIT);
H A Dah_core.c277 state->foo = (void *)_MALLOC(sizeof(MD5_CTX), M_TEMP, M_NOWAIT);
396 state->foo = (void *)_MALLOC(sizeof(SHA1_CTX), M_TEMP, M_NOWAIT);
522 state->foo = (void *)_MALLOC(64 + 64 + sizeof(MD5_CTX), M_TEMP, M_NOWAIT);
647 M_TEMP, M_NOWAIT);
776 M_TEMP, M_NOWAIT);
908 M_TEMP, M_NOWAIT);
1041 M_TEMP, M_NOWAIT);
H A Dip6_mroute.c827 M_NOWAIT);
1045 M_NOWAIT);
1081 M_NOWAIT);
H A Dah_input.c268 cksum = _MALLOC(siz1, M_TEMP, M_NOWAIT);
695 cksum = _MALLOC(siz1, M_TEMP, M_NOWAIT);
H A Dnd6_rtr.c800 n = (struct nd_defrouter *)_MALLOC(sizeof(*n), M_IP6NDP, M_NOWAIT);
848 new = (struct nd_pfxrouter *)_MALLOC(sizeof(*new), M_IP6NDP, M_NOWAIT);
975 new = (struct nd_prefix *)_MALLOC(sizeof(*new), M_IP6NDP, M_NOWAIT);
H A Dip6_output.c1904 if (dst->type == NULL && canwait == M_NOWAIT)\
1923 if (dst == NULL && canwait == M_NOWAIT)
1931 if (dst->ip6po_pktinfo == NULL && canwait == M_NOWAIT)
1938 if (dst->ip6po_nexthop == NULL && canwait == M_NOWAIT)
H A Din6_prefix.c759 M_NOWAIT);
868 M_NOWAIT);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dppp_deflate.c162 MALLOC(ptr, void *, items * size, M_DEVBUF, M_NOWAIT);
196 M_DEVBUF, M_NOWAIT);
426 M_DEVBUF, M_NOWAIT);
H A Dif_media.c156 entry = _MALLOC(sizeof(*entry), M_IFADDR, M_NOWAIT);
H A Dkpi_interface.c144 MALLOC(ifp->if_broadcast.u.ptr, u_char*, init->broadcast_len, M_IFADDR, M_NOWAIT);
793 MALLOC(*addresses, ifaddr_t*, sizeof(ifaddr_t) * (cmax + 1), M_TEMP, M_NOWAIT);
1012 MALLOC(*addresses, ifmultiaddr_t*, sizeof(ifmultiaddr_t) * (cmax + 1), M_TEMP, M_NOWAIT);
1126 M_TEMP, M_NOWAIT);
H A Dbsd_comp.c384 MALLOC(db, struct bsd_db *, newlen, M_DEVBUF, M_NOWAIT);
393 M_DEVBUF, M_NOWAIT);

Completed in 107 milliseconds

12