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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c1758 UInt32 newwant; local
1779 newwant = 0xffff;
1781 OSCompareAndSwap(origwant, newwant, wantcnt) ;
1798 newwant = origwant + 1;
1799 } while (!OSCompareAndSwap(origwant, newwant, wantcnt));
1822 newwant = origwant - 1;
1823 } while (!OSCompareAndSwap(origwant, newwant, wantcnt));

Completed in 20 milliseconds