Searched refs:fg_count (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h141 int32_t fg_count; /* reference count */ member in struct:fileglob
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_usrreq.c1420 if (fg->fg_count == 0) {
1446 if (fg->fg_count == fg->fg_msgcount) {
1555 if (fg->fg_count == 0) {
1565 if (fg->fg_count == fg->fg_msgcount && !(fg->fg_flag & FMARK)) {
1566 fg->fg_count++;
H A Dkern_descrip.c3414 fg->fg_count = 1;
3957 fg->fg_count--;
3959 if (fg->fg_count > 0) {
3964 if (fg->fg_count != 0)
3965 panic("fg %p: being freed with bad fg_count (%d)", fg, fg->fg_count);
4268 if (fg->fg_count == 0)
4271 fg->fg_count++;
4295 fg->fg_count--;
4325 fg->fg_count
[all...]
H A Dproc_info.c925 if (fp->f_fglob->fg_count)
H A Dkern_sysctl.c1030 nef.f_count = fg->fg_count;

Completed in 50 milliseconds