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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dsys_dep.c65 #define f_msgcount f_fglob->fg_msgcount
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h142 int32_t fg_msgcount; /* references from message queue */ member in struct:fileglob
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_usrreq.c99 #define f_msgcount f_fglob->fg_msgcount
1446 if (fg->fg_count == fg->fg_msgcount) {
1565 if (fg->fg_count == fg->fg_msgcount && !(fg->fg_flag & FMARK)) {
H A Dkern_descrip.c151 #define f_msgcount f_fglob->fg_msgcount
4326 fg->fg_msgcount++;
4327 if (fg->fg_msgcount == 1) {
4373 fg->fg_msgcount--;
4374 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.c132 #define f_msgcount f_fglob->fg_msgcount
H A Dkern_event.c370 #define f_msgcount f_fglob->fg_msgcount
H A Dkern_sysctl.c1031 nef.f_msgcount = fg->fg_msgcount;
H A Dsys_generic.c161 #define f_msgcount f_fglob->fg_msgcount
H A Duipc_syscalls.c104 #define f_msgcount f_fglob->fg_msgcount

Completed in 85 milliseconds