Lines Matching defs:atomic
909 int error, s, dontroute, atomic;
921 atomic = sosendallatonce(so) || top;
971 if ((atomic && resid > so->so_snd.sb_hiwat) ||
977 (atomic || space < so->so_snd.sb_lowat || space < clen)) {
1032 if (atomic && top == 0) {
1048 if (atomic && top == 0 && len < mlen)
1067 } while (space > 0 && atomic);
1168 int atomic, flags, error, s, type;
1176 atomic = pr->pr_flags & PR_ATOMIC;
1242 m->m_nextpkt == NULL && !atomic)) {
1506 if (m && mbuf_removed && atomic)
1588 * If the MSG_WAITALL flag is set (for non-atomic socket),
1630 if (m && atomic) {