Lines Matching defs:atomic
50 #include <sys/atomic.h>
597 int atomic = sosendallatonce(so) || top;
653 if (atomic && resid > so->so_snd.sb_hiwat)
657 (atomic && resid > so->so_snd.sb_hiwat - clen))
662 (atomic || space < so->so_snd.sb_lowat))) {
684 error = m_getuio(&top, atomic, space, uio);
724 m_getuio(struct mbuf **mp, int atomic, long space, struct uio *uio)
757 if (atomic && m == top && len < mlen - max_hdr)
766 if (atomic && m == top && len < mlen - max_hdr)
1171 * If the MSG_WAITALL flag is set (for non-atomic socket),