Searched refs:fg_lflags (Results 1 – 8 of 8) sorted by relevance
2022 while (fg->fg_lflags & FG_RMMSGQ) { in fg_insertuipc_mark()2025 fg->fg_lflags |= FG_WRMMSGQ; in fg_insertuipc_mark()2026 msleep(&fg->fg_lflags, &fg->fg_lock, 0, "fg_insertuipc", NULL); in fg_insertuipc_mark()2032 fg->fg_lflags |= FG_INSMSGQ; in fg_insertuipc_mark()2056 if (fg->fg_lflags & FG_INSMSGQ) { in fg_insertuipc()2061 fg->fg_lflags &= ~FG_INSMSGQ; in fg_insertuipc()2062 if (fg->fg_lflags & FG_WINSMSGQ) { in fg_insertuipc()2063 fg->fg_lflags &= ~FG_WINSMSGQ; in fg_insertuipc()2064 wakeup(&fg->fg_lflags); in fg_insertuipc()2088 while (fg->fg_lflags & FG_INSMSGQ) { in fg_removeuipc_mark()[all …]
334 return (fg->fg_lflags & FG_CONFINED) == 0; in fg_sendable()882 (ofp->fp_glob->fg_lflags & FG_CONFINED) || in fdt_fork()2923 fg->fg_lflags |= FG_NOSIGPIPE; in sys_fcntl_nocancel()2925 fg->fg_lflags &= ~FG_NOSIGPIPE; in sys_fcntl_nocancel()2942 *retval = (fp->fp_glob->fg_lflags & FG_NOSIGPIPE) ? in sys_fcntl_nocancel()2960 if (fg->fg_lflags & FG_CONFINED) { in sys_fcntl_nocancel()2965 fg->fg_lflags |= FG_CONFINED; in sys_fcntl_nocancel()2981 *retval = (fp->fp_glob->fg_lflags & FG_CONFINED) ? 1 : 0; in sys_fcntl_nocancel()3080 if ((fg->fg_lflags & FG_HAS_OFDLOCK) == 0) { in sys_fcntl_nocancel()3082 fg->fg_lflags |= FG_HAS_OFDLOCK; in sys_fcntl_nocancel()[all …]
338 if (fg->fg_lflags & FG_CONFINED) { in lf_advlock()
658 (fp->fp_glob->fg_lflags & FG_NOSIGPIPE) == 0) { in dofilewrite()850 (fp->fp_glob->fg_lflags & FG_NOSIGPIPE) == 0) { in do_uiowrite()
1081 if (0 == (FG_CONFINED & fg->fg_lflags)) { in vnguard_sysc_setguard()
969 #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()1753 (fg->fg_lflags & FG_HAS_OFDLOCK) != 0)) { in vn_closefile()1766 if ((fg->fg_lflags & FG_HAS_OFDLOCK) != 0) { in vn_closefile()
183 int32_t fg_lflags; /* file global flags */ member