Searched refs:fg_lflags (Results 1 – 8 of 8) sorted by relevance
2033 while (fg->fg_lflags & FG_RMMSGQ) { in fg_insertuipc_mark()2036 fg->fg_lflags |= FG_WRMMSGQ; in fg_insertuipc_mark()2037 msleep(&fg->fg_lflags, &fg->fg_lock, 0, "fg_insertuipc", NULL); in fg_insertuipc_mark()2043 fg->fg_lflags |= FG_INSMSGQ; in fg_insertuipc_mark()2067 if (fg->fg_lflags & FG_INSMSGQ) { in fg_insertuipc()2072 fg->fg_lflags &= ~FG_INSMSGQ; in fg_insertuipc()2073 if (fg->fg_lflags & FG_WINSMSGQ) { in fg_insertuipc()2074 fg->fg_lflags &= ~FG_WINSMSGQ; in fg_insertuipc()2075 wakeup(&fg->fg_lflags); in fg_insertuipc()2099 while (fg->fg_lflags & FG_INSMSGQ) { in fg_removeuipc_mark()[all …]
332 return (fg->fg_lflags & FG_CONFINED) == 0; in fg_sendable()880 (ofp->fp_glob->fg_lflags & FG_CONFINED) || in fdt_fork()2931 fg->fg_lflags |= FG_NOSIGPIPE; in sys_fcntl_nocancel()2933 fg->fg_lflags &= ~FG_NOSIGPIPE; in sys_fcntl_nocancel()2950 *retval = (fp->fp_glob->fg_lflags & FG_NOSIGPIPE) ? in sys_fcntl_nocancel()2968 if (fg->fg_lflags & FG_CONFINED) { in sys_fcntl_nocancel()2973 fg->fg_lflags |= FG_CONFINED; in sys_fcntl_nocancel()2989 *retval = (fp->fp_glob->fg_lflags & FG_CONFINED) ? 1 : 0; in sys_fcntl_nocancel()3088 if ((fg->fg_lflags & FG_HAS_OFDLOCK) == 0) { in sys_fcntl_nocancel()3090 fg->fg_lflags |= FG_HAS_OFDLOCK; in sys_fcntl_nocancel()[all …]
338 if (fg->fg_lflags & FG_CONFINED) { in lf_advlock()
650 (fp->fp_glob->fg_lflags & FG_NOSIGPIPE) == 0) { in dofilewrite()843 (fp->fp_glob->fg_lflags & FG_NOSIGPIPE) == 0) { in do_uiowrite()
1081 if (0 == (FG_CONFINED & fg->fg_lflags)) { in vnguard_sysc_setguard()
974 #define f_lflags fp_glob->fg_lflags
988 while (fg->fg_lflags & FG_OFF_LOCKED) { in vn_offset_lock()989 fg->fg_lflags |= FG_OFF_LOCKWANT; in vn_offset_lock()990 msleep(&fg->fg_lflags, &fg->fg_lock, PVFS | PSPIN, in vn_offset_lock()993 fg->fg_lflags |= FG_OFF_LOCKED; in vn_offset_lock()1003 if (fg->fg_lflags & FG_OFF_LOCKWANT) { in vn_offset_unlock()1006 fg->fg_lflags &= ~(FG_OFF_LOCKED | FG_OFF_LOCKWANT); in vn_offset_unlock()1009 wakeup(&fg->fg_lflags); in vn_offset_unlock()1763 (fg->fg_lflags & FG_HAS_OFDLOCK) != 0)) { in vn_closefile()1776 if ((fg->fg_lflags & FG_HAS_OFDLOCK) != 0) { in vn_closefile()
183 int32_t fg_lflags; /* file global flags */ member