Searched defs:KMALLOCS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h293 # define KMALLOCS(a,b,c) (a) = (b)kmem_alloc((c), KM_NOSLEEP) macro
482 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_IOSYS, M_NOWAIT) macro
626 # define KMALLOCS(a,b,c) (a) = (b)kmem_alloc((c), KM_NOSLEEP) macro
708 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_PFILT, \ macro
1184 # define KMALLOCS(x,t,s) (x) = (t)kmalloc((s), \ macro
1313 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_TEMP, \ macro
1475 # define KMALLOCS(a,b,c) (a) = (b)malloc(c) macro
1621 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), _M_IPF, M_NOWAIT) macro
1659 # define KMALLOCS(a,b,c) (a) = (b)new_kmem_alloc((c), KMEM_NOSLEEP) macro

Completed in 76 milliseconds