kevq 69 nfs/nfs_kq.c struct kevq {
kevq 70 nfs/nfs_kq.c SLIST_ENTRY(kevq) kev_link;
kevq 80 nfs/nfs_kq.c SLIST_HEAD(kevqlist, kevq);
kevq 104 nfs/nfs_kq.c struct kevq *ke;
kevq 191 nfs/nfs_kq.c struct kevq *ke;
kevq 211 nfs/nfs_kq.c SLIST_REMOVE(&kevlist, ke, kevq, kev_link);
kevq 265 nfs/nfs_kq.c struct kevq *ke;
kevq 322 nfs/nfs_kq.c MALLOC(ke, struct kevq *,
kevq 323 nfs/nfs_kq.c sizeof(struct kevq), M_KEVENT, M_WAITOK);