Searched refs:copy_flag (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/kern/
H A Duipc_socket.c1726 int copy_flag; local
1729 copy_flag = M_NOWAIT;
1731 copy_flag = M_WAIT;
1732 if (copy_flag == M_WAITOK)
1734 *mp = m_copym(m, 0, len, copy_flag);
1735 if (copy_flag == M_WAITOK)

Completed in 96 milliseconds