Lines Matching defs:atomic
908 int error, s, dontroute, atomic;
920 atomic = sosendallatonce(so) || top;
970 if ((atomic && resid > so->so_snd.sb_hiwat) ||
976 (atomic || space < so->so_snd.sb_lowat || space < clen)) {
1031 if (atomic && top == 0) {
1047 if (atomic && top == 0 && len < mlen)
1066 } while (space > 0 && atomic);
1167 int atomic, flags, error, s, type;
1175 atomic = pr->pr_flags & PR_ATOMIC;
1241 m->m_nextpkt == NULL && !atomic)) {
1503 if (m && mbuf_removed && atomic)
1585 * If the MSG_WAITALL flag is set (for non-atomic socket),
1627 if (m && atomic) {