Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_kcore.c71 ufile->f_msgcount = kfile->f_msgcount; in kcore_make_file()
H A Duipc_usrreq.c298 fp->f_msgcount++; in unp_add_right()
318 fp->f_msgcount--; in unp_del_right()
1959 if (fp->f_count == fp->f_msgcount && !(fp->f_flag & FMARK)) { in unp_gc_checkrefs()
2014 if (fp->f_count == fp->f_msgcount) in unp_gc_checkmarks()
/dragonfly/lib/libkvm/
H A Dkvm_file.c81 ufile->f_msgcount = kfile->f_msgcount; in kcore_make_file()
/dragonfly/sys/sys/
H A Dfile.h117 int f_msgcount; /* (U) reference count from message queue */ member
H A Dkinfo.h67 int f_msgcount; /* references from message queue */ member
/dragonfly/usr.sbin/pstat/
H A Dpstat.c905 printf(" %3d", fp->f_msgcount); in filemode()