Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Duipc_mbuf.c866 #define MEXT_PREF(m) ((m_get_rfa(m))->prefcnt)
3743 int16_t oprefcnt, prefcnt; local
3753 prefcnt = oprefcnt - 1;
3754 } while (!OSCompareAndSwap16(oprefcnt, prefcnt, addr));
3756 if (prefcnt > 1) {
3758 } else if (prefcnt == 1) {
3764 } else if (prefcnt == 0) {
/xnu-8796.141.3/bsd/sys/
H A Dmbuf.h599 u_int16_t prefcnt; member