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

/freebsd-12-stable/sys/opencrypto/
H A Dxform_userland.h34 #define KMALLOC(size, type, flags) malloc(size, type, flags) macro
43 #define KMALLOC(size, type, flags) malloc(size) macro
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h350 # define KMALLOC(a,b) (a) = (b)malloc(sizeof(*a)) macro
486 # define KMALLOC(a, b) (a) = (b)malloc(sizeof(*(a)), _M_IPF, M_NOWAIT) macro
569 # define KMALLOC(a,b) (a) = (b)new_kmem_alloc(sizeof(*(a)), \ macro

Completed in 112 milliseconds