Home
last modified time | relevance | path

Searched refs:M_WRITABLE (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h943 #define M_WRITABLE(m) (((m)->m_flags & M_EXT) == 0 || !MCLHASREFERENCE(m)) macro
989 (M_WRITABLE(m) ? ((m)->m_data - (uintptr_t)M_START(m)) : 0)
998 (M_WRITABLE(m) ? \
/xnu-11417.140.69/bsd/kern/
H A Duipc_socket2.c1717 M_WRITABLE(n) && in sbcompress()