Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dvnode.h751 int vn_pollrecord(struct vnode *vp, struct thread *p, int events);
/f-stack/freebsd/kern/
H A Dvfs_default.c653 return (vn_pollrecord(ap->a_vp, ap->a_td, ap->a_events));
H A Dvfs_subr.c4919 vn_pollrecord(struct vnode *vp, struct thread *td, int events) in vn_pollrecord() function