Searched defs:KMALLOC (Results 1 – 1 of 1) sorted by relevance
354 # define KMALLOC(a,b) (a) = (b)malloc(sizeof(*a)) macro490 # define KMALLOC(a, b) (a) = (b)malloc(sizeof(*(a)), _M_IPF, M_NOWAIT) macro573 # define KMALLOC(a,b) (a) = (b)new_kmem_alloc(sizeof(*(a)), \ macro