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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c1757 UInt32 origwant; local
1776 origwant = *wantcnt;
1777 if ((UInt16) origwant == 0xffff ) /* should stop using */
1780 if ((UInt16) origwant == 0) {/* try to mark it as unsuable now */
1781 OSCompareAndSwap(origwant, newwant, wantcnt) ;
1793 origwant = *wantcnt;
1794 if ((UInt16) origwant == 0xffff ) {/* should stop using */
1798 newwant = origwant + 1;
1799 } while (!OSCompareAndSwap(origwant, newwant, wantcnt));
1811 origwant
[all...]

Completed in 14 milliseconds