Home
last modified time | relevance | path

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

/freebsd/usr.bin/procstat/
H A Dprocstat_files.c538 if (fst->fs_ref_count > -1) in procstat_files()
540 fst->fs_ref_count); in procstat_files()
/freebsd/lib/libprocstat/
H A Dlibprocstat.h124 int fs_ref_count; /* Reference count. */ member
H A Dlibprocstat.c397 entry->fs_ref_count = refcount; in filestat_new_entry()