kqueue_alloc
p->p_kq = kqueue_alloc(p->p_fd);
kq = kqueue_alloc(fdp);
struct kqueue *kqueue_alloc(struct filedesc *);