EV_Q_ALLOCSIZE
ev->ev_q = kmem_zalloc(EV_Q_ALLOCSIZE, KM_SLEEP);
kmem_free(ev->ev_q, EV_Q_ALLOCSIZE);