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

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h286 # define KMALLOCS(a,b,c) (a) = (b)kmem_alloc((c), KM_NOSLEEP) macro
487 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_IOSYS, M_NOWAIT) macro
630 # 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
795 # define KMALLOCS(a, b, c) (a) = (b)malloc((c), _M_IPF, M_NOWAIT) macro
1231 # define KMALLOCS(x,t,s) (x) = (t)kmalloc((s), \ macro
1360 # define KMALLOCS(a, b, c) MALLOC((a), b, (c), M_TEMP, \ macro
1529 # define KMALLOCS(a,b,c) (a) = (b)malloc(c) macro
1668 # define KMALLOCS(a, b, c) do { \ macro
1676 # define KMALLOCS macro
1718 # define KMALLOCS macro
[all...]

Completed in 53 milliseconds