Home
last modified time | relevance | path

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

/NextBSD/sys/vm/
HDswap_pager.c399 static int swaponvp(struct thread *, struct vnode *, u_long);
2040 error = swaponvp(td, vp, attr.va_size / DEV_BSIZE); in sys_swapon()
2703 swaponvp(struct thread *td, struct vnode *vp, u_long nblks) in swaponvp() function