Home
last modified time | relevance | path

Searched refs:FG_RMMSGQ (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dfile_internal.h153 #define FG_RMMSGQ 0x08 /* the fileglob is being removed from msgqueue */ macro
/xnu-11215.1.10/bsd/kern/
H A Duipc_usrreq.c2232 while (fg->fg_lflags & FG_RMMSGQ) { in fg_insertuipc_mark()
2306 fg->fg_lflags |= FG_RMMSGQ; in fg_removeuipc_mark()
2330 if (fg->fg_lflags & FG_RMMSGQ) { in fg_removeuipc()
2335 fg->fg_lflags &= ~FG_RMMSGQ; in fg_removeuipc()
2798 VERIFY(fg->fg_lflags & FG_RMMSGQ); in unp_discard()