os_mem_zalloc
#define os_mem_zalloc(size) kmem_zalloc(size, KM_SLEEP)
#define os_mem_zalloc(size) kmalloc(size, M_NVMM, M_WAITOK | M_ZERO)