Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/procfs/
H A Dprocfs_vfsops.c73 if (mp->mnt_vfc->vfc_refcount == 1 && (error = at_exit(procfs_exit))) { in procfs_mount()
110 rm_at_exit(procfs_exit); in procfs_unmount()
H A Dprocfs.h121 void procfs_exit (struct thread *);
H A Dprocfs_subr.c499 procfs_exit(struct thread *td) in procfs_exit() function