Searched refs:fg_msgcount (Results 1 - 9 of 9) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dfile_internal.h165 int32_t fg_msgcount; /* references from message queue */ member in struct:fileglob
/xnu-2782.1.97/bsd/kern/
H A Duipc_usrreq.c102 #define f_msgcount f_fglob->fg_msgcount
2102 if (fg->fg_count == fg->fg_msgcount) {
2219 if (fg->fg_count == fg->fg_msgcount && !(fg->fg_flag & FMARK)) {
H A Dkern_descrip.c161 #define f_msgcount f_fglob->fg_msgcount
5525 fg->fg_msgcount++;
5526 if (fg->fg_msgcount == 1) {
5572 fg->fg_msgcount--;
5573 if (fg->fg_msgcount == 0) {
H A Dposix_sem.c89 #define f_msgcount f_fglob->fg_msgcount
H A Dposix_shm.c89 #define f_msgcount f_fglob->fg_msgcount
H A Dsys_pipe.c151 #define f_msgcount f_fglob->fg_msgcount
H A Dkern_event.c459 #define f_msgcount f_fglob->fg_msgcount
H A Dsys_generic.c176 #define f_msgcount f_fglob->fg_msgcount
H A Duipc_syscalls.c107 #define f_msgcount f_fglob->fg_msgcount

Completed in 113 milliseconds