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

/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.c2134 UInt32 newwant; local
2161 newwant = 0xffff;
2164 OSCompareAndSwap(origwant, newwant, wantcnt);
2181 newwant = origwant + 1;
2182 } while (!OSCompareAndSwap(origwant, newwant, wantcnt));
2207 newwant = origwant - 1;
2208 } while (!OSCompareAndSwap(origwant, newwant, wantcnt));

Completed in 9 milliseconds