wapbl_calloc
#define wapbl_calloc(n, s) kmem_zalloc((n)*(s), KM_SLEEP)
#define wapbl_calloc(n, s) calloc((n), (s))