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

/xnu-2782.1.97/bsd/sys/
H A Dfile_internal.h164 int32_t fg_count; /* reference count */ member in struct:fileglob
/xnu-2782.1.97/bsd/kern/
H A Duipc_usrreq.c2076 if (fg->fg_count == 0) {
2102 if (fg->fg_count == fg->fg_msgcount) {
2209 if (fg->fg_count == 0) {
2219 if (fg->fg_count == fg->fg_msgcount && !(fg->fg_flag & FMARK)) {
2220 fg->fg_count++;
H A Dkern_descrip.c4449 fg->fg_count = 1;
4957 fg->fg_count--;
4959 if (fg->fg_count > 0) {
4964 if (fg->fg_count != 0)
4965 panic("fg %p: being freed with bad fg_count (%d)", fg, fg->fg_count);
5466 if (fg->fg_count == 0)
5470 fg->fg_count++;
5494 fg->fg_count--;
5524 fg->fg_count
[all...]
H A Dproc_info.c1638 if (fp->f_fglob->fg_count > 1)

Completed in 43 milliseconds