Searched defs:KMALLOCS (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 298 # define KMALLOCS(a,b,c) (a) = (b)kmem_alloc((c), KM_NOSLEEP) macro 488 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_IOSYS, M_NOWAIT) macro 632 # define KMALLOCS(a,b,c) (a) = (b)kmem_alloc((c), KM_NOSLEEP) macro 714 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_PFILT, \ macro 1190 # define KMALLOCS(x,t,s) (x) = (t)kmalloc((s), \ macro 1319 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_TEMP, \ macro 1481 # define KMALLOCS(a,b,c) (a) = (b)malloc(c) macro 1628 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), _M_IPF, M_NOWAIT) macro 1666 # define KMALLOCS(a,b,c) (a) = (b)new_kmem_alloc((c), KMEM_NOSLEEP) macro
|