Home
last modified time | relevance | path

Searched defs:KMALLOC (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h297 # define KMALLOC(a,b) (a) = (b)kmem_alloc(sizeof(*(a)), KM_NOSLEEP) macro
486 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_IOSYS, M_NOWAIT) macro
630 # define KMALLOC(a,b) (a) = (b)kmem_alloc(sizeof(*(a)), KM_NOSLEEP) macro
712 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_PFILT, M_NOWAIT) macro
1186 # define KMALLOC(x,t) (x) = (t)kmalloc(sizeof(*(x)), \ macro
1317 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), M_TEMP, M_NOWAIT) macro
1479 # define KMALLOC(a,b) (a) = (b)malloc(sizeof(*a)) macro
1625 # define KMALLOC(a, b) MALLOC((a), b, sizeof(*(a)), _M_IPF, M_NOWAIT) macro
1662 # define KMALLOC(a,b) (a) = (b)new_kmem_alloc(sizeof(*(a)), \ macro