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

/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h376 # define KMALLOCS(a,b,c) (a) = (b)malloc(c) macro
520 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), _M_IPF, M_NOWAIT) macro
602 # define KMALLOCS(a,b,c) (a) = (b)new_kmem_alloc((c), KMEM_NOSLEEP) macro

Completed in 158 milliseconds