Home
last modified time | relevance | path

Searched refs:vn_pollrecord (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/sys/
HDvnode.h690 int vn_pollrecord(struct vnode *vp, struct thread *p, int events);
/NextBSD/sys/kern/
HDvfs_default.c577 return (vn_pollrecord(ap->a_vp, ap->a_td, ap->a_events));
HDvfs_subr.c3949 vn_pollrecord(struct vnode *vp, struct thread *td, int events) in vn_pollrecord() function