Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/procstat/
H A Dprocstat_files.c527 if (fst->fs_ref_count > -1) in procstat_files()
529 fst->fs_ref_count); in procstat_files()
/freebsd-14.2/lib/libprocstat/
H A Dlibprocstat.h122 int fs_ref_count; /* Reference count. */ member
H A Dlibprocstat.c399 entry->fs_ref_count = refcount; in filestat_new_entry()