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