Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dvfs_subr.c4309 static int sync_inactive(struct vop_inactive_args *);
4316 .vop_inactive = sync_inactive, /* inactive */
4443 sync_inactive(struct vop_inactive_args *ap) in sync_inactive() function