Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/procstat/
Dprocstat_files.c454 if (fst->fs_ref_count > -1) in procstat_files()
455 printf("%3d ", fst->fs_ref_count); in procstat_files()
/freebsd-10-stable/lib/libprocstat/
Dlibprocstat.h111 int fs_ref_count; /* Reference count. */ member
Dlibprocstat.c396 entry->fs_ref_count = refcount; in filestat_new_entry()